summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-18 13:20:51 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-18 13:20:51 +0000
commit1224b5edd5f9542440a1f1bf3c9c733ca786d984 (patch)
tree58386c009a814e1b371e14135482eaf24ae5f894 /vlc
parent7d2d3eafc46a6ada28ec8e214e9e054eae739296 (diff)
downloadasb-1224b5edd5f9542440a1f1bf3c9c733ca786d984.tar.gz
asb-1224b5edd5f9542440a1f1bf3c9c733ca786d984.tar.xz
Update to 1.0.0-rc4 with live-2009-06-02
Diffstat (limited to 'vlc')
-rwxr-xr-xvlc/build/vlc-1.0.SlackBuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/vlc/build/vlc-1.0.SlackBuild b/vlc/build/vlc-1.0.SlackBuild
index 5cf29ff6..b9a535ca 100755
--- a/vlc/build/vlc-1.0.SlackBuild
+++ b/vlc/build/vlc-1.0.SlackBuild
@@ -159,6 +159,11 @@
# * The first release candidate for 1.0.0
# 1.0.0.rc2-1: 26/may/2009 by Eric Hameleers <alien@slackware.com>
# * The second release candidate for 1.0.0
+# 1.0.0.rc3-1: 09/jun/2009 by Eric Hameleers <alien@slackware.com>
+# * The third release candidate for 1.0.0
+# 1.0.0.rc4-1: 18/jun/2009 by Eric Hameleers <alien@slackware.com>
+# * The fourth release candidate for 1.0.0.
+# Also updated live plugin to 2009.06.02
#
# Run 'sh vlc.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -189,7 +194,7 @@ TAG=${TAG:-"alien"}
# SRCVER and VERSION values may be modified later!
# If SRCVER is set to "HEAD" then you get a git snapshot, else we look
# for the tarball in vlc's releases directory.
-SRCVER=${SRCVER:-"1.0.0-rc2"}
+SRCVER=${SRCVER:-"1.0.0-rc4"}
#SRCVER=${SRCVER:-"20090114"}
#SRCVER=${SRCVER:-"HEAD"}
VERSION=${VERSION:-$(echo $SRCVER | tr '-' '.')}
@@ -212,9 +217,6 @@ case "$ARCH" in
x86_64) SLKCFLAGS="-O2 -fPIC"
SLKLDFLAGS="-L/usr/lib64"; LIBDIRSUFFIX="64"
;;
- athlon-xp) SLKCFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
- SLKLDFLAGS=""; LIBDIRSUFFIX=""
- ;;
esac
# -----------------------------------------------------------------------------
@@ -297,13 +299,10 @@ DV=1.0.0
DVBPSI=0.1.6
DVDNAV=4.1.3
DVDREAD=4.1.3
-#DVDNAV=r1147 # 20080914
-#DVDREAD=r1148 # 20080907
DVDCSS=1.2.10
EBML=0.7.8
FAAC=1.28
FAAD2=2.7
-#FFMPEG=20080731
#FFMPEG=r18029 # 20090318
FFMPEG=0.5
FLUID=1.0.9
@@ -327,8 +326,7 @@ UPNP=1.6.6
VCD=0.7.23
X264_SAFE=20080301-2245 # In later versions nasm complains
# about 'function hidden'
-#X264=20090113-2245 # Needs yasm installed
-X264=20090526-2245 # Needs yasm installed
+X264=20090608-2245 # Needs yasm installed
# Determine what X we're running (the modular X returns the prefix
# in the next command, while older versions stay silent):
@@ -378,7 +376,8 @@ if [ "$VERSION" == "HEAD" ]; then
SRCURL[0]=""
#SRCURL[0]="http://nightlies.videolan.org/build/source/latest/vlc-snapshot-${SRCVER}.tar.bz2"
else
- SRCURL[0]="http://download.videolan.org/pub/videolan/${PRGNAM}/${SRCVER}/${PRGNAM}-${SRCVER}.tar.bz2"
+ #SRCURL[0]="http://download.videolan.org/pub/videolan/${PRGNAM}/${SRCVER}/${PRGNAM}-${SRCVER}.tar.bz2"
+ SRCURL[0]="http://download.videolan.org/pub/testing/${PRGNAM}-${SRCVER}/${PRGNAM}-${SRCVER}.tar.bz2"
fi
SOURCE[0]="$SRCDIR/${PRGNAM}-${SRCVER}.tar.bz2"
SRCPAT[0]="NO"