Switch from mpeg4ip to libmp4v2 (same software, newer version).
Bump PKGREVISION.
This commit is contained in:
parent
4f1c104947
commit
61189b0589
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue