aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnash/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-01 08:18:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-01 08:18:59 +0000
commitd35474dc7fc86ed44dbf38cda42d8bd4dd0dbe3c (patch)
treebf0b9ede00a0f4ee5da1ca54d8a4858dbc571a5d /testing/gnash/APKBUILD
parentb9d2fc8b4f469c2638bfac2f11d52f7d1497cb29 (diff)
downloadaports-d35474dc7fc86ed44dbf38cda42d8bd4dd0dbe3c.tar.bz2
aports-d35474dc7fc86ed44dbf38cda42d8bd4dd0dbe3c.tar.xz
main/gnash: rebuild against mesa-8.0 and add aslr fix for jemalloc
Diffstat (limited to 'testing/gnash/APKBUILD')
-rw-r--r--testing/gnash/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/gnash/APKBUILD b/testing/gnash/APKBUILD
index 5b2b407adf..9f791462b3 100644
--- a/testing/gnash/APKBUILD
+++ b/testing/gnash/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnash
pkgver=0.8.10
-pkgrel=0
+pkgrel=1
pkgdesc="GNU flash player implementation"
url="http://www.gnashdev.org/"
arch="all"
@@ -17,7 +17,8 @@ install=""
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"
+ gnash-ffmpeg.patch
+ aslr-fix.patch"
_builddir="$srcdir"/gnash-$pkgver
prepare() {
@@ -69,4 +70,5 @@ mozilla() {
}
md5sums="63e9f79c41d93d48c5a2fa94856548c4 gnash-0.8.10.tar.bz2
-b324b3fee1e017d8fcc4d991146266f8 gnash-ffmpeg.patch"
+b324b3fee1e017d8fcc4d991146266f8 gnash-ffmpeg.patch
+64cea4c0b4963b7fd5308beb1b20fed6 aslr-fix.patch"