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.8x.ebuild
Date: Sat, 20 Oct 2007 06:16:44
Message-Id: E1Ij7TG-0004Wd-BY@stork.gentoo.org
1 mr_bones_ 07/10/20 06:06:02
2
3 Modified: ChangeLog
4 Added: binkplayer-1.8x.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.14 media-video/binkplayer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 19 Apr 2007 18:36:25 -0000 1.13
23 +++ ChangeLog 20 Oct 2007 06:06:01 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/binkplayer
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.13 2007/04/19 18:36:25 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.14 2007/10/20 06:06:01 mr_bones_ Exp $
29 +
30 +*binkplayer-1.8x (20 Oct 2007)
31 +
32 + 20 Oct 2007; Michael Sterrett <mr_bones_@g.o>
33 + +binkplayer-1.8x.ebuild:
34 + version bump
35
36 *binkplayer-1.8s (19 Apr 2007)
37
38
39
40
41 1.1 media-video/binkplayer/binkplayer-1.8x.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.8x.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.8x.ebuild?rev=1.1&content-type=text/plain
45
46 Index: binkplayer-1.8x.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.8x.ebuild,v 1.1 2007/10/20 06:06:01 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 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list