summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-07-20 10:48:19 +0000
committer Eric Hameleers <alien@slackware.com>2010-07-20 10:48:19 +0000
commit6db2ce7a6726d1bb0465c710bfe02ed680ae4b29 (patch)
treeef2cf736366e48a7e368347cec1facec8eadbb38
parente7ea6d7f6f63a6941296192ff47234969a90f8d4 (diff)
downloadasb-6db2ce7a6726d1bb0465c710bfe02ed680ae4b29.tar.gz
asb-6db2ce7a6726d1bb0465c710bfe02ed680ae4b29.tar.xz
Update to vlc-1.1.1
-rwxr-xr-xvlc/build/vlc.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index 15aeb662..7f4522d4 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -263,6 +263,8 @@
# newest versions.
# 20100714-1: 14/jul/2010 by Eric Hameleers <alien@slackware.com>
# * Test build of what will be 1.1.1, with updated x264 and live555.
+# 1.1.1-1: 20/jul/2010 by Eric Hameleers <alien@slackware.com>
+# * Official release of vlc 1.1.1.
#
# Run 'sh vlc.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -309,7 +311,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:-"master@git://git.videolan.org/vlc/vlc-1.1.git#20100714"}
+VERSION=${VERSION:-"1.1.1"}
# At some point, the 1.1 development branched off the master tree:
DEFGITURI=${GITURI:-"git://git.videolan.org/vlc.git"}