summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-20 18:03:53 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-20 18:03:53 +0000
commit4621ad3467b24cdf05460ae16bc8f1be4c49e0e1 (patch)
tree65cd6cb5c8f12d705c985874f4838a65b24a7eda
parent37c8c01c0d96b85fda9e5240e22b6bc7608df2c6 (diff)
downloadasb-4621ad3467b24cdf05460ae16bc8f1be4c49e0e1.tar.gz
asb-4621ad3467b24cdf05460ae16bc8f1be4c49e0e1.tar.xz
Updated to 1.0.2
-rwxr-xr-xvlc/build/vlc-1.0.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/vlc/build/vlc-1.0.SlackBuild b/vlc/build/vlc-1.0.SlackBuild
index f6f1a611..8baee391 100755
--- a/vlc/build/vlc-1.0.SlackBuild
+++ b/vlc/build/vlc-1.0.SlackBuild
@@ -174,6 +174,8 @@
# already installed Qt libray.
# 1.0.1-2: 30/jul/2009 by Eric Hameleers <alien@slackware.com>
# * Fix the swscale plugin
+# 1.0.2-1: 19/sep/2009 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh vlc.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -198,13 +200,13 @@
PRGNAM=vlc
PRGNAM2=mozplugin
ARCH=${ARCH:-"i486"}
-BUILD=${BUILD:-"2"}
+BUILD=${BUILD:-"1"}
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.1"}
+SRCVER=${SRCVER:-"1.0.2"}
# Other acceptible formats:
#SRCVER=${SRCVER:-"20090114"}
#SRCVER=${SRCVER:-"HEAD"}