summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-01-06 12:15:47 +0000
committer Eric Hameleers <alien@slackware.com>2018-01-06 12:15:47 +0000
commitc92703490b39daf07dc5a27523e20eaab2e3c54d (patch)
tree517231c612186ec0beb876f2d2c11d8425faf892 /vlc
parent2d9e4fc4f3085c3ca44a0da72ce55750cb675ce5 (diff)
downloadasb-c92703490b39daf07dc5a27523e20eaab2e3c54d.tar.gz
asb-c92703490b39daf07dc5a27523e20eaab2e3c54d.tar.xz
vlc: use newer snapshots
Diffstat (limited to 'vlc')
-rwxr-xr-xvlc/build/vlc.SlackBuild22
1 files changed, 14 insertions, 8 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index ea35a9e1..2d1ccbc3 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -445,14 +445,16 @@
# in combination with hardware-assisted decoding.
# 2.2.8-3 02/jan/2018 by Eric Hameleers <alien@slackware.com>
# * Fix hardware decoding in ffmpeg3 variant.
-# 20180104-1 04/jan/2018 by Eric Hameleers <alien@slackware.com>
-# * VLC 3 is a major release update. The 20180104 git snapshot
-# is 3.0.0-rc5.
+# 20180106-1 06/jan/2018 by Eric Hameleers <alien@slackware.com>
+# * VLC 3 is a major release update. The 20180106 git snapshot
+# is near 3.0.0-rc5.
# - Now uses Qt5 for its GUI.
# - Decoding engine uses ffmpeg3 codebase, so picking ffmpeg2
# instead is no longer an option.
# - Updates to several internal libraries: ffmpeg, libass,
-# libbluray, live555, libssh2.
+# libbluray, live555, libssh2, x262, x264.
+# - New internal libraries: microdns, sdm, srt.
+# - Removed libraries: aacenc, daap, faad, faac, vcdimager.
# - Incorporating static Qt libraries into the package is
# no longer supported by the SlackBuild. You need to install
# libxkbcommon, qt5, qt5-webkit packages separately.
@@ -504,13 +506,17 @@ SLACKVER=${SLACKVER:-$(cat /etc/slackware-version| cut -d' ' -f2)}
#VERSION=${VERSION:-"master#20180103"}
#VERSION=${VERSION:-"@3.0.0-rc4#20180102"}
#VERSION=${VERSION:-"master@git://git.videolan.org/vlc/vlc-3.0.git#20180102"}
+#
+# And then you can specify a package version explicitly if you want to
+# override the default which equals "$VERSION":
+#PKGVERSION="xxx"
# -----------------------------------------------------------------------------
VLCBRANCH=${VLCBRANCH:-"3.0"}
VLCMINOR=${VLCMINOR:-"0"}
DEFGITURI=${GITURI:-"git://git.videolan.org/vlc/vlc-${VLCBRANCH}.git"}
#VERSION=${VERSION:-"${VLCBRANCH}.${VLCMINOR}"}
-VERSION=${VERSION:-"20180104"}
+VERSION=${VERSION:-"20180106"}
DOCS="ABOUT-NLS AUTHORS COPYING HACKING INSTALL NEWS README THANKS"
@@ -632,7 +638,7 @@ MATROSKA=1.4.8
MDNS=0.0.8
MPCDEC=r481
MPEG2DEC=0.5.1
-NPAPI=20180104
+NPAPI=20180106
OPUS=1.2.1
PROJECTM=2.0.1
QT4=4.8.7
@@ -649,8 +655,8 @@ TWOLAME=0.3.13
UPNP=1.6.19
VDPAU=1.1.1
VPX=1.6.1
-X262=20171128
-X264=20171128-2245
+X262=20180105
+X264=20180105-2245
X265=2.5
# Where do we look for sources?