diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-06-28 06:29:33 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-06-28 06:29:33 +0000 |
commit | aef62e1dea8d226992c8df6c74b40049b3e82c78 (patch) | |
tree | 2661ad607e84b0cc087088c5ce351eacfddc92cc | |
parent | Bump (diff) | |
download | gentoo-2-aef62e1dea8d226992c8df6c74b40049b3e82c78.tar.gz gentoo-2-aef62e1dea8d226992c8df6c74b40049b3e82c78.tar.bz2 gentoo-2-aef62e1dea8d226992c8df6c74b40049b3e82c78.zip |
Build with glib-2.32. Bug #423641
(Portage version: 2.1.11.2/cvs/Linux i686)
-rw-r--r-- | games-arcade/performous/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/performous/files/performous-0.6.1-glib232.patch | 10 | ||||
-rw-r--r-- | games-arcade/performous/metadata.xml | 5 | ||||
-rw-r--r-- | games-arcade/performous/performous-0.6.1.ebuild | 3 |
4 files changed, 19 insertions, 6 deletions
diff --git a/games-arcade/performous/ChangeLog b/games-arcade/performous/ChangeLog index 396ed7169966..65a07a96179f 100644 --- a/games-arcade/performous/ChangeLog +++ b/games-arcade/performous/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/performous # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.8 2012/05/16 12:02:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.9 2012/06/28 06:29:33 tupone Exp $ + + 28 Jun 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild, + +files/performous-0.6.1-glib232.patch, metadata.xml: + Build with glib-2.32. Bug #423641 by flameeyes@gentoo.org + Replacing me as maintainer with the games herd 16 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +files/performous-0.6.1-libav.patch, performous-0.6.1.ebuild: diff --git a/games-arcade/performous/files/performous-0.6.1-glib232.patch b/games-arcade/performous/files/performous-0.6.1-glib232.patch new file mode 100644 index 000000000000..f69d52253fe4 --- /dev/null +++ b/games-arcade/performous/files/performous-0.6.1-glib232.patch @@ -0,0 +1,10 @@ +--- game/unicode.cc.old 2012-06-27 13:34:43.485706157 +0200 ++++ game/unicode.cc 2012-06-27 13:34:56.825769500 +0200 +@@ -2,7 +2,6 @@ + + #include <boost/scoped_ptr.hpp> + #include <glibmm/ustring.h> +-#include <glib/gconvert.h> + #include <sstream> + #include <stdexcept> + diff --git a/games-arcade/performous/metadata.xml b/games-arcade/performous/metadata.xml index 7b9492fcc181..06363fb36f77 100644 --- a/games-arcade/performous/metadata.xml +++ b/games-arcade/performous/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>tupone@gentoo.org</email> - <name>Tupone Alfredo</name> - </maintainer> + <herd>games</herd> <longdescription lang="en"> Performous is an open-source rhythm/performance platform that contains singing, guitar/bass playing, drumming and dancing all in one game. </longdescription> diff --git a/games-arcade/performous/performous-0.6.1.ebuild b/games-arcade/performous/performous-0.6.1.ebuild index c4c24225677f..eb73007dd087 100644 --- a/games-arcade/performous/performous-0.6.1.ebuild +++ b/games-arcade/performous/performous-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.8 2012/05/16 12:02:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.9 2012/06/28 06:29:33 tupone Exp $ EAPI="3" @@ -59,6 +59,7 @@ PATCHES=( "${FILESDIR}"/${P}-libpng.patch "${FILESDIR}"/${P}-gentoo.patch "${FILESDIR}"/${P}-linguas.patch + "${FILESDIR}"/${P}-glib232.patch ) src_prepare() { |