summaryrefslogtreecommitdiffstats
path: root/gstreamermm
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-17 19:03:32 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-17 19:03:32 +0000
commit8d133ec96e16756f1b668c185dc36df9f0fc5b9a (patch)
tree31b66f98acab386de73d6f833eee4f714f1716ca /gstreamermm
parent82a67ca91a8399db4be240bfee7cddb5d056eccf (diff)
downloadasb-8d133ec96e16756f1b668c185dc36df9f0fc5b9a.tar.gz
asb-8d133ec96e16756f1b668c185dc36df9f0fc5b9a.tar.xz
Fall back to 0.10.7, this is the last version to build on Slackware 13.1
Diffstat (limited to 'gstreamermm')
-rwxr-xr-xgstreamermm/build/gstreamermm.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gstreamermm/build/gstreamermm.SlackBuild b/gstreamermm/build/gstreamermm.SlackBuild
index accbad28..9904ca9c 100755
--- a/gstreamermm/build/gstreamermm.SlackBuild
+++ b/gstreamermm/build/gstreamermm.SlackBuild
@@ -30,8 +30,8 @@
# URL: http://www.gstreamer.net/bindings/cplusplus.html
# Needs: gtkmm,libxml++
# Changelog:
-# 0.10.8-1: 17/Oct/2010 by Eric Hameleers <alien@slackware.com>
-# * Initial build.
+# 0.10.7-1: 17/Oct/2010 by Eric Hameleers <alien@slackware.com>
+# * Initial build. Never versions do not build on Slackware 13.1
#
# Run 'sh gstreamermm.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +42,7 @@
# Set initial variables:
PRGNAM=gstreamermm
-VERSION=${VERSION:-0.10.8}
+VERSION=${VERSION:-0.10.7}
MAJVER=$(echo $VERSION | cut -d. -f1-2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}