diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-22 07:34:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-22 07:34:58 +0000 |
commit | 84dc7053a615b93f7e4b88f58360f715efa5f5c4 (patch) | |
tree | aadb55bbc62dea0173b271826b4cac27b72ca329 /media-video/binkplayer | |
parent | Stable on ppc64; bug #144712 (diff) | |
download | historical-84dc7053a615b93f7e4b88f58360f715efa5f5c4.tar.gz historical-84dc7053a615b93f7e4b88f58360f715efa5f5c4.tar.bz2 historical-84dc7053a615b93f7e4b88f58360f715efa5f5c4.zip |
version bump
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.8n.ebuild | 27 | ||||
-rw-r--r-- | media-video/binkplayer/files/digest-binkplayer-1.8n | 3 |
3 files changed, 37 insertions, 1 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 084603904702..0cdac8731f29 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2006/07/04 04:44:05 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.12 2006/08/22 07:34:57 mr_bones_ Exp $ + +*binkplayer-1.8n (22 Aug 2006) + + 22 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> + -binkplayer-1.8c.ebuild, +binkplayer-1.8n.ebuild: + version bump 04 Jul 2006; Jon Hood <squinky86@gentoo.org> binkplayer-1.8h.ebuild: Stable on amd64, bug #138927. diff --git a/media-video/binkplayer/binkplayer-1.8n.ebuild b/media-video/binkplayer/binkplayer-1.8n.ebuild new file mode 100644 index 000000000000..b952122696f4 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.8n.ebuild @@ -0,0 +1,27 @@ +# 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.8n.ebuild,v 1.1 2006/08/22 07:34:57 mr_bones_ Exp $ + +DESCRIPTION="Bink Video! Player" +HOMEPAGE="http://www.radgametools.com/default.htm" +# No version on the archives and upstream has said they are not +# interested in providing versioned archives. +# SRC_URI="http://www.radgametools.com/down/Bink/BinkLinuxPlayer.zip" +SRC_URI="mirror://gentoo/${P}.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="media-libs/libsdl + media-libs/sdl-mixer + amd64? ( app-emulation/emul-linux-x86-sdl )" + +S=${WORKDIR} + +src_install() { + into /opt + dobin BinkPlayer || die "dobin failed" +} diff --git a/media-video/binkplayer/files/digest-binkplayer-1.8n b/media-video/binkplayer/files/digest-binkplayer-1.8n new file mode 100644 index 000000000000..b82e4093f37c --- /dev/null +++ b/media-video/binkplayer/files/digest-binkplayer-1.8n @@ -0,0 +1,3 @@ +MD5 77073f22076a8cdc4c6d572f785f35d5 binkplayer-1.8n.zip 100295 +RMD160 ebe3d1c5516de32b7108563b79a4150cdae39635 binkplayer-1.8n.zip 100295 +SHA256 96cdeeeaef15718808a875b911e2245d740c1a758c133a1f8608b5128cb25fe8 binkplayer-1.8n.zip 100295 |