diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-19 18:21:11 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-19 18:21:11 +0000 |
commit | 95b76b1f3d32d137820b7c214dee9a1ddd514288 (patch) | |
tree | 0029b00bce314efd7b0bbdc2b51f2907497df8db /media-video | |
parent | Add depend on glib, bug #167235 (diff) | |
download | gentoo-2-95b76b1f3d32d137820b7c214dee9a1ddd514288.tar.gz gentoo-2-95b76b1f3d32d137820b7c214dee9a1ddd514288.tar.bz2 gentoo-2-95b76b1f3d32d137820b7c214dee9a1ddd514288.zip |
Fix dependencies
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer-bin/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r1 (renamed from media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1) | 0 | ||||
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild (renamed from media-video/mplayer-bin/mplayer-bin-1.0_rc1.ebuild) | 16 |
3 files changed, 15 insertions, 9 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog index 75300562d0c1..bd2e55c70d44 100644 --- a/media-video/mplayer-bin/ChangeLog +++ b/media-video/mplayer-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/mplayer-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.20 2007/02/18 16:40:52 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.21 2007/02/19 18:21:11 beandog Exp $ + +*mplayer-bin-1.0_rc1-r1 (19 Feb 2007) + + 19 Feb 2007; Steve Dibb <beandog@gentoo.org> -mplayer-bin-1.0_rc1.ebuild, + +mplayer-bin-1.0_rc1-r1.ebuild: + Fix dependencies 18 Feb 2007; Steve Dibb <beandog@gentoo.org> ChangeLog: Version bump diff --git a/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1 b/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r1 index 403d2e84c98c..403d2e84c98c 100644 --- a/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1 +++ b/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r1 diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_rc1.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild index af76aada436f..3f6d497a6d76 100644 --- a/media-video/mplayer-bin/mplayer-bin-1.0_rc1.ebuild +++ b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1.ebuild,v 1.2 2007/02/18 16:40:52 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild,v 1.1 2007/02/19 18:21:11 beandog Exp $ inherit multilib DESCRIPTION="Pre-build mplayer binary for amd64 systems" HOMEPAGE="http://www.gentoo.org/" -SRC_URI="mirror://gentoo/${PF}.tbz2" +SRC_URI="mirror://gentoo/mplayer-bin-1.0_rc1.tbz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~amd64" IUSE="lirc" -RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0 - >=app-emulation/emul-linux-x86-soundlibs-2.2 - >=app-emulation/emul-linux-x86-gtklibs-2.8 - >=app-emulation/emul-linux-x86-sdl-2.1 - >=app-emulation/emul-linux-x86-medialibs-1.2 - >=media-libs/win32codecs-20050412 +RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.5.5-r3 + >=app-emulation/emul-linux-x86-soundlibs-2.5-r2 + >=app-emulation/emul-linux-x86-gtklibs-2.10.6.3-r3 + >=app-emulation/emul-linux-x86-sdl-2.3-r1 + >=app-emulation/emul-linux-x86-medialibs-1.2-r1 + >=media-libs/win32codecs-20061022-r1 lirc? ( app-misc/lirc )" S="${WORKDIR}" RESTRICT="strip" |