summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorveego <veego>2002-08-07 12:46:49 +0000
committerveego <veego>2002-08-07 12:46:49 +0000
commitfac025bb07639c2f6188dda264244c39ad96a5b1 (patch)
tree97a98544562a4dc92dd5df52578df0d46a255e06
parentd170f1654b6e911e320edf6cdffca60bb647f5e6 (diff)
downloadpkgsrc-fac025bb07639c2f6188dda264244c39ad96a5b1.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.
-rw-r--r--mk/bsd.pkg.defaults.mk15
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