summaryrefslogtreecommitdiff
path: root/community/gnash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnash/PKGBUILD')
-rw-r--r--community/gnash/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD
index 58fb9a24a..f962211b1 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=2
+pkgrel=3
arch=(i686 x86_64)
url="http://www.gnu.org/software/gnash/"
license=(GPL3)
@@ -20,6 +20,10 @@ md5sums=('5b2be6b04a1bcc5fb404cc377034499e')
build() {
cd "$srcdir/gnash-$pkgver"
+ # Version is now in version.h
+ sed -i 's/avcodec\.h/version.h/' macros/ffmpeg.m4
+ ./autogen.sh
+
./configure \
--prefix=/usr \
--sysconfdir=/etc \