summaryrefslogtreecommitdiff
path: root/extra/gst-plugins-good
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-10 00:05:41 -0800
committerroot <root@rshg054.dnsready.net>2013-01-10 00:05:41 -0800
commite858862e8c8ed2f14352fe6305f64eae0e66d860 (patch)
treee20e83566248f43cdc3d877c27a456b1d09aa9e0 /extra/gst-plugins-good
parentdf5c50dd38ff67fd25c968d9ac33f9a52bc4583c (diff)
Thu Jan 10 00:05:41 PST 2013
Diffstat (limited to 'extra/gst-plugins-good')
-rw-r--r--extra/gst-plugins-good/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD
index d46c98d2b..d48925d3c 100644
--- a/extra/gst-plugins-good/PKGBUILD
+++ b/extra/gst-plugins-good/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 173510 2012-12-19 19:49:23Z heftig $
+# $Id: PKGBUILD 174938 2013-01-09 13:33:08Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gst-plugins-good
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Good Plugins"
arch=('i686' 'x86_64')
license=('LGPL')
url="http://gstreamer.freedesktop.org/"
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 'libiec61883' 'libxdamage' 'v4l-utils')
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
options=(!libtool !emptydirs)
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
+sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
build() {
cd $pkgname-$pkgver
- sed -i '/AC_PATH_XTRA/d' configure.ac
- autoreconf
+ sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+ aclocal -I m4 -I common/m4
+ autoconf
+ automake --add-missing
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --enable-experimental \
--with-package-name="GStreamer Good Plugins (Archlinux)" \