summaryrefslogtreecommitdiff
path: root/extra/gst-plugins-good/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-11 03:27:04 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-11 03:27:04 +0000
commitb8322aaddc0dc6b249457dd19ab7fb246b92c997 (patch)
treeef66f8d10e7f48e478ef6c86585faef602b77d32 /extra/gst-plugins-good/PKGBUILD
parentfe548131c28daad221e6789ddb8e99e54cc155a5 (diff)
Sat Jan 11 03:21:10 UTC 2014
Diffstat (limited to 'extra/gst-plugins-good/PKGBUILD')
-rw-r--r--extra/gst-plugins-good/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD
index 9082549fe..59f3d12a0 100644
--- a/extra/gst-plugins-good/PKGBUILD
+++ b/extra/gst-plugins-good/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 203288 2014-01-07 13:06:50Z heftig $
+# $Id: PKGBUILD 203416 2014-01-10 14:44:32Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gst-plugins-good
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
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' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
options=(!emptydirs)
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
@@ -18,7 +18,7 @@ build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --enable-experimental \
+ --disable-static --enable-experimental --enable-gtk-doc \
--with-package-name="GStreamer Good Plugins (Arch Linux)" \
--with-package-origin="http://www.archlinux.org/"
@@ -28,7 +28,7 @@ build() {
make
}
-# Disable for now: fails with soup timeout
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
#check() {
# cd $pkgname-$pkgver
# make check
@@ -36,5 +36,5 @@ build() {
package() {
cd $pkgname-$pkgver
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" install
}