summaryrefslogtreecommitdiffstats
path: root/vlc/build/vlc.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-08-19 17:32:20 +0000
committer Eric Hameleers <alien@slackware.com>2013-08-19 17:32:20 +0000
commitd724d637bbcfd2589f6c3fcc5517a3e29ad086c1 (patch)
tree14b4e7f01200bfb0b890e04d75f2cc55641a9f5c /vlc/build/vlc.SlackBuild
parentb7d66ea246ff2332c18f1dd9a377f0a8480ac03b (diff)
downloadasb-d724d637bbcfd2589f6c3fcc5517a3e29ad086c1.tar.gz
asb-d724d637bbcfd2589f6c3fcc5517a3e29ad086c1.tar.xz
Use new snapshot with fixes to saving advanced prefs. Allow for the package version to be different )2.1.0-rc1) than the VLC source version (20130819).
Diffstat (limited to 'vlc/build/vlc.SlackBuild')
-rwxr-xr-xvlc/build/vlc.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index 52e5500e..18887bfa 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -412,8 +412,7 @@ SLACKVER=${SLACKVER:-$(cat /etc/slackware-version| cut -d' ' -f2)}
#VERSION=${VERSION:-"@1.1.0-bugfix#20120217"}
#VERSION=${VERSION:-"master@git://git.videolan.org/vlc/vlc-2.1.git#20130818"}
-#VERSION=${VERSION:-"2.0.8"}
-VERSION=${VERSION:-"20130818"}
+VERSION=${VERSION:-"HEAD"}
# At some point, the 1.2 development branched off the master tree:
#DEFGITURI=${GITURI:-"git://git.videolan.org/vlc.git"}
@@ -3508,7 +3507,10 @@ cat $PKG2/install/slack-required > $OUTPUT/${PRGNAM2}-${NPAPI}-${ARCH}-${BUILD}$
build_vlcpkg()
{
-echo -e "**\n** building the $PRGNAM package ...\n**"
+# I want to be able to override the package version:
+PKGVERSION=${PKGVERSION:-$VERSION}
+
+echo -e "**\n** building the $PRGNAM package (version $PKGVERSION) ...\n**"
#
# Install all the needed stuff to the package dir
#