summaryrefslogtreecommitdiff
path: root/community/gpac
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-12 14:14:44 +0000
committerroot <root@rshg047.dnsready.net>2011-07-12 14:14:44 +0000
commitec9bd2e246eb94181a9254dcb2de7ddc191bb8cc (patch)
tree2f7af52e79332c2dc24b2c28ac3fceb0cbda7f10 /community/gpac
parente03f4b9bc9da3327de94bc58aa92ecb836c1580d (diff)
Tue Jul 12 14:14:44 UTC 2011
Diffstat (limited to 'community/gpac')
-rw-r--r--community/gpac/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gpac/PKGBUILD b/community/gpac/PKGBUILD
index 8849977aa..69717e2bc 100644
--- a/community/gpac/PKGBUILD
+++ b/community/gpac/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=gpac
pkgver=0.4.5
-pkgrel=6
+pkgrel=7
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
arch=('i686' 'x86_64')
url="http://gpac.sourceforge.net"
-depends=('libxml2' 'wxgtk' 'alsa-lib' 'sdl' 'spidermonkey' 'libmad' \
+depends=('libxml2' 'wxgtk' 'alsa-lib' 'sdl' 'js' 'libmad' \
'faad2' 'xvidcore' 'ffmpeg' 'freeglut')
license=('LGPL')
options=('!makeflags') # Multiple build jobs aren't handled correctly
@@ -21,13 +21,14 @@ md5sums=('755e8c438a48ebdb13525dd491f5b0d1'
build() {
cd ${srcdir}/${pkgname}
chmod +x configure
+ sed -i 's|--warn-common||' configure
sed -i 's#osmozilla##g' applications/Makefile
sed -i 's#"$(prefix)#"$(DESTDIR)$(prefix)#' applications/osmo4_wx/Makefile
sed -i 's#ldconfig || true##g' Makefile
#FS#14506
sed -i 's#lib64#lib#g' configure
- patch -Np1 -i ${srcdir}/libpng14-infopp-null.patch || return 1
+ patch -Np1 -i ${srcdir}/libpng14-infopp-null.patch
# Was getting "symbol lookup error: /usr/lib/gpac/gm_x11_out.so: undefined
# symbol: XvQueryExtension" with our LDFLAGS :\