From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA942138825 for ; Tue, 31 Mar 2015 18:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BAB4E08BB; Tue, 31 Mar 2015 18:34:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FAF5E08BB for ; Tue, 31 Mar 2015 18:34:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34181340906 for ; Tue, 31 Mar 2015 18:34:49 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 665) id BF62D14EF6; Tue, 31 Mar 2015 18:34:46 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: performous-1.0.ebuild ChangeLog X-VCS-Directories: games-arcade/performous X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150331183446.BF62D14EF6@oystercatcher.gentoo.org> Date: Tue, 31 Mar 2015 18:34:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fde89bf7-2809-4600-8f1a-641803957a31 X-Archives-Hash: 8563bed8df128eaa85b3a5cc9b15599f 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 + +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 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 }