summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2016-01-02 03:35:41 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commita3913095fe563ee533ee33370478f0a8d8efb0b5 (patch)
treece03bf09434045fd4a08de886d90112cbdd4f88f /multimedia
parent9ed5f47de57c5850875930bdb0fa34938807cfc1 (diff)
downloadslackbuilds-a3913095fe563ee533ee33370478f0a8d8efb0b5.tar.gz
slackbuilds-a3913095fe563ee533ee33370478f0a8d8efb0b5.tar.xz
multimedia/gst0-plugins-ugly: Added (old gst-plugins-ugly)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins-ugly/slack-desc19
-rw-r--r--multimedia/gst0-plugins-ugly/README (renamed from multimedia/gst-plugins-ugly/README)3
-rw-r--r--multimedia/gst0-plugins-ugly/gst0-plugins-ugly.SlackBuild (renamed from multimedia/gst-plugins-ugly/gst-plugins-ugly.SlackBuild)12
-rw-r--r--multimedia/gst0-plugins-ugly/gst0-plugins-ugly.info (renamed from multimedia/gst-plugins-ugly/gst-plugins-ugly.info)2
-rw-r--r--multimedia/gst0-plugins-ugly/slack-desc19
5 files changed, 28 insertions, 27 deletions
diff --git a/multimedia/gst-plugins-ugly/slack-desc b/multimedia/gst-plugins-ugly/slack-desc
deleted file mode 100644
index 17b95c8749..0000000000
--- a/multimedia/gst-plugins-ugly/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-plugins-ugly: gst-plugins-ugly (a set of GStreamer plugins)
-gst-plugins-ugly:
-gst-plugins-ugly: GStreamer Ugly Plug-ins is a set of plug-ins that have good
-gst-plugins-ugly: quality and correct functionality, but distributing them
-gst-plugins-ugly: might pose problems. The license on either the plug-ins or
-gst-plugins-ugly: the supporting libraries might not be how we'd like. The
-gst-plugins-ugly: code might be widely known to present patent problems.
-gst-plugins-ugly:
-gst-plugins-ugly: plugins-ugly is a set of good-quality plug-ins that might
-gst-plugins-ugly: pose distribution problems
-gst-plugins-ugly:
diff --git a/multimedia/gst-plugins-ugly/README b/multimedia/gst0-plugins-ugly/README
index a88fefef00..fbb70ee79c 100644
--- a/multimedia/gst-plugins-ugly/README
+++ b/multimedia/gst0-plugins-ugly/README
@@ -3,5 +3,4 @@ correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not be
how we'd like. The code might be widely known to present patent problems.
-This optionally depends on orc, a52dec. opencore-amr, lame, libmpeg2,
-twolame and x264.
+This optionally depends on opencore-amr, lame, libmpeg2, twolame, and x264.
diff --git a/multimedia/gst-plugins-ugly/gst-plugins-ugly.SlackBuild b/multimedia/gst0-plugins-ugly/gst0-plugins-ugly.SlackBuild
index ac2c1e2fff..b035286567 100644
--- a/multimedia/gst-plugins-ugly/gst-plugins-ugly.SlackBuild
+++ b/multimedia/gst0-plugins-ugly/gst0-plugins-ugly.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for gst-plugins-ugly
+# Slackware build script for gst0-plugins-ugly
# Copyright 2007-2011 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
@@ -24,11 +24,13 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=gst-plugins-ugly
+PRGNAM=gst0-plugins-ugly
VERSION=${VERSION:-0.10.19}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
+SRCNAM=gst-plugins-ugly
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@@ -61,9 +63,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar -xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar -xvf $CWD/$SRCNAM-$VERSION.tar.bz2
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/multimedia/gst-plugins-ugly/gst-plugins-ugly.info b/multimedia/gst0-plugins-ugly/gst0-plugins-ugly.info
index 85a7ed6ef4..a3381222c0 100644
--- a/multimedia/gst-plugins-ugly/gst-plugins-ugly.info
+++ b/multimedia/gst0-plugins-ugly/gst0-plugins-ugly.info
@@ -1,4 +1,4 @@
-PRGNAM="gst-plugins-ugly"
+PRGNAM="gst0-plugins-ugly"
VERSION="0.10.19"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2"
diff --git a/multimedia/gst0-plugins-ugly/slack-desc b/multimedia/gst0-plugins-ugly/slack-desc
new file mode 100644
index 0000000000..cf1232444f
--- /dev/null
+++ b/multimedia/gst0-plugins-ugly/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-plugins-ugly: gst0-plugins-ugly (a set of GStreamer-0.10.x plugins)
+gst0-plugins-ugly:
+gst0-plugins-ugly: GStreamer Ugly Plug-ins is a set of plug-ins that have good
+gst0-plugins-ugly: quality and correct functionality, but distributing them
+gst0-plugins-ugly: might pose problems. The license on either the plug-ins or
+gst0-plugins-ugly: the supporting libraries might not be how we'd like. The
+gst0-plugins-ugly: code might be widely known to present patent problems.
+gst0-plugins-ugly:
+gst0-plugins-ugly: plugins-ugly is a set of good-quality plug-ins that might
+gst0-plugins-ugly: pose distribution problems
+gst0-plugins-ugly: