summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-08-10 13:53:44 +0000
committer Eric Hameleers <alien@slackware.com>2013-08-10 13:53:44 +0000
commite319939eacc83e69a0e97a14fb21fc6c50e4c5a5 (patch)
treeaa5bc0f813b404db75deb417b7a21784212e5d12
parenta7eccbcf0e47d711bce0a29e5d253ea9318a4040 (diff)
downloadasb-e319939eacc83e69a0e97a14fb21fc6c50e4c5a5.tar.gz
asb-e319939eacc83e69a0e97a14fb21fc6c50e4c5a5.tar.xz
Update to 2.0.8
-rwxr-xr-xvlc/build/vlc.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index f34b9ab4..ec5d67ca 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -357,6 +357,8 @@
# * New release. Build fixes for ARM, new snapshots for libdvdread
# and libdvdnav (now maintained by VideoLAN) and a new attempt at
# static linking of DVDCSS.
+# 2.0.8-1 10/aug/2013 by Eric Hameleers <alien@slackware.com>
+# * New release.
#
# Run 'sh vlc.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -404,7 +406,7 @@ SLACKVER=$(cat /etc/slackware-version| cut -d' ' -f2)
#VERSION=${VERSION:-"@1.1.0-bugfix#20120217"}
#VERSION=${VERSION:-"master@git://git.videolan.org/vlc/vlc-2.0.git#20120217"}
-VERSION=${VERSION:-"2.0.7"}
+VERSION=${VERSION:-"2.0.8"}
# At some point, the 1.2 development branched off the master tree:
#DEFGITURI=${GITURI:-"git://git.videolan.org/vlc.git"}
@@ -3337,6 +3339,13 @@ if [ "$VERSION" = "2.0.6" ]; then
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
fi
+# avcodec audio decoder: update block pointer (emergency patch for 2.0.8
+# after which a new 2.0.8a tarball was released):
+if [ "$VERSION" = "2.0.8" ]; then
+ cat $SRCDIR/vlc-2.0.8_update_block_pointer.patch | patch -p1 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+fi
+
## VLC 0.9.6 but also 0.9.9 needs to regenerate libtool (known bug)
#if ls m4/lt*.m4 1>/dev/null 2>/dev/null ; then
# rm -f m4/{lt,lib}*.m4; autoreconf -svif