summaryrefslogtreecommitdiffstats
path: root/MPlayer
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-03-10 20:51:34 +0000
committer Eric Hameleers <alien@slackware.com>2009-03-10 20:51:34 +0000
commit5836cca309f5d503af4c9b9655ac919882af74a9 (patch)
treed996a299c7feaf1e1c1d039a034a23fc16d07278 /MPlayer
parentb6bd64d735a50d7efeb64c7032124cd8dcf18d35 (diff)
downloadasb-5836cca309f5d503af4c9b9655ac919882af74a9.tar.gz
asb-5836cca309f5d503af4c9b9655ac919882af74a9.tar.xz
Updated to r28929
Diffstat (limited to 'MPlayer')
-rwxr-xr-xMPlayer/build/MPlayer.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/MPlayer/build/MPlayer.SlackBuild b/MPlayer/build/MPlayer.SlackBuild
index 325e0518..9909a8d4 100755
--- a/MPlayer/build/MPlayer.SlackBuild
+++ b/MPlayer/build/MPlayer.SlackBuild
@@ -61,8 +61,10 @@
# * Build SVN snapshot - remove support for *all* patented or
# questionable software if "USE_PATENTS" is set to "NO" - think
# of DECSS dvd decryption code, and mp3/aac/amr audio encoders.
+# r28929-1: 10/mar/2009 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
-# Run 'sh MPlayer.SlackBuild --cleanup' to build a Slackware package.
+# Run 'sh MPlayer.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
# Install using 'installpkg'.
#
@@ -71,7 +73,7 @@
# Set initial variables:
PRGNAM=MPlayer
-VERSION=${VERSION:-r28148}
+VERSION=${VERSION:-r28929}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -126,7 +128,8 @@ USE_PATENTS=${USE_PATENTS:-"YES"}
# The use of bitmapped fonts is considered deprecated, but you can still use
# those if you want. Read http://www.mplayerhq.hu/DOCS/HTML/en/fonts-osd.html
# if you want to know more about OSD font configuration.
-OSDFONTS="LiberationSans-Regular.ttf Arialuni.ttf arial.ttf \
+OSDFONTS="LiberationSans-Regular.ttf \
+ Arialuni.ttf arial.ttf \
DejaVuSans.ttf Vera.ttf"
# Where do we look for sources?