Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/binkplayer: ChangeLog binkplayer-1.9g.ebuild
Date: Wed, 10 Sep 2008 15:03:47
Message-Id: E1KdREO-0006gv-Lk@stork.gentoo.org
1 mr_bones_ 08/09/10 15:03:44
2
3 Modified: ChangeLog
4 Added: binkplayer-1.9g.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.16 media-video/binkplayer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 26 Jan 2008 18:51:17 -0000 1.15
23 +++ ChangeLog 10 Sep 2008 15:03:44 -0000 1.16
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/binkplayer
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.15 2008/01/26 18:51:17 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.16 2008/09/10 15:03:44 mr_bones_ Exp $
29 +
30 +*binkplayer-1.9g (10 Sep 2008)
31 +
32 + 10 Sep 2008; Michael Sterrett <mr_bones_@g.o>
33 + +binkplayer-1.9g.ebuild:
34 + version bump
35
36 *binkplayer-1.9b (26 Jan 2008)
37
38
39
40
41 1.1 media-video/binkplayer/binkplayer-1.9g.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild?rev=1.1&content-type=text/plain
45
46 Index: binkplayer-1.9g.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v 1.1 2008/09/10 15:03:44 mr_bones_ Exp $
51
52 DESCRIPTION="Bink Video! Player"
53 HOMEPAGE="http://www.radgametools.com/default.htm"
54 # No version on the archives and upstream has said they are not
55 # interested in providing versioned archives.
56 # SRC_URI="http://www.radgametools.com/down/Bink/BinkLinuxPlayer.zip"
57 SRC_URI="mirror://gentoo/${P}.zip"
58
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="-* ~amd64 ~x86"
62 IUSE=""
63 RESTRICT="strip"
64
65 DEPEND="app-arch/unzip"
66 RDEPEND="media-libs/libsdl
67 media-libs/sdl-mixer
68 amd64? ( app-emulation/emul-linux-x86-sdl )"
69
70 S=${WORKDIR}
71
72 src_install() {
73 into /opt
74 dobin BinkPlayer || die "dobin failed"
75 }