diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-07-29 19:01:53 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-07-29 19:01:53 +0000 |
commit | 5de265b81d15abcc36b5dd4ff1f7c177eb1e8415 (patch) | |
tree | 4a978cb7b34fe49fe218bd6b8cc57190e4a4e514 /games-arcade/stepmania | |
parent | Version bump, deps on tr1 virtuals removed. (diff) | |
download | gentoo-2-5de265b81d15abcc36b5dd4ff1f7c177eb1e8415.tar.gz gentoo-2-5de265b81d15abcc36b5dd4ff1f7c177eb1e8415.tar.bz2 gentoo-2-5de265b81d15abcc36b5dd4ff1f7c177eb1e8415.zip |
Bump ffmpeg dep. for last change to 0.4.9_p20080326 wrt #232364.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'games-arcade/stepmania')
-rw-r--r-- | games-arcade/stepmania/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/stepmania/ChangeLog b/games-arcade/stepmania/ChangeLog index 7643b239d064..9c33ec7b12ad 100644 --- a/games-arcade/stepmania/ChangeLog +++ b/games-arcade/stepmania/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/stepmania # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.22 2008/06/21 13:20:46 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.23 2008/07/29 19:01:53 drac Exp $ + + 29 Jul 2008; Samuli Suominen <drac@gentoo.org> stepmania-3.9.ebuild: + Bump ffmpeg dep. for last change to 0.4.9_p20080326 wrt #232364. 21 Jun 2008; Hanno Boeck <hanno@gentoo.org> +files/stepmania-3.9-newffmpeg.diff, stepmania-3.9.ebuild: diff --git a/games-arcade/stepmania/stepmania-3.9.ebuild b/games-arcade/stepmania/stepmania-3.9.ebuild index 3658b367ec9f..08962425eafc 100644 --- a/games-arcade/stepmania/stepmania-3.9.ebuild +++ b/games-arcade/stepmania/stepmania-3.9.ebuild @@ -1,6 +1,6 @@ # 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.14 2008/06/21 13:20:46 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.15 2008/07/29 19:01:53 drac Exp $ inherit autotools eutils games @@ -25,7 +25,7 @@ RDEPEND="gtk? ( >=x11-libs/gtk+-2 ) media-libs/libsdl jpeg? ( media-libs/jpeg ) media-libs/libpng - ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20070330 ) + ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) vorbis? ( media-libs/libvorbis ) virtual/opengl virtual/glu" |