diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 22:32:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 22:32:15 +0000 |
commit | 5a1ca3eec79a3d2f96c00af2a15e7ff5c151752f (patch) | |
tree | 4c1ce29931f786245c3358fee9fa1e4c16b7cbe5 /media-video | |
parent | version bump (diff) | |
download | gentoo-2-5a1ca3eec79a3d2f96c00af2a15e7ff5c151752f.tar.gz gentoo-2-5a1ca3eec79a3d2f96c00af2a15e7ff5c151752f.tar.bz2 gentoo-2-5a1ca3eec79a3d2f96c00af2a15e7ff5c151752f.zip |
version bump (bug #63835)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/binkplayer/Manifest | 2 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.6g.ebuild | 27 | ||||
-rw-r--r-- | media-video/binkplayer/files/digest-binkplayer-1.6g | 1 |
4 files changed, 37 insertions, 1 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index c0a49aa2e3b9..8325a2be1635 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/binkplayer # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.6 2004/07/17 02:18:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.7 2004/09/12 22:32:15 mr_bones_ Exp $ + +*binkplayer-1.6g (12 Sep 2004) + + 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> + +binkplayer-1.6g.ebuild: + version bump (bug #63835) *binkplayer-1.6d (16 Jul 2004) diff --git a/media-video/binkplayer/Manifest b/media-video/binkplayer/Manifest index 5d6e8035751c..ce5ffa76dcd8 100644 --- a/media-video/binkplayer/Manifest +++ b/media-video/binkplayer/Manifest @@ -1,6 +1,8 @@ MD5 4443283065bed7fb9f34507f96f6faf5 binkplayer-1.6c.ebuild 758 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 67b1c3e65091a3d2cbfccccc18dd0683 ChangeLog 973 +MD5 7a33c5354a3d6960306d0fe0fa88aac1 binkplayer-1.6g.ebuild 757 MD5 7a33c5354a3d6960306d0fe0fa88aac1 binkplayer-1.6d.ebuild 757 +MD5 e6f15fdc2d45c3b9779e438ee16fecc1 files/digest-binkplayer-1.6g 64 MD5 d2a577ded3512db9f4b323a5f2fe80e3 files/digest-binkplayer-1.6c 64 MD5 2c516e804abcb7ee21fce51503ecf3d8 files/digest-binkplayer-1.6d 64 diff --git a/media-video/binkplayer/binkplayer-1.6g.ebuild b/media-video/binkplayer/binkplayer-1.6g.ebuild new file mode 100644 index 000000000000..ed986c53748e --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.6g.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.6g.ebuild,v 1.1 2004/09/12 22:32:15 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="-* x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="virtual/libc + media-libs/libsdl + media-libs/sdl-mixer" + +S="${WORKDIR}" + +src_install() { + into /opt + dobin BinkPlayer || die "dobin failed" +} diff --git a/media-video/binkplayer/files/digest-binkplayer-1.6g b/media-video/binkplayer/files/digest-binkplayer-1.6g new file mode 100644 index 000000000000..78f3504bc205 --- /dev/null +++ b/media-video/binkplayer/files/digest-binkplayer-1.6g @@ -0,0 +1 @@ +MD5 e45dfaee2939771aa4e9e2f01f0abc00 binkplayer-1.6g.zip 117076 |