Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=85b630b0f7dfd3e90147156d2a375ad54aabc5c7
commit 85b630b0f7dfd3e90147156d2a375ad54aabc5c7 Author: Devil505 <[email protected]> Date: Sat Jul 31 18:48:34 2010 +0200 performous-0.5.1-1-i686 * version bump * added patch for libpng 1.4 diff --git a/source/games-extra/performous/FrugalBuild b/source/games-extra/performous/FrugalBuild index c8a7334..b2ba2a9 100644 --- a/source/games-extra/performous/FrugalBuild +++ b/source/games-extra/performous/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: devil505 <[email protected]> pkgname=performous -pkgver=0.4.0 +pkgver=0.5.1 pkgrel=1 url="http://performous.org/" pkgdesc="Performous : The free Linux karaoke game" @@ -19,9 +19,10 @@ archs=('i686' 'x86_64') _F_sourceforge_ext="-Source.tar.bz2" Finclude sourceforge up2date="lynx -dump $url/install.html | grep -m1 Source.tar.bz2 | sed 's/.*s-\(.*\)-S.*/\1/'" -source=(${source/performous-/Performous-}) +source=(${source/performous-/Performous-} png14-support.patch) _F_cd_path="Performous-$pkgver-Source" -sha1sums=('44bcc39618cb08957da3815ed9f13af6d90f93ed') +sha1sums=('bd8a76f0629e9366daa907d32ff76365f4b8b4a8' \ + '61ed0d1081da12cd4bbe676c69dc271bce38fcb0') build() { diff --git a/source/games-extra/performous/png14-support.patch b/source/games-extra/performous/png14-support.patch new file mode 100644 index 0000000..d70d68d --- /dev/null +++ b/source/games-extra/performous/png14-support.patch @@ -0,0 +1,12 @@ +diff -ur .//cmake/Modules/FindPng.cmake ../Performous-0.5.1-Source2//cmake/Modules/FindPng.cmake +--- .//cmake/Modules/FindPng.cmake 2010-01-16 14:38:50.000000000 +0100 ++++ ../Performous-0.5.1-Source2//cmake/Modules/FindPng.cmake 2010-04-21 10:26:14.000000000 +0200 +@@ -18,7 +18,7 @@ + ) + + find_library(Png_LIBRARY +- NAMES png12 ++ NAMES png png12 png14 + PATHS ${Png_PKGCONF_LIBRARY_DIRS} + ) + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
