summaryrefslogtreecommitdiffstats
path: root/MPlayer
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-26 11:39:30 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-26 11:39:30 +0000
commit0cc2526f70ce665cff5b0d72034893ea235fd39f (patch)
tree65ed7b88b389a70967b00cd513f98c44cd10c86b /MPlayer
parenta9390b0e8c3ef80e51daafa04f2759a9421187dc (diff)
downloadasb-0cc2526f70ce665cff5b0d72034893ea235fd39f.tar.gz
asb-0cc2526f70ce665cff5b0d72034893ea235fd39f.tar.xz
Some configure parameters were depracated. Also the HTML doc changed its name
Diffstat (limited to 'MPlayer')
-rwxr-xr-xMPlayer/build/MPlayer.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/MPlayer/build/MPlayer.SlackBuild b/MPlayer/build/MPlayer.SlackBuild
index 3390f811..f0096e70 100755
--- a/MPlayer/build/MPlayer.SlackBuild
+++ b/MPlayer/build/MPlayer.SlackBuild
@@ -85,7 +85,7 @@ VERSION=${VERSION:-20100926}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
-DOCS="AUTHORS Changelog Copyright LICENSE README DOCS/HTML-single DOCS/tech"
+DOCS="AUTHORS Changelog Copyright LICENSE README DOCS/HTML DOCS/tech"
DEFSKIN=${DEFSKIN:-"Blue"} # Download more skins at the following url:
SKINVER=${SKINVER:-"1.7"} # http://www.mplayerhq.hu/design7/dload.html
@@ -319,8 +319,6 @@ echo Building ...
--enable-largefiles \
--disable-arts \
--codecsdir=${CODECSDIR} \
- --win32codecsdir=${CODECSDIR} \
- --realcodecsdir=${CODECSDIR} \
--language="${LANGUAGES}" \
${EXTRACONFIGUREOPTIONS} \
${DO_PATENTED} \
@@ -401,7 +399,7 @@ EOINS
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
cp -a $SRCDIR/$(basename $0) $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-mv $PKG/usr/doc/$PRGNAM-$VERSION/HTML-single $PKG/usr/doc/$PRGNAM-$VERSION/html
+mv $PKG/usr/doc/$PRGNAM-$VERSION/HTML $PKG/usr/doc/$PRGNAM-$VERSION/html
# Save a sample of all configuration files:
for i in etc/*.conf ; do
cp $i $PKG/usr/doc/$PRGNAM-$VERSION/$(basename $i)-sample