multimedia/gst-plugins-good: Updated for version 0.10.13

This commit is contained in:
Michiel van Wessem 2010-05-12 17:42:39 +02:00 committed by David Somero
parent ab8d359e4b
commit 91774c8586
3 changed files with 12 additions and 14 deletions

View file

@ -1,7 +1,4 @@
Gtreamer Good Plug-ins is a set of plug-ins that we consider to have good
quality code, correct functionality, our preferred license (LGPL for the
plug-in code, LGPL or LGPL-compatible for the supporting library).
gstreamer-plugins-good needs the following dependencies installed liboil,
gst-plugins-base and gstreamer available at slackbuilds.org.
Gtreamer Good Plug-ins is a set of plug-ins that we consider to
have good quality code, correct functionality, our preferred
license (LGPL for the plug-in code, LGPL or LGPL-compatible
for the supporting library).

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for gst-plugins-good
# Written by Michiel van Wessem <michiel@slackbuilds.org>
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gst-plugins-good
VERSION=0.10.11
VERSION=0.10.13
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,7 +65,9 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG

View file

@ -1,9 +1,8 @@
PRGNAM="gst-plugins-good"
VERSION="0.10.11"
VERSION="0.10.13"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-plugins-good.html"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.11.tar.bz2"
MD5SUM="79b086c2dc0e07ae0c8ddc91512bab3a"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.13.tar.bz2"
MD5SUM="27f27151ccefad1157c9eaa322e14ac4"
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
APPROVED="dsomero"