diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-04 19:14:07 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-04 19:14:07 -0600 |
commit | d8bb6d69c0ed8f24f8b751f2ee564ca8e682d3e7 (patch) | |
tree | 8e457f524b2ed6dec611c5a09f9882e8aba353d7 /main/audacious/APKBUILD | |
parent | 1a77b98f2894afe0fe51c8e5d9d1b44a71016b13 (diff) | |
download | aports-d8bb6d69c0ed8f24f8b751f2ee564ca8e682d3e7.tar.bz2 aports-d8bb6d69c0ed8f24f8b751f2ee564ca8e682d3e7.tar.xz |
main/audacious: merge in memory leak patches for upstream AUD-285 and AUD-286
Diffstat (limited to 'main/audacious/APKBUILD')
-rw-r--r-- | main/audacious/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/main/audacious/APKBUILD b/main/audacious/APKBUILD index 24a9f79953..91422327da 100644 --- a/main/audacious/APKBUILD +++ b/main/audacious/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=audacious pkgver=2.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="playlist-oriented media player with multiple interfaces" url="http://audacious-media-player.org/" arch="all" @@ -11,7 +11,9 @@ depends= makedepends="libmowgli-dev libmcs-dev libguess-dev gtk+-dev dbus-glib-dev libxml2-dev" install= subpackages="$pkgname-dev" -source="http://distfiles.atheme.org/$pkgname-$pkgver.tgz" +source="http://distfiles.atheme.org/$pkgname-$pkgver.tgz + audacious-2.4.3-playlist-AUD-285.patch + audacious-2.4.3-id3v1-memleak-AUD-286.patch" _builddir="$srcdir"/$pkgname-$pkgver @@ -51,4 +53,6 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="bd5d91900044a1159129c6feeea612c4 audacious-2.4.3.tgz" +md5sums="bd5d91900044a1159129c6feeea612c4 audacious-2.4.3.tgz +6dc34ff8fd74dcba06b6aa20c7cd493e audacious-2.4.3-playlist-AUD-285.patch +3c8a23fd86ee8943ee938ef4cef9fa86 audacious-2.4.3-id3v1-memleak-AUD-286.patch" |