summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-11-09 00:46:24 +0000
committer Eric Hameleers <alien@slackware.com>2011-11-09 00:46:24 +0000
commitd8f872ab78b5258f2a22abdf71f41bea7d10af61 (patch)
tree52d34aca13ae8d18157f4d842e837f97c9b54c51 /ffmpeg
parent7205c7f6c2a40c902a528a010ce38729d1e9b9c4 (diff)
downloadasb-d8f872ab78b5258f2a22abdf71f41bea7d10af61.tar.gz
asb-d8f872ab78b5258f2a22abdf71f41bea7d10af61.tar.xz
Updated to 0.8.6
Diffstat (limited to 'ffmpeg')
-rwxr-xr-xffmpeg/build/ffmpeg.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild
index b70bd259..fb1cfa0a 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -109,6 +109,9 @@
# * New release. Also updated versions of internal vpx and x264
# libraries. Fix the compilation in case the x264 libraries are
# already installed on the system.
+# 0.8.6-1: 08/nov/2011 by Eric Hameleers <alien@slackware.com>
+# * New release. Also updated versions of internal lame, orc,
+# x264 libraries.
#
# Run 'sh ffmpeg.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -135,7 +138,7 @@ USE_PATENTS=${USE_PATENTS:-"YES"}
USE_PATENTS=$(echo $USE_PATENTS | tr 'a-z' 'A-Z')
PRGNAM=ffmpeg
-VERSION=${VERSION:-0.8.5}
+VERSION=${VERSION:-0.8.6}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
TAG=${TAG:-"alien"}
@@ -169,15 +172,15 @@ DC1394=2.1.2
FAAC=1.28
FAAD2=2.7
GSM=1.0.13
-LAME=3.98.4
+LAME=3.99.1
LIBVA="0.32.0-1+sds2"
-ORC=0.4.14
+ORC=0.4.16
RAW1394=2.0.5
RTMP=2.3
SCHROEDINGER=1.0.10
SPEEX=1.2rc1
VPX=v0.9.7-p1
-X264=20111006-2245 # Needs yasm installed
+X264=20111108-2245 # Needs yasm installed
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)