summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-10-28 23:13:14 +0000
committer Eric Hameleers <alien@slackware.com>2012-10-28 23:13:14 +0000
commit6f0295d0958e4491b4b055f285d54b5a98a96f60 (patch)
tree833b8051693f9cc3f3f28150e819bd174e3b8118 /vlc
parent15b0d67980ea73107ad79fe41188e39299692c83 (diff)
downloadasb-6f0295d0958e4491b4b055f285d54b5a98a96f60.tar.gz
asb-6f0295d0958e4491b4b055f285d54b5a98a96f60.tar.xz
Fix uPnP support (thanks to Pii Ajah). Added opus encoder support. Updated bluray, ffmpeg, vpx, x264 libraries.
Diffstat (limited to 'vlc')
-rwxr-xr-xvlc/build/vlc.SlackBuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index 5652cd1b..41f4c448 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -335,10 +335,11 @@
# 2.0.4-1 18/oct/2012 by Eric Hameleers <alien@slackware.com>
# * New release. Updates to internal Shout, aacenc, amrwbenc, amr,
# lua, upnp, v4l, x264 libraries.
-# Stop using internal xulrunner SDK to buil the browser plugin,
+# Stop using internal xulrunner SDK to build the browser plugin,
# Slackware's own seamonkey can do this now.
-# 2.0.X-1 XX/XXX/2012 by Eric Hameleers <alien@slackware.com>
-# * New release. Ogg Opus speech codec was added.
+# 2.0.4-2 29/oct/2012 by Eric Hameleers <alien@slackware.com>
+# * Fix uPnP support (thanks to Pii Ajah). Added opus encoder
+# support. Updated bluray, ffmpeg, vpx, x264 libraries.
#
# Run 'sh vlc.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -362,7 +363,7 @@
PRGNAM=vlc
PRGNAM2=npapi-vlc
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-"alien"}
PKGTYPE=${PKGTYPE:-"txz"}
@@ -488,7 +489,7 @@ AMRWBENC=0.1.2
AMR=0.1.3
ASS=0.10.0
AVC1394=0.5.4
-BLURAY=0.2.2
+BLURAY=0.2.3
CDDB=1.3.2
CDIO=0.82
DAAP=0.4.0
@@ -502,7 +503,7 @@ DVDCSS=1.2.11
EBML=1.2.2
FAAC=1.28
FAAD2=2.7
-FFMPEG=0.11.2
+FFMPEG=1.0
#FFMPEG=r25676 # 20101104
FLUID=1.1.5
FRIBIDI=0.19.4
@@ -536,8 +537,8 @@ TWOLAME=0.3.13
UPNP=1.6.17
V4L=0.8.8
VCD=0.7.23
-VPX=v1.0.0
-X264=20120927-2245
+VPX=v1.1.0
+X264=20121028-2245
# Determine what X we're running (the modular X returns the prefix
# in the next command, while older versions stay silent):
@@ -2151,8 +2152,8 @@ make_upnp()
{
echo -e "**\n** libupnp ...\n**"
cd $TMP/tmp-$PRGNAM/libupnp-$UPNP
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -DUPNP_STATIC_LIB" \
+CXXFLAGS="$SLKCFLAGS -DUPNP_STATIC_LIB" \
LDFLAGS="$SLKLDFLAGS" \
./configure \
--prefix=$VLCDEPSDIR/usr \