diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-17 02:18:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-17 02:18:20 +0000 |
commit | 7d40b91156c52a424ec31b6b0f0db5092ffad86f (patch) | |
tree | 9526d10cd938011a8006fd9c88ed4aac1e458a58 /media-video/binkplayer | |
parent | Initial import of x11-plugins/wmjsql, version 0.5. Closes #54558. (diff) | |
download | historical-7d40b91156c52a424ec31b6b0f0db5092ffad86f.tar.gz historical-7d40b91156c52a424ec31b6b0f0db5092ffad86f.tar.bz2 historical-7d40b91156c52a424ec31b6b0f0db5092ffad86f.zip |
version bump
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/binkplayer/Manifest | 10 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.6d.ebuild | 27 | ||||
-rw-r--r-- | media-video/binkplayer/files/digest-binkplayer-1.6d | 1 |
4 files changed, 41 insertions, 5 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 1d161092237d..c0a49aa2e3b9 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.5 2004/07/01 08:39:14 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.6 2004/07/17 02:18:20 mr_bones_ Exp $ + +*binkplayer-1.6d (16 Jul 2004) + + 16 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + +binkplayer-1.6d.ebuild: + version bump 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> binkplayer-1.5y.ebuild, binkplayer-1.6b.ebuild, binkplayer-1.6c.ebuild: diff --git a/media-video/binkplayer/Manifest b/media-video/binkplayer/Manifest index 0105a81a18d1..0cd61aedce50 100644 --- a/media-video/binkplayer/Manifest +++ b/media-video/binkplayer/Manifest @@ -1,8 +1,10 @@ -MD5 51a1dde1ec851a1948bb427f0fecdbc6 binkplayer-1.6b.ebuild 758 -MD5 7f025068e0b48c2bc08aa1ba5a16679c binkplayer-1.5y.ebuild 675 MD5 4443283065bed7fb9f34507f96f6faf5 binkplayer-1.6c.ebuild 758 -MD5 f1e7553202a1c6cda62ad60fe76ba812 ChangeLog 844 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 67b1c3e65091a3d2cbfccccc18dd0683 ChangeLog 973 +MD5 51a1dde1ec851a1948bb427f0fecdbc6 binkplayer-1.6b.ebuild 758 +MD5 7f025068e0b48c2bc08aa1ba5a16679c binkplayer-1.5y.ebuild 675 +MD5 7a33c5354a3d6960306d0fe0fa88aac1 binkplayer-1.6d.ebuild 757 +MD5 8cfa8d4eef43eb608f2d110ad0d7b1bd files/digest-binkplayer-1.5y 64 MD5 729ce47c1494459288275888d11f8123 files/digest-binkplayer-1.6b 64 MD5 d2a577ded3512db9f4b323a5f2fe80e3 files/digest-binkplayer-1.6c 64 -MD5 8cfa8d4eef43eb608f2d110ad0d7b1bd files/digest-binkplayer-1.5y 64 +MD5 2c516e804abcb7ee21fce51503ecf3d8 files/digest-binkplayer-1.6d 64 diff --git a/media-video/binkplayer/binkplayer-1.6d.ebuild b/media-video/binkplayer/binkplayer-1.6d.ebuild new file mode 100644 index 000000000000..e2d6f396ced9 --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.6d.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.6d.ebuild,v 1.1 2004/07/17 02:18:20 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" + +DEPEND="app-arch/unzip" +RDEPEND="virtual/libc + media-libs/libsdl + media-libs/sdl-mixer" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* x86" +IUSE="" + +S="${WORKDIR}" + +src_install() { + into /opt + dobin BinkPlayer || die "dobin failed" +} diff --git a/media-video/binkplayer/files/digest-binkplayer-1.6d b/media-video/binkplayer/files/digest-binkplayer-1.6d new file mode 100644 index 000000000000..a59e1b86fe8b --- /dev/null +++ b/media-video/binkplayer/files/digest-binkplayer-1.6d @@ -0,0 +1 @@ +MD5 3405e1306c531f3404d237c0c48f2d7f binkplayer-1.6d.zip 116861 |