diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-10 15:03:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-10 15:03:44 +0000 |
commit | 204ba53a1f987ddb0c7e1fa407db5357fad8cd1d (patch) | |
tree | c05f896c84990f5ec813dd022736a70c12f5a530 /media-video/binkplayer | |
parent | Make repoman a happy camper. (diff) | |
download | gentoo-2-204ba53a1f987ddb0c7e1fa407db5357fad8cd1d.tar.gz gentoo-2-204ba53a1f987ddb0c7e1fa407db5357fad8cd1d.tar.bz2 gentoo-2-204ba53a1f987ddb0c7e1fa407db5357fad8cd1d.zip |
version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9g.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 286e7dfc304a..e907c60d93ee 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/binkplayer # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.16 2008/09/10 15:03:44 mr_bones_ Exp $ + +*binkplayer-1.9g (10 Sep 2008) + + 10 Sep 2008; Michael Sterrett <mr_bones_@gentoo.org> + +binkplayer-1.9g.ebuild: + version bump *binkplayer-1.9b (26 Jan 2008) diff --git a/media-video/binkplayer/binkplayer-1.9g.ebuild b/media-video/binkplayer/binkplayer-1.9g.ebuild new file mode 100644 index 000000000000..bf31c682ba82 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.9g.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.9g.ebuild,v 1.1 2008/09/10 15:03:44 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" +} |