diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-12 17:42:39 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:42:39 +0200 |
commit | 91774c8586dd78a1dafda32a20d6016b54e3c234 (patch) | |
tree | f0dbb102deb09fd67d027eb95a39d54a967ccfd2 /multimedia | |
parent | ab8d359e4b29a862ca8661e607ebbd5f4b5f5808 (diff) | |
download | slackbuilds-91774c8586dd78a1dafda32a20d6016b54e3c234.tar.gz |
multimedia/gst-plugins-good: Updated for version 0.10.13
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins-good/README | 11 | ||||
-rw-r--r-- | multimedia/gst-plugins-good/gst-plugins-good.SlackBuild | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins-good/gst-plugins-good.info | 7 |
3 files changed, 12 insertions, 14 deletions
diff --git a/multimedia/gst-plugins-good/README b/multimedia/gst-plugins-good/README index 71be5a55f2..7e29cd29ad 100644 --- a/multimedia/gst-plugins-good/README +++ b/multimedia/gst-plugins-good/README @@ -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). diff --git a/multimedia/gst-plugins-good/gst-plugins-good.SlackBuild b/multimedia/gst-plugins-good/gst-plugins-good.SlackBuild index 4764c7f87e..359f231821 100644 --- a/multimedia/gst-plugins-good/gst-plugins-good.SlackBuild +++ b/multimedia/gst-plugins-good/gst-plugins-good.SlackBuild @@ -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 diff --git a/multimedia/gst-plugins-good/gst-plugins-good.info b/multimedia/gst-plugins-good/gst-plugins-good.info index c75aa79635..7898b0df40 100644 --- a/multimedia/gst-plugins-good/gst-plugins-good.info +++ b/multimedia/gst-plugins-good/gst-plugins-good.info @@ -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" - |