diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-25 02:38:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-25 02:38:03 +0000 |
commit | 7da2a00789a1595ca5901c7b18cfec515d6508f8 (patch) | |
tree | b8984de17830ae677bdb279c9cdd84e67c998202 /media-video/binkplayer | |
parent | add libiberty pic patch for psm (diff) | |
download | historical-7da2a00789a1595ca5901c7b18cfec515d6508f8.tar.gz historical-7da2a00789a1595ca5901c7b18cfec515d6508f8.tar.bz2 historical-7da2a00789a1595ca5901c7b18cfec515d6508f8.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/binkplayer/Manifest | 8 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.8c.ebuild | 27 | ||||
-rw-r--r-- | media-video/binkplayer/files/digest-binkplayer-1.8c | 1 |
4 files changed, 41 insertions, 5 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 8325a2be1635..f2196c3e947b 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.7 2004/09/12 22:32:15 mr_bones_ Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.8 2005/05/25 02:38:03 mr_bones_ Exp $ + +*binkplayer-1.8c (25 May 2005) + + 25 May 2005; Michael Sterrett <mr_bones_@gentoo.org> + +binkplayer-1.8c.ebuild: + version bump *binkplayer-1.6g (12 Sep 2004) diff --git a/media-video/binkplayer/Manifest b/media-video/binkplayer/Manifest index fbe2554a9e90..5f07677b4892 100644 --- a/media-video/binkplayer/Manifest +++ b/media-video/binkplayer/Manifest @@ -1,8 +1,10 @@ -MD5 4443283065bed7fb9f34507f96f6faf5 binkplayer-1.6c.ebuild 758 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 8e6c462287798a488fd1dcf50835d363 ChangeLog 1116 -MD5 baca13359b7ca29809950b7b92957d70 binkplayer-1.6g.ebuild 757 +MD5 c5d86141f4b7d0c716314e3e5642a4d8 binkplayer-1.8c.ebuild 755 MD5 7a33c5354a3d6960306d0fe0fa88aac1 binkplayer-1.6d.ebuild 757 +MD5 baca13359b7ca29809950b7b92957d70 binkplayer-1.6g.ebuild 757 +MD5 5fcf0626b10a335dd7f170e71c56cba4 ChangeLog 1246 +MD5 4443283065bed7fb9f34507f96f6faf5 binkplayer-1.6c.ebuild 758 MD5 e6f15fdc2d45c3b9779e438ee16fecc1 files/digest-binkplayer-1.6g 64 MD5 d2a577ded3512db9f4b323a5f2fe80e3 files/digest-binkplayer-1.6c 64 MD5 2c516e804abcb7ee21fce51503ecf3d8 files/digest-binkplayer-1.6d 64 +MD5 2bd9e9971bf501fde61632271c25557b files/digest-binkplayer-1.8c 64 diff --git a/media-video/binkplayer/binkplayer-1.8c.ebuild b/media-video/binkplayer/binkplayer-1.8c.ebuild new file mode 100644 index 000000000000..07f3319d5d63 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.8c.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.8c.ebuild,v 1.1 2005/05/25 02:38:03 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.8c b/media-video/binkplayer/files/digest-binkplayer-1.8c new file mode 100644 index 000000000000..53769a2f1cd3 --- /dev/null +++ b/media-video/binkplayer/files/digest-binkplayer-1.8c @@ -0,0 +1 @@ +MD5 3845b24ec911394b60bd5db444be4dba binkplayer-1.8c.zip 100317 |