summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-04-17 08:41:30 +0000
committerwiz <wiz@pkgsrc.org>2017-04-17 08:41:30 +0000
commitfcab510e31738b80d9e34891e60862d455d5d29d (patch)
tree8eb4fc4790d1eddfc48bc7ecacb502e17886a9ba /multimedia
parent3bb2a7df8544e89c77e1f6160c52f5cb95d8fb19 (diff)
downloadpkgsrc-fcab510e31738b80d9e34891e60862d455d5d29d.tar.gz
Switch from mpeg4ip to libmp4v2 (same software, newer version).
Bump PKGREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/fuppes/Makefile4
-rw-r--r--multimedia/fuppes/options.mk10
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/fuppes/Makefile b/multimedia/fuppes/Makefile
index 421fb21b468..100cde48eed 100644
--- a/multimedia/fuppes/Makefile
+++ b/multimedia/fuppes/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2017/02/28 15:20:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.68 2017/04/17 08:41:30 wiz Exp $
DISTNAME= fuppes-0.660
-PKGREVISION= 32
+PKGREVISION= 33
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuppes/}
diff --git a/multimedia/fuppes/options.mk b/multimedia/fuppes/options.mk
index 2fbeeff4e03..810804032b3 100644
--- a/multimedia/fuppes/options.mk
+++ b/multimedia/fuppes/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.3 2011/06/23 09:50:25 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2017/04/17 08:41:30 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fuppes
-PKG_SUPPORTED_OPTIONS= mpeg4ip mysql
-PKG_SUGGESTED_OPTIONS= mpeg4ip
+PKG_SUPPORTED_OPTIONS= mp4v2 mysql
+PKG_SUGGESTED_OPTIONS= mp4v2
.include "../../mk/bsd.options.mk"
PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
-.if !empty(PKG_OPTIONS:Mmpeg4ip)
-.include "../../multimedia/mpeg4ip/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mmp4v2)
+.include "../../multimedia/libmp4v2/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mmysql)