summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c1422f2f758..6ec30dfa0797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgbase=gstreamer0.10-good
pkgname=('lib32-gstreamer0.10-good' 'lib32-gstreamer0.10-good-plugins')
_pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
pkgver=0.10.31
-pkgrel=8
+pkgrel=9
arch=('x86_64')
license=('LGPL')
depends=('gstreamer0.10-good' 'gstreamer0.10-good-plugins' "lib32-gstreamer0.10-base")
@@ -48,6 +48,9 @@ NOCONFIGURE=1 ./autogen.sh
--with-package-name="GStreamer Good Plugins (Archlinux)" \
--with-package-origin="http://www.archlinux.org/"
+#quick and dirty fix
+echo "#define GST_PLUGIN_DEFINE2(a,b,c,d,e,f,g,h,i) GST_PLUGIN_DEFINE(a,b, #c ,d,e,f,g,h,i)" >>config.h
+
make
sed -e 's/gst sys ext/gst/' -i Makefile
}