summaryrefslogtreecommitdiffstats
path: root/MPlayer
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-11-06 11:05:50 +0000
committer Eric Hameleers <alien@slackware.com>2006-11-06 11:05:50 +0000
commit5101a7311dbf21b48d6e5f729e0162a0442cb21a (patch)
tree0242c74268e716a9404298a5741c124e1bd702fa /MPlayer
parent490d917d6c1e18917eb65b675a0b3215b4ebd2f8 (diff)
downloadasb-5101a7311dbf21b48d6e5f729e0162a0442cb21a.tar.gz
asb-5101a7311dbf21b48d6e5f729e0162a0442cb21a.tar.xz
Add the RCS $Id$, and some more comments
Diffstat (limited to 'MPlayer')
-rwxr-xr-xMPlayer/build/MPlayer.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/MPlayer/build/MPlayer.SlackBuild b/MPlayer/build/MPlayer.SlackBuild
index a492ad90..3b7dd782 100755
--- a/MPlayer/build/MPlayer.SlackBuild
+++ b/MPlayer/build/MPlayer.SlackBuild
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
# Copyright (c) 2006 Eric Hameleers <alien@slackware.com>
# -----------------------------------------------------------------------------
#
@@ -27,10 +28,10 @@ VERSION=${VERSION:-1.0rc1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
-CODECSDIR=/usr/lib/codecs
-DEFSKIN=Blue # Download more at http://www.mplayerhq.hu/design7/dload.html
+CODECSDIR=/usr/lib/codecs # Where the WIN32 codecs are expected for instance
+DEFSKIN=Blue # Download more at http://www.mplayerhq.hu/design7/dload.html
SKINVER=1.6
-LANGUAGES="en nl fr de es" # The default is to just use "en"
+LANGUAGES="en nl fr de es" # The default is to just add "en" documentation
# MPlayer will try to use one of the TrueType fonts present on the target
# system for it's On Screen Display (OSD) font.
@@ -59,6 +60,7 @@ OUTPUT=${OUTPUT:-/tmp}
SOURCE[0]="$SRCDIR/${PRGNAM}-${VERSION}.tar.bz2"
SRCURL[0]="http://www4.mplayerhq.hu/${PRGNAM}/releases/${PRGNAM}-${VERSION}.tar.bz2"
+# The default skin to use (we need to add at least one)
SOURCE[1]="$SRCDIR/${DEFSKIN}-${SKINVER}.tar.bz2"
SRCURL[1]="http://www.mplayerhq.hu/MPlayer/skins/Blue-1.6.tar.bz2"