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 /mk | |
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 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 8 |
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, |