mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/gst-plugins-bad: Updated for version 0.10.18.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f6aed873a7
commit
ad232630a2
3 changed files with 21 additions and 19 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for gst-plugins-bad
|
||||
|
||||
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -23,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gst-plugins-bad
|
||||
VERSION=${VERSION:-0.10.13}
|
||||
VERSION=${VERSION:-0.10.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,22 +44,22 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
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=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
|
@ -85,8 +87,8 @@ make
|
|||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ABOUT-NLS AUTHORS COPYING* ChangeLog INSTALL NEWS README RELEASE \
|
||||
REQUIREMENTS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README 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-bad"
|
||||
VERSION="0.10.13"
|
||||
VERSION="0.10.18"
|
||||
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.13.tar.bz2"
|
||||
MD5SUM="bc77146c6af89b52f26ebfc8f06d0dfe"
|
||||
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.18.tar.bz2"
|
||||
MD5SUM="84838893b447e774d401a698ff812b32"
|
||||
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-bad: gst-plugins-bad (a set GStreamer plugins)
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad: GStreamer Bad Plug-ins is a set of plug-ins that aren't up to
|
||||
gst-plugins-bad: par compared to the rest. They might be close to being good
|
||||
gst-plugins-bad: quality, but they're missing something - be it a good code
|
||||
gst-plugins-bad: review, some documentation, a set of tests, a real live
|
||||
gst-plugins-bad: maintainer, or some actual wide use.
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad: gst-plugins-bad is a set of plug-ins that need more quality.
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad:
|
||||
gst-plugins-bad:
|
||||
|
|
Loading…
Reference in a new issue