summaryrefslogtreecommitdiffstats
path: root/gst-plugins-bad/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-12-15 16:14:37 +0000
committer Eric Hameleers <alien@slackware.com>2010-12-15 16:14:37 +0000
commit84f4126117d3ba3a8079b8684c7f6a57d108efc3 (patch)
treec400414ee49bd421488b3ee9580b8ee22957ded0 /gst-plugins-bad/build
parentb7c862b2bde90a52c8a40edd9c02c603c93935c9 (diff)
downloadasb-84f4126117d3ba3a8079b8684c7f6a57d108efc3.tar.gz
asb-84f4126117d3ba3a8079b8684c7f6a57d108efc3.tar.xz
Need to 'downgrade' to 0.10.19 because Slackware 13.1 does not support newer versions (gstreamer too old)
Diffstat (limited to 'gst-plugins-bad/build')
-rwxr-xr-xgst-plugins-bad/build/gst-plugins-bad.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst-plugins-bad/build/gst-plugins-bad.SlackBuild b/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
index 91a8eb8a..6562dd9e 100755
--- a/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
+++ b/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
@@ -32,8 +32,9 @@
# Changelog:
# 0.10.13-1: 01/Oct/2009 by Eric Hameleers, Eindhoven, NL
# * Initial build.
-# 0.10.20-1: 14/dec/2010 by Eric Hameleers <alien@slackware.com>
-# * Update.
+# 0.10.19-1: 14/dec/2010 by Eric Hameleers <alien@slackware.com>
+# * Update. Note: 0.10.20 requires a version of gstreamer which is
+# not available in Slackware 13.1.
#
# Run 'sh gst-plugins-bad.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +45,7 @@
# Set initial variables:
PRGNAM=gst-plugins-bad
-VERSION=${VERSION:-0.10.20}
+VERSION=${VERSION:-0.10.19}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}