summaryrefslogtreecommitdiff
path: root/mk
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 /mk
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 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 15ca3be82de..0a8b365955d 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.162 2003/07/26 23:08:47 jmmv Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.163 2003/07/27 19:59:40 jmmv Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1176,6 +1176,12 @@ MOZILLA_USE_XFT?= NO
# Possible: YES, NO
# Default: NO
+MPLAYER_DISABLE_DRIVERS?=
+# Whitespace separated list of output drivers that are not wanted in
+# mplayer/gmplayer's binary.
+# Possible: arts esd faad nas sdl
+# Default: empty
+
MPLAYER_ENABLE_RUNTIME_CPU_DETECTION?= YES
# Used by mplayer to enable runtime CPU detection -- this makes
# binary packages work on different machines than the one compiled one,