Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20120707.ebuild cinelerra-20140710.ebuild ChangeLog
Date: Thu, 29 Jan 2015 19:14:56
Message-Id: 20150129191451.E1D0F109BC@oystercatcher.gentoo.org
1 mgorny 15/01/29 19:14:51
2
3 Modified: cinelerra-20120707.ebuild cinelerra-20140710.ebuild
4 ChangeLog
5 Log:
6 Switch to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.11 media-video/cinelerra/cinelerra-20120707.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild?r1=1.10&r2=1.11
16
17 Index: cinelerra-20120707.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- cinelerra-20120707.ebuild 10 Feb 2014 16:56:28 -0000 1.10
24 +++ cinelerra-20120707.ebuild 29 Jan 2015 19:14:51 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v 1.10 2014/02/10 16:56:28 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v 1.11 2015/01/29 19:14:51 mgorny Exp $
31
32 EAPI=5
33 inherit autotools eutils multilib flag-o-matic
34 @@ -12,7 +12,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 ~ppc x86"
38 -IUSE="3dnow alsa altivec css ieee1394 mmx opengl oss"
39 +IUSE="cpu_flags_x86_3dnow alsa altivec css ieee1394 cpu_flags_x86_mmx opengl oss"
40
41 RDEPEND="media-libs/a52dec:=
42 media-libs/faac:=
43 @@ -52,7 +52,7 @@
44 DEPEND="${RDEPEND}
45 app-arch/xz-utils
46 virtual/pkgconfig
47 - mmx? ( dev-lang/nasm )"
48 + cpu_flags_x86_mmx? ( dev-lang/nasm )"
49
50 src_prepare() {
51 epatch \
52 @@ -80,8 +80,8 @@
53 --disable-esd \
54 $(use_enable ieee1394 firewire) \
55 $(use_enable css) \
56 - $(use_enable mmx) \
57 - $(use_enable 3dnow) \
58 + $(use_enable cpu_flags_x86_mmx mmx) \
59 + $(use_enable cpu_flags_x86_3dnow 3dnow) \
60 $(use_enable altivec) \
61 $(use_enable opengl) \
62 --with-plugindir=/usr/$(get_libdir)/${PN} \
63
64
65
66 1.2 media-video/cinelerra/cinelerra-20140710.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?r1=1.1&r2=1.2
71
72 Index: cinelerra-20140710.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- cinelerra-20140710.ebuild 10 Jul 2014 17:59:35 -0000 1.1
79 +++ cinelerra-20140710.ebuild 29 Jan 2015 19:14:51 -0000 1.2
80 @@ -1,6 +1,6 @@
81 -# Copyright 1999-2014 Gentoo Foundation
82 +# Copyright 1999-2015 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.1 2014/07/10 17:59:35 ssuominen Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.2 2015/01/29 19:14:51 mgorny Exp $
86
87 EAPI=5
88 inherit autotools eutils multilib flag-o-matic
89 @@ -12,7 +12,7 @@
90 LICENSE="GPL-2"
91 SLOT="0"
92 KEYWORDS="~amd64 ~ppc ~x86"
93 -IUSE="3dnow alsa altivec css debug ieee1394 mmx opengl oss"
94 +IUSE="cpu_flags_x86_3dnow alsa altivec css debug ieee1394 cpu_flags_x86_mmx opengl oss"
95
96 RDEPEND="media-libs/a52dec:=
97 media-libs/faac:=
98 @@ -52,7 +52,7 @@
99 DEPEND="${RDEPEND}
100 app-arch/xz-utils
101 virtual/pkgconfig
102 - mmx? ( dev-lang/nasm )"
103 + cpu_flags_x86_mmx? ( dev-lang/nasm )"
104
105 src_prepare() {
106 epatch \
107 @@ -82,8 +82,8 @@
108 --disable-esd \
109 $(use_enable ieee1394 firewire) \
110 $(use_enable css) \
111 - $(use_enable mmx) \
112 - $(use_enable 3dnow) \
113 + $(use_enable cpu_flags_x86_mmx mmx) \
114 + $(use_enable cpu_flags_x86_3dnow 3dnow) \
115 $(use_enable altivec) \
116 $(use_enable opengl) \
117 --with-plugindir=/usr/$(get_libdir)/${PN} \
118
119
120
121 1.70 media-video/cinelerra/ChangeLog
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.70&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.70&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.69&r2=1.70
126
127 Index: ChangeLog
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
130 retrieving revision 1.69
131 retrieving revision 1.70
132 diff -u -r1.69 -r1.70
133 --- ChangeLog 10 Jul 2014 17:59:35 -0000 1.69
134 +++ ChangeLog 29 Jan 2015 19:14:51 -0000 1.70
135 @@ -1,6 +1,10 @@
136 # ChangeLog for media-video/cinelerra
137 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
138 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.69 2014/07/10 17:59:35 ssuominen Exp $
139 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
140 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.70 2015/01/29 19:14:51 mgorny Exp $
141 +
142 + 29 Jan 2015; Michał Górny <mgorny@g.o> cinelerra-20120707.ebuild,
143 + cinelerra-20140710.ebuild:
144 + Switch to CPU_FLAGS_X86.
145
146 *cinelerra-20140710 (10 Jul 2014)