* [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-1.0.ebuild ChangeLog
@ 2015-03-31 18:34 99% Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 1+ results
From: Michael Sterrett (mr_bones_) @ 2015-03-31 18:34 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/03/31 18:34:46
Modified: ChangeLog
Added: performous-1.0.ebuild
Log:
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.18 games-arcade/performous/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 14 Jul 2014 12:54:24 -0000 1.17
+++ ChangeLog 31 Mar 2015 18:34:46 -0000 1.18
@@ -1,6 +1,14 @@
# ChangeLog for games-arcade/performous
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.17 2014/07/14 12:54:24 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.18 2015/03/31 18:34:46 mr_bones_ Exp $
+
+*performous-1.0 (31 Mar 2015)
+
+ 31 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/performous-1.0-gentoo.patch, +files/performous-1.0-include.patch,
+ +files/performous-1.0-libav.patch, +files/performous-1.0-linguas.patch,
+ +performous-1.0.ebuild:
+ version bump
14 Jul 2014; Alfredo Tupone <tupone@gentoo.org> performous-0.7.0-r1.ebuild,
+files/performous-0.7.0-freetype.patch:
1.1 games-arcade/performous/performous-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-1.0.ebuild?rev=1.1&content-type=text/plain
Index: performous-1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-1.0.ebuild,v 1.1 2015/03/31 18:34:46 mr_bones_ Exp $
EAPI=5
CMAKE_REMOVE_MODULES="yes"
CMAKE_REMOVE_MODULES_LIST="FindALSA FindBoost FindFreetype FindGettext FindJpeg FindPng FindTiff FindZ"
inherit eutils cmake-utils gnome2-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="https://github.com/performous/performous/archive/1.0.tar.gz -> ${P}.tar.gz
songs? (
mirror://sourceforge/performous/${SONGS_PN}-restricted-3.zip
mirror://sourceforge/performous/${SONGS_PN}-jc-1.zip
mirror://sourceforge/performous/${SONGS_PN}-libre-3.zip
mirror://sourceforge/performous/${SONGS_PN}-shearer-1.zip
)"
LICENSE="GPL-2
songs? (
CC-BY-NC-SA-2.5
CC-BY-NC-ND-2.5
)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="midi songs tools webcam"
RDEPEND="dev-cpp/glibmm
dev-cpp/libxmlpp
media-libs/portaudio
dev-libs/boost[threads(+)]
dev-libs/glib
dev-libs/libxml2
gnome-base/librsvg
media-gfx/imagemagick
virtual/jpeg
media-libs/libpng:0
media-libs/libsdl2[joystick,video]
virtual/ffmpeg
virtual/opengl
virtual/glu
sys-libs/zlib
virtual/libintl
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/pango
media-libs/glew
midi? ( media-libs/portmidi )
webcam? ( media-libs/opencv )"
DEPEND="${RDEPEND}
sys-apps/help2man
sys-devel/gettext"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-libav.patch \
"${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-linguas.patch \
"${FILESDIR}"/${P}-include.patch
sed -i \
-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
-e '/ Z /s/ Z / ZLIB /' \
-e 's/Jpeg/JPEG/' \
-e 's/Png/PNG/' \
game/CMakeLists.txt || die
strip-linguas -u lang
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable tools TOOLS)
$(cmake-utils_use_enable webcam WEBCAM)
$(cmake-utils_use_enable midi MIDI)
-DCMAKE_VERBOSE_MAKEFILE=TRUE
-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 "${WORKDIR}/songs"
fi
dodoc docs/{Authors,instruments}.txt
newicon -s scalable data/themes/default/icon.svg ${PN}.svg
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-03-31 18:34 99% [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-1.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox