multimedia/gst-plugins-ugly: Updated for version 0.10.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ad232630a2
commit
486ab197f2
|
@ -1,7 +1,4 @@
|
||||||
GStreamer Ugly Plug-ins is a set of plug-ins that have good
|
GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and
|
||||||
quality and correct functionality, but distributing them
|
correct functionality, but distributing them might pose problems. The
|
||||||
might pose problems. The license on either the plug-ins or
|
license on either the plug-ins or the supporting libraries might not be
|
||||||
the supporting libraries might not be how we'd like. The
|
how we'd like. The code might be widely known to present patent problems.
|
||||||
code might be widely known to present patent problems.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for gst-plugins-ugly
|
# Slackware build script for gst-plugins-ugly
|
||||||
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
|
|
||||||
|
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=gst-plugins-ugly
|
PRGNAM=gst-plugins-ugly
|
||||||
VERSION=${VERSION:-0.10.12}
|
VERSION=${VERSION:-0.10.14}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -89,8 +90,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README NEWS \
|
cp -a AUTHORS COPYING ChangeLog INSTALL README NEWS RELEASE REQUIREMENTS \
|
||||||
RELEASE REQUIREMENTS $PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gst-plugins-ugly"
|
PRGNAM="gst-plugins-ugly"
|
||||||
VERSION="0.10.12"
|
VERSION="0.10.14"
|
||||||
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html"
|
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html"
|
||||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.12.tar.bz2"
|
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.14.tar.bz2"
|
||||||
MD5SUM="4400914a009201348fe66d2a83fa3971"
|
MD5SUM="0bc0d27bcce88c73ef6c81e88624e686"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Michiel van Wessem"
|
MAINTAINER="Michiel van Wessem"
|
||||||
EMAIL="michiel@slackbuilds.org"
|
EMAIL="michiel@slackbuilds.org"
|
||||||
APPROVED="dsomero"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue