diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/Manifest | 12 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.8h.ebuild | 7 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index e322d1979acb..c8721fcae728 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/binkplayer # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.9 2006/02/26 04:03:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.10 2006/03/29 13:34:08 herbs Exp $ + + 29 Mar 2006; Herbie Hopkins <herbs@gentoo.org> binkplayer-1.8h.ebuild: + Marked ~amd64. *binkplayer-1.8h (26 Feb 2006) diff --git a/media-video/binkplayer/Manifest b/media-video/binkplayer/Manifest index d42d617238a9..5a7f7f7ccb6b 100644 --- a/media-video/binkplayer/Manifest +++ b/media-video/binkplayer/Manifest @@ -1,12 +1,12 @@ -MD5 b4a011abc25a42cf670a75b268a45ebc ChangeLog 1419 -RMD160 f1c44ea50cab41b8cb13a2e66615b2db9c3c6fa2 ChangeLog 1419 -SHA256 460ca701f6a164783dfa69773472877f77245fd9abba7bd012836f02248bbe77 ChangeLog 1419 +MD5 1446be325078c3fef471cad3e65ff3f0 ChangeLog 1510 +RMD160 fdcb3b2f5bc521bfc53c718e2b22c522c5b0b230 ChangeLog 1510 +SHA256 173fd6c47ed66f6d2ce2b8136d9380a3e11331c90f2ed59e9405a90cca8f57c3 ChangeLog 1510 MD5 c5d86141f4b7d0c716314e3e5642a4d8 binkplayer-1.8c.ebuild 755 RMD160 88b7fb6fa545c305e206c029f3cb1ab1de0cd7d4 binkplayer-1.8c.ebuild 755 SHA256 6140c618f8387f39af801d65c2865d111ec1f94f73a092d2390523abfbca0921 binkplayer-1.8c.ebuild 755 -MD5 7a221d61fd2f3e8bd8b0619cad5e3329 binkplayer-1.8h.ebuild 741 -RMD160 10fdd79917cfda4063570d544c2dbe67eb860192 binkplayer-1.8h.ebuild 741 -SHA256 0c5251fa65ea0796c2c1b373da55753e72bf0ba4a0313f3681562a41b14a29e4 binkplayer-1.8h.ebuild 741 +MD5 cd11e4af7ddcf2af65cd4720a3881fcf binkplayer-1.8h.ebuild 793 +RMD160 08db40e87f12300e5ba67397cd7328ae32c5364e binkplayer-1.8h.ebuild 793 +SHA256 dba89cdf9b9f6fe1c33c5e20f9bd5d02310c04df08fc06264aa472698abb6b48 binkplayer-1.8h.ebuild 793 MD5 2bd9e9971bf501fde61632271c25557b files/digest-binkplayer-1.8c 64 RMD160 c2f73e473c4d81a6f02f13873741e4ebfc1cef89 files/digest-binkplayer-1.8c 64 SHA256 0ef3025c63c07a7184bbfb52e9b43721f70c15d7967af56dad6ebb231e36b4fd files/digest-binkplayer-1.8c 64 diff --git a/media-video/binkplayer/binkplayer-1.8h.ebuild b/media-video/binkplayer/binkplayer-1.8h.ebuild index ac55d2d90e46..e9718d11dcb9 100644 --- a/media-video/binkplayer/binkplayer-1.8h.ebuild +++ b/media-video/binkplayer/binkplayer-1.8h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.8h.ebuild,v 1.1 2006/02/26 04:03:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.8h.ebuild,v 1.2 2006/03/29 13:34:08 herbs Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -11,12 +11,13 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="as-is" SLOT="0" -KEYWORDS="-* x86" +KEYWORDS="-* ~amd64 x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="media-libs/libsdl - media-libs/sdl-mixer" + media-libs/sdl-mixer + amd64? ( app-emulation/emul-linux-x86-sdl )" S=${WORKDIR} |