public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: ChangeLog performous-0.6.1.ebuild metadata.xml
@ 2012-02-21 20:51 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2012-02-21 20:51 UTC (permalink / raw
  To: gentoo-commits

tupone      12/02/21 20:51:12

  Added:                ChangeLog performous-0.6.1.ebuild metadata.xml
  Log:
  Version bump to 0.6.1 and rename from ultrastar-ng to performous. Bug #245452
  
  (Portage version: 2.1.10.48/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-arcade/performous/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 2012/02/21 20:51:12 tupone Exp $

*performous-0.6.1 (21 Feb 2012)

  21 Feb 2012; Tupone Alfredo <tupone@gentoo.org> +performous-0.6.1.ebuild,
  +files/performous-0.6.1-ffmpeg.patch, +files/performous-0.6.1-gentoo.patch,
  +files/performous-0.6.1-libpng.patch, +metadata.xml:
  Version bump to 0.6.1 and rename from ultrastar-ng to performous. Bug #245452
  by Vincent Le Ligeour




1.1                  games-arcade/performous/performous-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: performous-0.6.1.ebuild
===================================================================
# 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.1 2012/02/21 20:51:12 tupone Exp $

EAPI=3

inherit flag-o-matic base cmake-utils games

MY_PN=Performous
MY_P=${MY_PN}-${PV}
SONGS_PN=ultrastar-songs

DESCRIPTION="SingStar GPL clone"
HOMEPAGE="http://sourceforge.net/projects/performous/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-Source.tar.bz2
	songs? (
		mirror://sourceforge/${PN}/${SONGS_PN}-restricted-3.zip
		mirror://sourceforge/${PN}/${SONGS_PN}-jc-1.zip
		mirror://sourceforge/${PN}/${SONGS_PN}-libre-3.zip
		mirror://sourceforge/${PN}/${SONGS_PN}-shearer-1.zip
	)"

LICENSE="GPL-2
	songs? (
		CCPL-Attribution-ShareAlike-NonCommercial-2.5
		CCPL-Attribution-NonCommercial-NoDerivs-2.5
	)"
SLOT="0"
KEYWORDS="~x86"
IUSE="songs tools"

RDEPEND="dev-cpp/glibmm
	dev-cpp/libxmlpp
	media-libs/portaudio
	dev-libs/boost
	dev-libs/glib
	dev-libs/libxml2
	gnome-base/librsvg
	media-gfx/imagemagick
	virtual/jpeg
	media-libs/libpng
	media-libs/libsdl
	virtual/opengl
	virtual/glu
	media-video/ffmpeg
	sys-libs/zlib
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/pango
	!games-arcade/ultrastar-ng"
DEPEND="${RDEPEND}
	media-libs/glew
	sys-apps/help2man"

S="${WORKDIR}"/${MY_P}-Source

PATCHES=(
	"${FILESDIR}"/${P}-ffmpeg.patch
	"${FILESDIR}"/${P}-libpng.patch
	"${FILESDIR}"/${P}-gentoo.patch
)
DOCS="docs/{Author,DeveloperReadme,instruments,TODO}.txt"
append-cppflags -DBOOST_FILESYSTEM_VERSION=2

src_prepare() {
	base_src_prepare
	sed -i \
		-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
		game/CMakeLists.txt \
		|| die "sed failed"
}

src_configure() {
	local mycmakeargs="
		$(cmake-utils_use_enable tools TOOLS)
		-DSHARE_INSTALL="${GAMES_DATADIR}"/${PN}
	"
	cmake-utils_src_configure
}

src_compile() {
	cmake-utils_src_compile
}

src_install() {
	cmake-utils_src_install
	if use songs; then
		insinto "${GAMES_DATADIR}"/${PN}
		doins -r "${S}/songs" || die "doins failed"
	fi
	prepgamesdirs
}



1.1                  games-arcade/performous/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?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>
	<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>
	<use>
		<flag name="songs">Install a few demo songs</flag>
		<flag name="tools">Install tools</flag>
    </use>
</pkgmetadata>






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-21 20:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 20:51 [gentoo-commits] gentoo-x86 commit in games-arcade/performous: ChangeLog performous-0.6.1.ebuild metadata.xml Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox