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
|
||||
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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
@ -44,14 +45,14 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gst-plugins-ugly: gst-plugins-ugly (a set of GStreamer plugins)
|
||||
gst-plugins-ugly:
|
||||
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:
|
||||
gst-plugins-ugly: plugins-ugly is a set of good-quality plug-ins that might
|
||||
gst-plugins-ugly: pose distribution problems
|
||||
gst-plugins-ugly:
|
||||
gst-plugins-ugly:
|
||||
|
|
Loading…
Reference in New Issue