diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-27 19:59:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-27 19:59:40 +0000 |
commit | cc8cb1820af30f67db990ca762e684aa777a2962 (patch) | |
tree | 4896f11399ff172900c31eee7553e31371bf2698 /graphics/mplayer | |
parent | 3448396b3a02aafbf5af7c72df90ddb93196cbaa (diff) | |
download | pkgsrc-cc8cb1820af30f67db990ca762e684aa777a2962.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/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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" |