diff options
author | veego <veego@pkgsrc.org> | 2002-08-07 12:46:49 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-08-07 12:46:49 +0000 |
commit | e58778ca636a120882cc62f0c4c34414ba1e5586 (patch) | |
tree | 97a98544562a4dc92dd5df52578df0d46a255e06 /mk/bsd.pkg.defaults.mk | |
parent | 0a87394e716d0710c35b2521a01609c934e7cc90 (diff) | |
download | pkgsrc-e58778ca636a120882cc62f0c4c34414ba1e5586.tar.gz |
Prepare for the mplayer 0.90pre6 aka 0.90rc6 update:
- Change the mplayer default font size from 18 to 14
- Add MPLAYER_USE_REALMEDIA, defaulting to NO
Used by mplayer to enable realmedia support by using the realplayer
libraries. Note that this only works on i386 and also adds a
dependency for the linux emulation to this package.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 717b75eaff1..451cde42b33 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.77 2002/07/30 18:42:14 wiz Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.78 2002/08/07 12:46:49 veego Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -925,10 +925,17 @@ MAJORDOMO_USER?= majordom # Possible: any # Default: majordom -MPLAYER_FONT?= iso-8859-1/arial-18 -# Used by the mplayer-share package to display subtitles and the timer +MPLAYER_FONT?= iso-8859-1/arial-14 +# Used by the mplayer-share package to display subtitles and the timer. # Possible: any font directory which contains the mplayer font.desc -# Default: iso-8859-1/arial-18 +# Default: iso-8859-1/arial-14 + +MPLAYER_USE_REALMEDIA?= NO +# Used by mplayer to enable realmedia support by using the realplayer +# libraries. Note that this only works on i386 and also adds a +# dependency for the linux emulation to this package. +# Possible: YES, NO +# Default: NO #MOTIF_TYPE?= openmotif # Used by motif.buildlink.mk to choose which Motif-2.0-compatible |