diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-03-08 13:18:59 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-03-08 13:18:59 +0000 |
commit | a56383471d272c3d55d1b9a4f3e3406ada272606 (patch) | |
tree | 9b62b71881c67233cc03ebbe1c14eef068e3974d /games-arcade | |
parent | amd64 stable wrt bug #207381 (diff) | |
download | gentoo-2-a56383471d272c3d55d1b9a4f3e3406ada272606.tar.gz gentoo-2-a56383471d272c3d55d1b9a4f3e3406ada272606.tar.bz2 gentoo-2-a56383471d272c3d55d1b9a4f3e3406ada272606.zip |
Bump patchset to fix bug 203935, configure dying without ffmpeg available.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/stepmania/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-arcade/stepmania/ChangeLog b/games-arcade/stepmania/ChangeLog index ea6e464a7e96..a27e47a94d1e 100644 --- a/games-arcade/stepmania/ChangeLog +++ b/games-arcade/stepmania/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/stepmania -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.19 2007/09/15 07:07:52 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.20 2008/03/08 13:18:59 drac Exp $ + + 08 Mar 2008; Samuli Suominen <drac@gentoo.org> stepmania-3.9.ebuild: + Bump patchset to fix bug 203935, configure dying without ffmpeg available. 15 Sep 2007; Samuli Suominen <drac@gentoo.org> stepmania-3.9.ebuild: Changed SRC_URI to gentoo mirrors. diff --git a/games-arcade/stepmania/stepmania-3.9.ebuild b/games-arcade/stepmania/stepmania-3.9.ebuild index c920856a68b1..f8a19c7c3ac3 100644 --- a/games-arcade/stepmania/stepmania-3.9.ebuild +++ b/games-arcade/stepmania/stepmania-3.9.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.11 2007/09/15 07:07:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.12 2008/03/08 13:18:59 drac Exp $ inherit autotools eutils games -MY_PV="${PV/_/-}" +MY_PV=${PV/_/-} + DESCRIPTION="An advanced DDR simulator" HOMEPAGE="http://www.stepmania.com/stepmania/" SRC_URI="mirror://sourceforge/stepmania/StepMania-${MY_PV}-src.tar.gz mirror://sourceforge/stepmania/StepMania-${MY_PV}-linux.tar.gz - mirror://gentoo/${PN}-patches-1.tar.bz2" + http://dev.gentoo.org/~drac/${PN}-patches-2.tar.bz2" LICENSE="MIT" SLOT="0" @@ -28,7 +29,8 @@ RDEPEND="gtk? ( >=x11-libs/gtk+-2 ) vorbis? ( media-libs/libvorbis ) virtual/opengl virtual/glu" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" S=${WORKDIR}/StepMania-${MY_PV}-src |