summaryrefslogtreecommitdiff
path: root/graphics/gmplayer
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-07-27 19:59:40 +0000
committerjmmv <jmmv>2003-07-27 19:59:40 +0000
commit71f9b5082ae6c45182a3dc2d36a955a9954935bf (patch)
tree4896f11399ff172900c31eee7553e31371bf2698 /graphics/gmplayer
parentb98362d549181d5a8f612c6bee1913d6e88fc189 (diff)
downloadpkgsrc-71f9b5082ae6c45182a3dc2d36a955a9954935bf.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/gmplayer')
-rw-r--r--graphics/gmplayer/Makefile9
1 files changed, 4 insertions, 5 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"