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-libs/libmpeg3: libmpeg3-1.8-r1.ebuild libmpeg3-1.8.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:39:40
Message-Id: 20150129173936.E7C5E109A7@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:39:36
2
3 Modified: libmpeg3-1.8-r1.ebuild libmpeg3-1.8.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-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild?r1=1.10&r2=1.11
16
17 Index: libmpeg3-1.8-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- libmpeg3-1.8-r1.ebuild 3 Aug 2014 18:33:07 -0000 1.10
24 +++ libmpeg3-1.8-r1.ebuild 29 Jan 2015 17:39:36 -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-libs/libmpeg3/libmpeg3-1.8-r1.ebuild,v 1.10 2014/08/03 18:33:07 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild,v 1.11 2015/01/29 17:39:36 mgorny Exp $
31
32 EAPI=5
33
34 @@ -14,13 +14,13 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
38 -IUSE="mmx"
39 +IUSE="cpu_flags_x86_mmx"
40
41 RDEPEND="sys-libs/zlib
42 virtual/jpeg
43 media-libs/a52dec"
44 DEPEND="${RDEPEND}
45 - mmx? ( dev-lang/nasm )"
46 + cpu_flags_x86_mmx? ( dev-lang/nasm )"
47
48 src_prepare() {
49 epatch "${WORKDIR}"/${PN}-1.7-mpeg3split.patch
50 @@ -42,7 +42,7 @@
51 # Stubs for deCSS which can't be distributed in source form
52
53 ECONF_SOURCE="${S}" econf \
54 - $(use_enable mmx) \
55 + $(use_enable cpu_flags_x86_mmx mmx) \
56 --disable-css
57 }
58
59
60
61
62 1.9 media-libs/libmpeg3/libmpeg3-1.8.ebuild
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8.ebuild?rev=1.9&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8.ebuild?rev=1.9&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8.ebuild?r1=1.8&r2=1.9
67
68 Index: libmpeg3-1.8.ebuild
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8.ebuild,v
71 retrieving revision 1.8
72 retrieving revision 1.9
73 diff -u -r1.8 -r1.9
74 --- libmpeg3-1.8.ebuild 9 Sep 2012 16:07:01 -0000 1.8
75 +++ libmpeg3-1.8.ebuild 29 Jan 2015 17:39:36 -0000 1.9
76 @@ -1,6 +1,6 @@
77 -# Copyright 1999-2012 Gentoo Foundation
78 +# Copyright 1999-2015 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8.ebuild,v 1.8 2012/09/09 16:07:01 armin76 Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8.ebuild,v 1.9 2015/01/29 17:39:36 mgorny Exp $
82
83 EAPI=4
84
85 @@ -14,13 +14,13 @@
86 LICENSE="GPL-2"
87 SLOT="0"
88 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
89 -IUSE="mmx"
90 +IUSE="cpu_flags_x86_mmx"
91
92 RDEPEND="sys-libs/zlib
93 virtual/jpeg
94 media-libs/a52dec"
95 DEPEND="${RDEPEND}
96 - mmx? ( dev-lang/nasm )"
97 + cpu_flags_x86_mmx? ( dev-lang/nasm )"
98
99 src_prepare() {
100 epatch "${WORKDIR}"/${PN}-1.7-mpeg3split.patch
101 @@ -40,7 +40,7 @@
102 # Stubs for deCSS which can't be distributed in source form
103
104 econf \
105 - $(use_enable mmx) \
106 + $(use_enable cpu_flags_x86_mmx mmx) \
107 --disable-css
108 }
109
110
111
112
113 1.92 media-libs/libmpeg3/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/ChangeLog?rev=1.92&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/ChangeLog?rev=1.92&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg3/ChangeLog?r1=1.91&r2=1.92
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v
122 retrieving revision 1.91
123 retrieving revision 1.92
124 diff -u -r1.91 -r1.92
125 --- ChangeLog 3 Aug 2014 18:33:07 -0000 1.91
126 +++ ChangeLog 29 Jan 2015 17:39:36 -0000 1.92
127 @@ -1,6 +1,10 @@
128 # ChangeLog for media-libs/libmpeg3
129 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.91 2014/08/03 18:33:07 ago Exp $
131 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
132 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.92 2015/01/29 17:39:36 mgorny Exp $
133 +
134 + 29 Jan 2015; Michał Górny <mgorny@g.o> libmpeg3-1.8-r1.ebuild,
135 + libmpeg3-1.8.ebuild:
136 + Switch to CPU_FLAGS_X86.
137
138 03 Aug 2014; Agostino Sarubbo <ago@g.o> libmpeg3-1.8-r1.ebuild:
139 Stable for ppc, wrt bug #502840