diff options
author | jmmv <jmmv> | 2003-07-27 19:59:40 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-27 19:59:40 +0000 |
commit | 80885fbea0899c99ea75d1b2cbbfa49f68239c23 (patch) | |
tree | 4896f11399ff172900c31eee7553e31371bf2698 /graphics | |
parent | 276ca92f3bb53cd0c1991f5335f6fd9f2f71575f (diff) | |
download | pkgsrc-80885fbea0899c99ea75d1b2cbbfa49f68239c23.tar.gz |
Introduce the MPLAYER_DISABLE_DRIVERS variable, which holds a list of "drivers"
that are not wanted in the binary program. It is empty by default, so that all
drivers are linked in to get a full featured binary package. Packages using
this variable include mplayer and gmplayer. While building mencoder, disable
all of these drivers, as they are not needed. Bump PKGREVISION.
arts is now a enabled if not present in the variable. This detail closes
PR pkg/21775 by Marc Recht.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gmplayer/Makefile | 9 | ||||
-rw-r--r-- | graphics/mencoder/Makefile | 8 | ||||
-rw-r--r-- | graphics/mplayer/Makefile | 9 |
3 files changed, 12 insertions, 14 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile index 553b9e306fb..53308950207 100644 --- a/graphics/gmplayer/Makefile +++ b/graphics/gmplayer/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.22 2003/07/26 21:41:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2003/07/27 19:59:41 jmmv Exp $ # -.include "../../graphics/mplayer-share/Makefile.common" - PKGNAME= gmplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 SKIN_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \ ftp://ftp.mplayerhq.hu/MPlayer/Skin/ \ ${MASTER_SITE_LOCAL:=mplayer} +.include "../../graphics/mplayer-share/Makefile.common" + COMMENT= Software only MPEG-1/2/4 video decoder with a GTK+ interface SKINS += default-1.7${EXTRACT_SUFX} \ @@ -59,7 +59,6 @@ do-install: .include "../../graphics/mplayer-share/Makefile.depends" -.include "../../audio/nas/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile index 804ef3cb9df..fde8caf7599 100644 --- a/graphics/mencoder/Makefile +++ b/graphics/mencoder/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2003/07/26 21:41:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2003/07/27 19:59:42 jmmv Exp $ # -.include "../../graphics/mplayer-share/Makefile.common" - PKGNAME= mencoder-${MPLAYER_PKG_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 COMMENT= Simple movie encoder for MPlayer-playable movies +.include "../../graphics/mplayer-share/Makefile.common" + USE_BUILDLINK2= # defined CONFIGURE_ARGS+= --disable-nas CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index c10f5c6d486..e958ffcaaf0 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.38 2003/07/26 21:41:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.39 2003/07/27 19:59:40 jmmv Exp $ # -.include "../../graphics/mplayer-share/Makefile.common" - PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 COMMENT= Software only MPEG-1/2/4 video decoder +.include "../../graphics/mplayer-share/Makefile.common" + USE_BUILDLINK2= # defined CONFIGURE_ARGS+= --disable-mencoder CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer @@ -16,7 +16,6 @@ do-install: .include "../../graphics/mplayer-share/Makefile.depends" -.include "../../audio/nas/buildlink2.mk" .include "../../mk/bsd.pkg.mk" .include "../../graphics/mplayer-share/Makefile.cflags" |