summaryrefslogtreecommitdiff
path: root/community/gnash/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
commita3024f8996981b28ced27466cbd1d4ab40e57324 (patch)
tree33e1ab51e17de598241385ef355cc67662d9ad74 /community/gnash/PKGBUILD
parent126af148530f656a2ed192a852477b2ee97d5397 (diff)
Sat Nov 19 23:14:48 UTC 2011
Diffstat (limited to 'community/gnash/PKGBUILD')
-rw-r--r--community/gnash/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD
index 68f826412..0b4a6d049 100644
--- a/community/gnash/PKGBUILD
+++ b/community/gnash/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=gnash
pkgname=(gnash-common gnash-gtk)
pkgver=0.8.9
-pkgrel=5
+pkgrel=6
arch=(i686 x86_64)
url="http://www.gnu.org/software/gnash/"
license=(GPL3)
@@ -15,9 +15,10 @@ makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool
pkgconfig boost)
options=(!libtool !emptydirs)
source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
- gentoo-ffmpeg-0.8.patch)
+ gentoo-ffmpeg-0.8.patch xul8.patch)
md5sums=('5b2be6b04a1bcc5fb404cc377034499e'
- '98dec9a5c1b1084245a3f46b4022a6e2')
+ '98dec9a5c1b1084245a3f46b4022a6e2'
+ '9b77325d0b8b9d4150c4097771482d26')
build() {
cd "$srcdir/gnash-$pkgver"
@@ -25,8 +26,11 @@ build() {
# Consolidated gentoo patches for ffmpeg compatibility
# as of 2011-10-31
patch -Np1 -i "$srcdir/gentoo-ffmpeg-0.8.patch"
- ./autogen.sh
+ # Patch for compatibility with newer xulrunner headers
+ patch -Np1 -i "$srcdir/xul8.patch"
+
+ ./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc \