summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-01 19:13:21 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-01 19:13:21 +0000
commita64224b1bbfc00692e73b68aecbbc2fc43f929f5 (patch)
treea238f58855678bf08cd0392dc628dcedafc54811
parent24cbbca94f06b91cbe4d6608fa6bca3f27aa51b3 (diff)
downloadasb-a64224b1bbfc00692e73b68aecbbc2fc43f929f5.tar.gz
asb-a64224b1bbfc00692e73b68aecbbc2fc43f929f5.tar.xz
Lower the version because Slackware does not have gstreamer 0.10.24
-rwxr-xr-xgst-plugins-bad/build/gst-plugins-bad.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-plugins-bad/build/gst-plugins-bad.SlackBuild b/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
index cc1cb7b9..673d7807 100755
--- a/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
+++ b/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
@@ -30,7 +30,7 @@
# URL: http://gstreamer.freedesktop.org/
# Needs:
# Changelog:
-# 0.10.14-1: 01/Oct/2009 by Eric Hameleers, Eindhoven, NL
+# 0.10.13-1: 01/Oct/2009 by Eric Hameleers, Eindhoven, NL
# * Initial build.
#
# Run 'sh gst-plugins-bad.SlackBuild' to build a Slackware package.
@@ -42,7 +42,7 @@
# Set initial variables:
PRGNAM=gst-plugins-bad
-VERSION=${VERSION:-0.10.14}
+VERSION=${VERSION:-0.10.13}
ARCH=${ARCH:-x86_64}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}