diff options
-rw-r--r-- | media-video/mplayer-bin/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mplayer-bin/Manifest | 12 | ||||
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild | 3 |
3 files changed, 7 insertions, 13 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog index a4c035a697d5..d9a884d48a4d 100644 --- a/media-video/mplayer-bin/ChangeLog +++ b/media-video/mplayer-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mplayer-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.2 2005/08/30 20:54:07 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.3 2005/08/30 21:59:11 dang Exp $ + + 30 Aug 2005; <dang@gentoo.org> mplayer-bin-1.0_pre7.ebuild: + Add missing gtklibs dep Bug #104306 30 Aug 2005; <dang@gentoo.org> mplayer-bin-1.0_pre7.ebuild: Add emul-linux-x86-sdl dep. Bug #104301 diff --git a/media-video/mplayer-bin/Manifest b/media-video/mplayer-bin/Manifest index 68a364f74f79..7961eb9ba99c 100644 --- a/media-video/mplayer-bin/Manifest +++ b/media-video/mplayer-bin/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 aae2c8a4d77b543d70d5a9f00f4ca4e6 mplayer-bin-1.0_pre7.ebuild 701 +MD5 3e40446efa669abde44e660822479423 mplayer-bin-1.0_pre7.ebuild 745 MD5 b9d0dcd36994bedff69123a266ffca13 ChangeLog 530 MD5 d138fbd38b04f78fe9b3766051723a5b metadata.xml 218 MD5 6016bcda0338c21a0c9b9aa7910dcffc files/digest-mplayer-bin-1.0_pre7 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDFMeAomPajV0RnrERAm5ZAJ0UxoXaBQklEJna0txOUtnV9PXNCQCePqyt -WWOumnNRtx21JAkZPo+M/rQ= -=GECY ------END PGP SIGNATURE----- diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild index 2ad0f57703ab..7319ea93b3ef 100644 --- a/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild +++ b/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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_pre7.ebuild,v 1.2 2005/08/30 20:54:07 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild,v 1.3 2005/08/30 21:59:11 dang Exp $ DESCRIPTION="Pre-build mplayer binary for amd64 systems" HOMEPAGE="http://www.gentoo.org/" @@ -13,6 +13,7 @@ IUSE="" RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0 >=app-emulation/emul-linux-x86-soundlibs-2.1 + >=app-emulation/emul-linux-x86-gtklibs-2.1 >=app-emulation/emul-linux-x86-sdl-2.1 >=app-emulation/emul-linux-x86-medialibs-1.0 >=media-libs/win32codecs-20050412" |