From 8d133ec96e16756f1b668c185dc36df9f0fc5b9a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 17 Oct 2010 19:03:32 +0000 Subject: Fall back to 0.10.7, this is the last version to build on Slackware 13.1 --- gstreamermm/build/gstreamermm.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gstreamermm') 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 -# * Initial build. +# 0.10.7-1: 17/Oct/2010 by Eric Hameleers +# * 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 "} -- cgit v1.2.3