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/smpeg: smpeg-0.4.4-r9.ebuild smpeg-0.4.4-r10.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:58:28
Message-Id: 20150129175823.EF116109B0@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:58:23
2
3 Modified: smpeg-0.4.4-r9.ebuild smpeg-0.4.4-r10.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.17 media-libs/smpeg/smpeg-0.4.4-r9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild?r1=1.16&r2=1.17
16
17 Index: smpeg-0.4.4-r9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- smpeg-0.4.4-r9.ebuild 24 Jul 2013 03:21:27 -0000 1.16
24 +++ smpeg-0.4.4-r9.ebuild 29 Jan 2015 17:58:23 -0000 1.17
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 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/smpeg/smpeg-0.4.4-r9.ebuild,v 1.16 2013/07/24 03:21:27 ottxor Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild,v 1.17 2015/01/29 17:58:23 mgorny Exp $
31
32 EAPI=4
33 inherit eutils toolchain-funcs autotools flag-o-matic
34 @@ -13,7 +13,7 @@
35 LICENSE="LGPL-2"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
38 -IUSE="X debug mmx opengl static-libs"
39 +IUSE="X debug cpu_flags_x86_mmx opengl static-libs"
40
41 DEPEND=">=media-libs/libsdl-1.2.0
42 opengl? (
43 @@ -62,7 +62,7 @@
44 $(use_enable debug assertions) \
45 $(use_with X x) \
46 $(use_enable opengl opengl-player) \
47 - $(use_enable mmx)
48 + $(use_enable cpu_flags_x86_mmx mmx)
49 }
50
51 src_install() {
52
53
54
55 1.8 media-libs/smpeg/smpeg-0.4.4-r10.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild?rev=1.8&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild?rev=1.8&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild?r1=1.7&r2=1.8
60
61 Index: smpeg-0.4.4-r10.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild,v
64 retrieving revision 1.7
65 retrieving revision 1.8
66 diff -u -r1.7 -r1.8
67 --- smpeg-0.4.4-r10.ebuild 15 Jan 2015 12:14:12 -0000 1.7
68 +++ smpeg-0.4.4-r10.ebuild 29 Jan 2015 17:58:23 -0000 1.8
69 @@ -1,6 +1,6 @@
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/smpeg/smpeg-0.4.4-r10.ebuild,v 1.7 2015/01/15 12:14:12 armin76 Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild,v 1.8 2015/01/29 17:58:23 mgorny Exp $
74
75 EAPI=5
76 inherit eutils toolchain-funcs autotools flag-o-matic multilib-minimal
77 @@ -13,7 +13,7 @@
78 LICENSE="LGPL-2"
79 SLOT="0"
80 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
81 -IUSE="X debug mmx opengl static-libs"
82 +IUSE="X debug cpu_flags_x86_mmx opengl static-libs"
83
84 RDEPEND="
85 abi_x86_32? (
86 @@ -67,7 +67,7 @@
87 $(use_enable debug assertions) \
88 $(use_with X x) \
89 $(use_enable opengl opengl-player) \
90 - $(use_enable mmx)
91 + $(use_enable cpu_flags_x86_mmx mmx)
92 }
93
94 multilib_src_install_all() {
95
96
97
98 1.69 media-libs/smpeg/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/ChangeLog?rev=1.69&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/ChangeLog?rev=1.69&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/ChangeLog?r1=1.68&r2=1.69
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v
107 retrieving revision 1.68
108 retrieving revision 1.69
109 diff -u -r1.68 -r1.69
110 --- ChangeLog 15 Jan 2015 12:14:12 -0000 1.68
111 +++ ChangeLog 29 Jan 2015 17:58:23 -0000 1.69
112 @@ -1,6 +1,10 @@
113 # ChangeLog for media-libs/smpeg
114 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.68 2015/01/15 12:14:12 armin76 Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.69 2015/01/29 17:58:23 mgorny Exp $
117 +
118 + 29 Jan 2015; Michał Górny <mgorny@g.o> smpeg-0.4.4-r10.ebuild,
119 + smpeg-0.4.4-r9.ebuild:
120 + Switch to CPU_FLAGS_X86.
121
122 15 Jan 2015; Raúl Porcel <armin76@g.o> smpeg-0.4.4-r10.ebuild:
123 alpha/ia64/sh/sparc stable wrt #525766