diff options
Diffstat (limited to 'testing/gnash/APKBUILD')
-rw-r--r-- | testing/gnash/APKBUILD | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/testing/gnash/APKBUILD b/testing/gnash/APKBUILD index 06f7cc6941..9f791462b3 100644 --- a/testing/gnash/APKBUILD +++ b/testing/gnash/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=gnash -pkgver=0.8.9 -pkgrel=5 +pkgver=0.8.10 +pkgrel=1 pkgdesc="GNU flash player implementation" url="http://www.gnashdev.org/" arch="all" @@ -14,9 +14,11 @@ depends_dev="agg-dev cairo-dev gstreamer-dev gst-plugins-base-dev curl-dev libxmu-dev libx11-dev" makedepends="$depends_dev libtool" install="" -subpackages="$pkgname-doc $pkgname-dev $pkgname-mozilla $pkgname-sdl $pkgname-fb" -source="http://mirrors.igsobe.com/gnu/gnash/$pkgver/gnash-$pkgver.tar.gz - gnash-ffmpeg.patch" +subpackages="$pkgname-doc $pkgname-dev $pkgname-mozilla $pkgname-sdl + $pkgname-fb $pkgname-lang" +source="http://ftp.gnu.org/pub/gnu/gnash/$pkgver/gnash-$pkgver.tar.bz2 + gnash-ffmpeg.patch + aslr-fix.patch" _builddir="$srcdir"/gnash-$pkgver prepare() { @@ -37,6 +39,7 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --enable-media=gst \ + --without-gconf \ || return 1 make || return 1 } @@ -44,6 +47,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/gnash/*.la || return 1 } sdl() { @@ -65,5 +69,6 @@ mozilla() { mv "$_builddir"/plugin/npapi/.libs/libgnashplugin.so "$subpkgdir"/usr/lib/mozilla/plugins } -md5sums="01d0420932eede07211e368d405aee9c gnash-0.8.9.tar.gz -b324b3fee1e017d8fcc4d991146266f8 gnash-ffmpeg.patch" +md5sums="63e9f79c41d93d48c5a2fa94856548c4 gnash-0.8.10.tar.bz2 +b324b3fee1e017d8fcc4d991146266f8 gnash-ffmpeg.patch +64cea4c0b4963b7fd5308beb1b20fed6 aslr-fix.patch" |