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/libde265: libde265-0.9.ebuild libde265-9999.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:35:55
Message-Id: 20150129173551.914B0109A5@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:35:51
2
3 Modified: libde265-0.9.ebuild libde265-9999.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 media-libs/libde265/libde265-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?r1=1.1&r2=1.2
15
16 Index: libde265-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libde265-0.9.ebuild 20 Nov 2014 13:50:04 -0000 1.1
23 +++ libde265-0.9.ebuild 29 Jan 2015 17:35:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v 1.1 2014/11/20 13:50:04 dlan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v 1.2 2015/01/29 17:35:51 mgorny Exp $
30
31 EAPI=5
32
33 @@ -15,7 +15,7 @@
34 LICENSE="GPL-3"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="debug qt4 qt5 static-libs sse tools"
38 +IUSE="debug qt4 qt5 static-libs cpu_flags_x86_sse tools"
39
40 DEPEND="
41 qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
42 @@ -29,7 +29,7 @@
43
44 src_configure() {
45 local myeconfargs=(
46 - $(use_enable sse)
47 + $(use_enable cpu_flags_x86_sse sse)
48 $(use_enable static-libs static)
49 $(use_enable debug log-info)
50 $(use_enable debug log-debug)
51
52
53
54 1.2 media-libs/libde265/libde265-9999.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?r1=1.1&r2=1.2
59
60 Index: libde265-9999.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- libde265-9999.ebuild 20 Nov 2014 13:50:04 -0000 1.1
67 +++ libde265-9999.ebuild 29 Jan 2015 17:35:51 -0000 1.2
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v 1.1 2014/11/20 13:50:04 dlan Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v 1.2 2015/01/29 17:35:51 mgorny Exp $
74
75 EAPI=5
76
77 @@ -15,7 +15,7 @@
78 LICENSE="GPL-3"
79 SLOT="0"
80 KEYWORDS=""
81 -IUSE="debug qt4 qt5 static-libs sse tools"
82 +IUSE="debug qt4 qt5 static-libs cpu_flags_x86_sse tools"
83
84 DEPEND="
85 qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
86 @@ -29,7 +29,7 @@
87
88 src_configure() {
89 local myeconfargs=(
90 - $(use_enable sse)
91 + $(use_enable cpu_flags_x86_sse sse)
92 $(use_enable static-libs static)
93 $(use_enable debug log-info)
94 $(use_enable debug log-debug)
95
96
97
98 1.2 media-libs/libde265/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?rev=1.2&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?rev=1.2&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?r1=1.1&r2=1.2
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v
107 retrieving revision 1.1
108 retrieving revision 1.2
109 diff -u -r1.1 -r1.2
110 --- ChangeLog 20 Nov 2014 13:50:04 -0000 1.1
111 +++ ChangeLog 29 Jan 2015 17:35:51 -0000 1.2
112 @@ -1,6 +1,10 @@
113 # ChangeLog for media-libs/libde265
114 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v 1.1 2014/11/20 13:50:04 dlan Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v 1.2 2015/01/29 17:35:51 mgorny Exp $
118 +
119 + 29 Jan 2015; Michał Górny <mgorny@g.o> libde265-0.9.ebuild,
120 + libde265-9999.ebuild:
121 + Switch to CPU_FLAGS_X86.
122
123 *libde265-9999 (20 Nov 2014)
124 *libde265-0.9 (20 Nov 2014)
125 @@ -8,4 +12,3 @@
126 20 Nov 2014; Yixun Lan <dlan@g.o> +libde265-0.9.ebuild,
127 +libde265-9999.ebuild, +metadata.xml:
128 initial ebuild added by me, bug 528684
129 -