diff options
Diffstat (limited to 'community/performous/PKGBUILD')
-rw-r--r-- | community/performous/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index 5145f5624..301048099 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 94902 2013-08-01 06:55:27Z bpiotrowski $ +# $Id: PKGBUILD 102267 2013-12-07 10:36:52Z bpiotrowski $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=performous pkgver=0.7.0 -pkgrel=10 +pkgrel=11 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"' arch=('i686' 'x86_64') url="http://performous.org/" @@ -30,6 +30,8 @@ prepare() { patch -Np1 -i ../fix-noisy-sound-output.patch # fix building with ffmpeg-2.0 patch -Np1 -i ../ffmpeg-2.0.patch + # since freetype2-2.5.1 include files aren't anymore in the freetype subdir + sed -i "s#freetype/freetype.h#freetype.h#g" cmake/Modules/FindFreetype.cmake } build() { |