summaryrefslogtreecommitdiffstats
path: root/gst-plugins-bad
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-17 20:07:59 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-17 20:07:59 +0000
commite0fc5f47ba6ac254989b07cf9c4a7515481adc5d (patch)
tree34a853fa851ae06dbf2c3e7edf493a279e573046 /gst-plugins-bad
parent331d311f89779b867d6bb95b6ff92a7d4d76a79a (diff)
downloadasb-e0fc5f47ba6ac254989b07cf9c4a7515481adc5d.tar.gz
asb-e0fc5f47ba6ac254989b07cf9c4a7515481adc5d.tar.xz
Need 0.10.21 on Slackware... 0.10.22 is too new
Diffstat (limited to 'gst-plugins-bad')
-rwxr-xr-xgst-plugins-bad/build/gst-plugins-bad.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst-plugins-bad/build/gst-plugins-bad.SlackBuild b/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
index 6562dd9e..e893356e 100755
--- a/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
+++ b/gst-plugins-bad/build/gst-plugins-bad.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,9 @@
# 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.
+# 0.10.21-1: 17/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update. Note: 0.10.22 requires a version of gstreamer which is
+# not available in Slackware 13.37.
#
# 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 .
@@ -45,7 +48,7 @@
# Set initial variables:
PRGNAM=gst-plugins-bad
-VERSION=${VERSION:-0.10.19}
+VERSION=${VERSION:-0.10.21}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}