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/effectv: effectv-0.3.11.ebuild ChangeLog
Date: Sun, 31 Aug 2008 04:49:30
Message-Id: E1KZesR-0002BK-U8@stork.gentoo.org
1 mr_bones_ 08/08/31 04:49:27
2
3 Modified: effectv-0.3.11.ebuild ChangeLog
4 Log:
5 fix bug #221447 and the executable stacks QA; tidy ebuild
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 media-video/effectv/effectv-0.3.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?r1=1.3&r2=1.4
14
15 Index: effectv-0.3.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- effectv-0.3.11.ebuild 27 Nov 2007 12:00:34 -0000 1.3
22 +++ effectv-0.3.11.ebuild 31 Aug 2008 04:49:27 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.3 2007/11/27 12:00:34 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.4 2008/08/31 04:49:27 mr_bones_ Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -11,15 +11,22 @@
33 SLOT="0"
34 KEYWORDS="~x86"
35 IUSE="mmx"
36 -DEPEND="x86? ( dev-lang/nasm )
37 - media-libs/libsdl"
38 +
39 +RDEPEND="media-libs/libsdl"
40 +DEPEND="${RDEPEND}
41 + x86? ( dev-lang/nasm )"
42
43 src_unpack() {
44 unpack ${A}
45 cd "${S}"
46 - epatch "${FILESDIR}/${PN}-0.3.10-makefile.patch"
47 - epatch "${FILESDIR}/${PN}-0.3.10-trunc-name-collision.patch"
48 - epatch "${FILESDIR}/${P}-timedist.patch"
49 + epatch \
50 + "${FILESDIR}/${PN}-0.3.10-makefile.patch" \
51 + "${FILESDIR}/${PN}-0.3.10-trunc-name-collision.patch" \
52 + "${FILESDIR}/${P}-timedist.patch"
53 + echo "
54 +%ifidn __OUTPUT_FORMAT__,elf
55 +section .note.GNU-stack noalloc noexec nowrite progbits
56 +%endif" >> effects/blurzoomcore.nas
57 }
58
59 src_compile() {
60 @@ -34,8 +41,7 @@
61 }
62
63 src_install() {
64 - exeinto /usr/bin
65 - doexe ${PN}
66 + dobin ${PN} || die "dobin failed"
67 doman *.1
68 dodoc CREWS ChangeLog FAQ NEWS README TODO
69 }
70
71
72
73 1.6 media-video/effectv/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?rev=1.6&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?rev=1.6&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?r1=1.5&r2=1.6
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v
82 retrieving revision 1.5
83 retrieving revision 1.6
84 diff -u -r1.5 -r1.6
85 --- ChangeLog 27 Nov 2007 12:00:34 -0000 1.5
86 +++ ChangeLog 31 Aug 2008 04:49:27 -0000 1.6
87 @@ -1,6 +1,10 @@
88 # ChangeLog for media-video/effectv
89 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.5 2007/11/27 12:00:34 zzam Exp $
91 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.6 2008/08/31 04:49:27 mr_bones_ Exp $
93 +
94 + 31 Aug 2008; Michael Sterrett <mr_bones_@g.o>
95 + effectv-0.3.11.ebuild:
96 + fix bug #221447 and the executable stacks QA; tidy ebuild
97
98 27 Nov 2007; Matthias Schwarzott <zzam@g.o> effectv-0.3.10.ebuild,
99 effectv-0.3.11.ebuild: