Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting9.git;a=commitdiff;h=c76385b4a394ca14289374e2ef6c6128adab011f
commit c76385b4a394ca14289374e2ef6c6128adab011f Author: James Buren <[email protected]> Date: Tue Jan 1 07:11:00 2013 -0600 performous-0.7.0-1-x86_64 * rebuild with boost * version bump * switch to what looks like official performous git repo diff --git a/source/games-extra/performous/FrugalBuild b/source/games-extra/performous/FrugalBuild index c147720..b60113d 100644 --- a/source/games-extra/performous/FrugalBuild +++ b/source/games-extra/performous/FrugalBuild @@ -3,21 +3,21 @@ # Contributor: DeX77 <[email protected]> pkgname=performous -pkgver=0.6.1 -pkgrel=4 +pkgver=0.7.0 +pkgrel=1 url="http://performous.org/" pkgdesc="Performous : The free Linux karaoke game" rodepends=('ultrastar-songs') depends=('fftw' 'smpeg' 'librsvg' 'xine-lib' 'sdl_gfx>=2.0.19' 'libsigc++2' \ - 'sdlimage' 'libgcc' 'sdl' 'gstreamer' 'alsa-lib' 'libboost>=1.46.1' 'glibmm' \ + 'sdlimage' 'libgcc' 'sdl' 'gstreamer' 'alsa-lib' 'libboost>=1.50.0' 'glibmm' \ 'libxml++' 'jack' 'glew' 'portaudio' 'opencv' 'ffmpeg>=1.0') -makedepends=('boost' 'cmake') +makedepends=('boost>=1.50.0' 'cmake') groups=('games-extra') conflicts=('ultrastar-ng') replaces=('ultrastar-ng') archs=('i686' 'x86_64') _F_scm_type="git" -_F_scm_url="git://github.com/tapio/performous.git" +_F_scm_url="git://github.com/performous/performous.git" Finclude scm build() @@ -25,9 +25,6 @@ build() Funpack_scm Fcd Fpatchall - Fsed '/gconvert.h' '.h' game/unicode.cc - Fsed "boost::TIME_UTC_\?" "TIME_UTC" game/xtime.hh - export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2" mkdir -p build || Fdie cd build || Fdie cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="${CXXFLAGS}" ..|| Fdie _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
