diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-26 18:51:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-26 18:51:17 +0000 |
commit | 813bfd6ff3f5c8dbde9d7888f1b365209013f5be (patch) | |
tree | df2f21009fb98e9f3fd5da18a48d33245407af1a /media-video/binkplayer | |
parent | Added a patch for gcc-4.3-compatibility as kindly provided by Ryan Hill on bu... (diff) | |
download | gentoo-2-813bfd6ff3f5c8dbde9d7888f1b365209013f5be.tar.gz gentoo-2-813bfd6ff3f5c8dbde9d7888f1b365209013f5be.tar.bz2 gentoo-2-813bfd6ff3f5c8dbde9d7888f1b365209013f5be.zip |
version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9b.ebuild | 28 | ||||
-rw-r--r-- | media-video/binkplayer/files/digest-binkplayer-1.9b | 3 |
3 files changed, 39 insertions, 2 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 3bc2f949e170..286e7dfc304a 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/binkplayer -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.14 2007/10/20 06:06:01 mr_bones_ Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.15 2008/01/26 18:51:17 mr_bones_ Exp $ + +*binkplayer-1.9b (26 Jan 2008) + + 26 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> + +binkplayer-1.9b.ebuild: + version bump *binkplayer-1.8x (20 Oct 2007) diff --git a/media-video/binkplayer/binkplayer-1.9b.ebuild b/media-video/binkplayer/binkplayer-1.9b.ebuild new file mode 100644 index 000000000000..564413ed86e5 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.9b.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9b.ebuild,v 1.1 2008/01/26 18:51:17 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="" +RESTRICT="strip" + +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.9b b/media-video/binkplayer/files/digest-binkplayer-1.9b new file mode 100644 index 000000000000..ee86fa4d49e2 --- /dev/null +++ b/media-video/binkplayer/files/digest-binkplayer-1.9b @@ -0,0 +1,3 @@ +MD5 0c44a73e8e1035d8346ad8cacbf9c2d6 binkplayer-1.9b.zip 83823 +RMD160 e7eb3be0401ecd78f4fc4087a8ecedb81d41df94 binkplayer-1.9b.zip 83823 +SHA256 72f1566604936abde7d591df04afa8f1630b89d709618ad88f991faabc0a62e1 binkplayer-1.9b.zip 83823 |