Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/binkplayer: ChangeLog binkplayer-1.9g.ebuild
Date: Thu, 11 Sep 2008 01:42:13
Message-Id: E1KdbCD-0003DC-ON@stork.gentoo.org
1 nyhm 08/09/11 01:42:09
2
3 Modified: ChangeLog binkplayer-1.9g.ebuild
4 Log:
5 Add missing dependencies
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
7
8 Revision Changes Path
9 1.17 media-video/binkplayer/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 10 Sep 2008 15:03:44 -0000 1.16
22 +++ ChangeLog 11 Sep 2008 01:42:09 -0000 1.17
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-video/binkplayer
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.16 2008/09/10 15:03:44 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.17 2008/09/11 01:42:09 nyhm Exp $
28 +
29 + 11 Sep 2008; Tristan Heaven <nyhm@g.o> binkplayer-1.9g.ebuild:
30 + Add missing dependencies
31
32 *binkplayer-1.9g (10 Sep 2008)
33
34
35
36
37 1.2 media-video/binkplayer/binkplayer-1.9g.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild?r1=1.1&r2=1.2
42
43 Index: binkplayer-1.9g.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- binkplayer-1.9g.ebuild 10 Sep 2008 15:03:44 -0000 1.1
50 +++ binkplayer-1.9g.ebuild 11 Sep 2008 01:42:09 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v 1.1 2008/09/10 15:03:44 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v 1.2 2008/09/11 01:42:09 nyhm Exp $
56
57 DESCRIPTION="Bink Video! Player"
58 HOMEPAGE="http://www.radgametools.com/default.htm"
59 @@ -16,9 +16,15 @@
60 RESTRICT="strip"
61
62 DEPEND="app-arch/unzip"
63 -RDEPEND="media-libs/libsdl
64 - media-libs/sdl-mixer
65 - amd64? ( app-emulation/emul-linux-x86-sdl )"
66 +RDEPEND="amd64? (
67 + app-emulation/emul-linux-x86-sdl
68 + app-emulation/emul-linux-x86-compat
69 + )
70 + x86? (
71 + media-libs/libsdl
72 + media-libs/sdl-mixer
73 + ~virtual/libstdc++-3.3
74 + )"
75
76 S=${WORKDIR}