From 4823c6fadf39f8e5ba391600a64999407ddcc3e6 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 7 Oct 2011 17:41:10 +0000 Subject: Update to 1.1.12 --- vlc/build/vlc.SlackBuild | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'vlc/build') diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild index a63b24d1..12eed8d0 100755 --- a/vlc/build/vlc.SlackBuild +++ b/vlc/build/vlc.SlackBuild @@ -302,6 +302,9 @@ # * Quickfix for the broken youtube support (after the youtube guys # 1.1.11-3: 14/aug/2011 by Eric Hameleers # * Yet another patch to fix youtube URL playback. +# 1.1.12-1: 07/oct/2011 by Eric Hameleers +# * New release. Updated support libraries in this package are: +# libebml, libmatroska, live555, x264. # # Run 'sh vlc.SlackBuild' to build a Slackware package. # The package (.txz) plus descriptive .txt file are created in /tmp . @@ -348,7 +351,7 @@ PKGTYPE=${PKGTYPE:-"txz"} #VERSION=${VERSION:-"@1.1.0-bugfix#20100414"} #VERSION=${VERSION:-"master@git://git.videolan.org/vlc/vlc-1.1.git#20100523"} -VERSION=${VERSION:-"1.1.11"} +VERSION=${VERSION:-"1.1.12"} # At some point, the 1.1 development branched off the master tree: DEFGITURI=${GITURI:-"git://git.videolan.org/vlc.git"} @@ -431,7 +434,7 @@ MOZPLUGIN=$(echo $MOZPLUGIN | tr 'a-z' 'A-Z') A52=0.7.4 AMR=0.1.2 ASS=0.9.11 -AVC1394=0.5.3 +AVC1394=0.5.4 CDDB=1.3.2 CDIO=0.82 DAAP=0.4.0 @@ -442,7 +445,7 @@ DVBPSI=0.2.0 DVDNAV=4.1.3 DVDREAD=4.1.3 DVDCSS=1.2.10 -EBML=1.2.0 +EBML=1.2.2 FAAC=1.28 FAAD2=2.7 FFMPEG=0.6.1 @@ -456,10 +459,10 @@ LAME=3.98.4 LIBVA="0.32.0-1+sds2" LIVE=latest LUA=5.1.4 -MATROSKA=1.1.0 +MATROSKA=1.3.0 MPCDEC=1.2.6 MPEG2DEC=0.5.1 -ORC=0.4.11 +ORC=0.4.14 PROJECTM=2.0.1 QT4=4.6.0 RAW1394=2.0.5 @@ -477,8 +480,8 @@ VCD=0.7.23 VPX=v0.9.5 X264_SAFE=20080301-2245 # In later versions nasm complains # about 'function hidden' -X264=20110605-2245 # Needs yasm installed -XUL=1.9.2.16 +X264=20110926-2245 # Needs yasm installed +XUL=1.9.2.19 # Determine what X we're running (the modular X returns the prefix # in the next command, while older versions stay silent): -- cgit v1.2.3-65-gdbad