multimedia/gst-plugins-ugly: Updated for version 0.10.14.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Michiel van Wessem 2010-06-12 04:55:29 -05:00 committed by Robby Workman
parent ad232630a2
commit 486ab197f2
4 changed files with 22 additions and 24 deletions

View File

@ -1,7 +1,4 @@
GStreamer Ugly Plug-ins is a set of plug-ins that have good
quality and 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.
GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and
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.

View File

@ -1,7 +1,8 @@
#!/bin/sh
# 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.
#
# 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.
PRGNAM=gst-plugins-ugly
VERSION=${VERSION:-0.10.12}
VERSION=${VERSION:-0.10.14}
BUILD=${BUILD:-1}
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README NEWS \
RELEASE REQUIREMENTS $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL README NEWS RELEASE REQUIREMENTS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="gst-plugins-ugly"
VERSION="0.10.12"
VERSION="0.10.14"
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"
MD5SUM="4400914a009201348fe66d2a83fa3971"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.14.tar.bz2"
MD5SUM="0bc0d27bcce88c73ef6c81e88624e686"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
APPROVED="dsomero"
APPROVED="rworkman"