summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/gst-ffmpeg/README2
-rw-r--r--multimedia/gst-ffmpeg/slack-desc19
-rw-r--r--multimedia/gst0-ffmpeg/README2
-rw-r--r--multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild (renamed from multimedia/gst-ffmpeg/gst-ffmpeg.SlackBuild)15
-rw-r--r--multimedia/gst0-ffmpeg/gst0-ffmpeg.info (renamed from multimedia/gst-ffmpeg/gst-ffmpeg.info)2
-rw-r--r--multimedia/gst0-ffmpeg/slack-desc19
6 files changed, 31 insertions, 28 deletions
diff --git a/multimedia/gst-ffmpeg/README b/multimedia/gst-ffmpeg/README
deleted file mode 100644
index 81f44d67b6..0000000000
--- a/multimedia/gst-ffmpeg/README
+++ /dev/null
@@ -1,2 +0,0 @@
-This module contains a GStreamer plugin for FFmpeg, as well as an
-internal copy of the FFmpeg source code.
diff --git a/multimedia/gst-ffmpeg/slack-desc b/multimedia/gst-ffmpeg/slack-desc
deleted file mode 100644
index 3a71b1e52b..0000000000
--- a/multimedia/gst-ffmpeg/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-gst-ffmpeg: gst-ffmpeg (A GStreamer FFmpeg plugin)
-gst-ffmpeg:
-gst-ffmpeg: This module contains a GStreamer plugin for FFmpeg, as well as an
-gst-ffmpeg: internal copy of the FFmpeg source code.
-gst-ffmpeg:
-gst-ffmpeg: http://gstreamer.freedesktop.org/
-gst-ffmpeg:
-gst-ffmpeg: gst-ffmpeg is released under the GPL.
-gst-ffmpeg:
-gst-ffmpeg:
-gst-ffmpeg:
diff --git a/multimedia/gst0-ffmpeg/README b/multimedia/gst0-ffmpeg/README
new file mode 100644
index 0000000000..7489377a73
--- /dev/null
+++ b/multimedia/gst0-ffmpeg/README
@@ -0,0 +1,2 @@
+This module contains a GStreamer-0.10.x plugin for FFmpeg as well as an
+internal copy of the FFmpeg source code.
diff --git a/multimedia/gst-ffmpeg/gst-ffmpeg.SlackBuild b/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
index be76f47489..bf58d16c6d 100644
--- a/multimedia/gst-ffmpeg/gst-ffmpeg.SlackBuild
+++ b/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
-# Slackware build script for gst-ffmpeg
+# Slackware build script for gst0-ffmpeg
+
# Copyright (C) 2010 Juan Valencia <jvalenciae@gmail.com>
# All rights reserved.
#
@@ -21,11 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=gst-ffmpeg
+PRGNAM=gst0-ffmpeg
VERSION=${VERSION:-0.10.13}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=gst-ffmpeg
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@@ -57,10 +60,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
-rm -rf $TMP/$PRGNAM-$VERSION
+rm -rf $TMP/$SRCNAM-$VERSION
cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/multimedia/gst-ffmpeg/gst-ffmpeg.info b/multimedia/gst0-ffmpeg/gst0-ffmpeg.info
index afc7f66359..ebd507bb02 100644
--- a/multimedia/gst-ffmpeg/gst-ffmpeg.info
+++ b/multimedia/gst0-ffmpeg/gst0-ffmpeg.info
@@ -1,4 +1,4 @@
-PRGNAM="gst-ffmpeg"
+PRGNAM="gst0-ffmpeg"
VERSION="0.10.13"
HOMEPAGE="http://gstreamer.freedesktop.org/"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.gz"
diff --git a/multimedia/gst0-ffmpeg/slack-desc b/multimedia/gst0-ffmpeg/slack-desc
new file mode 100644
index 0000000000..2de958a575
--- /dev/null
+++ b/multimedia/gst0-ffmpeg/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+gst0-ffmpeg: gst0-ffmpeg (A GStreamer 0.10.x FFmpeg plugin)
+gst0-ffmpeg:
+gst0-ffmpeg: This module contains a GStreamer plugin for FFmpeg, as well as an
+gst0-ffmpeg: internal copy of the FFmpeg source code.
+gst0-ffmpeg:
+gst0-ffmpeg: http://gstreamer.freedesktop.org/
+gst0-ffmpeg:
+gst0-ffmpeg: gst-ffmpeg is released under the GPL.
+gst0-ffmpeg:
+gst0-ffmpeg:
+gst0-ffmpeg: