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/flac: flac-1.3.1-r1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:30:51
Message-Id: 20150129173046.11935109A5@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:30:46
2
3 Modified: flac-1.3.1-r1.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.13 media-libs/flac/flac-1.3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?r1=1.12&r2=1.13
15
16 Index: flac-1.3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- flac-1.3.1-r1.ebuild 24 Dec 2014 14:45:27 -0000 1.12
23 +++ flac-1.3.1-r1.ebuild 29 Jan 2015 17:30:46 -0000 1.13
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/flac/flac-1.3.1-r1.ebuild,v 1.12 2014/12/24 14:45:27 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.13 2015/01/29 17:30:46 mgorny Exp $
30
31 EAPI=5
32 AUTOTOOLS_AUTORECONF=1
33 @@ -15,7 +15,7 @@
34 LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE="altivec +cxx debug ogg sse static-libs"
38 +IUSE="altivec +cxx debug ogg cpu_flags_x86_sse static-libs"
39
40 RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
41 abi_x86_32? (
42 @@ -42,7 +42,7 @@
43 src_configure() {
44 local myeconfargs=(
45 $(use_enable debug)
46 - $(use_enable sse)
47 + $(use_enable cpu_flags_x86_sse sse)
48 $(use_enable altivec)
49 --disable-doxygen-docs
50 --disable-xmms-plugin
51
52
53
54 1.195 media-libs/flac/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/ChangeLog?rev=1.195&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/ChangeLog?rev=1.195&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/ChangeLog?r1=1.194&r2=1.195
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v
63 retrieving revision 1.194
64 retrieving revision 1.195
65 diff -u -r1.194 -r1.195
66 --- ChangeLog 24 Dec 2014 17:08:42 -0000 1.194
67 +++ ChangeLog 29 Jan 2015 17:30:46 -0000 1.195
68 @@ -1,6 +1,9 @@
69 # ChangeLog for media-libs/flac
70 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.194 2014/12/24 17:08:42 radhermit Exp $
72 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.195 2015/01/29 17:30:46 mgorny Exp $
74 +
75 + 29 Jan 2015; Michał Górny <mgorny@g.o> flac-1.3.1-r1.ebuild:
76 + Switch to CPU_FLAGS_X86.
77
78 24 Dec 2014; Tim Harder <radhermit@g.o> -flac-1.2.1-r3.ebuild,
79 -flac-1.2.1-r4.ebuild, -flac-1.2.1-r5.ebuild, -flac-1.3.0.ebuild,