Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264: x264-0.0.20101029.ebuild ChangeLog
Date: Thu, 24 Feb 2011 12:33:52
Message-Id: 20110224123341.38E3220054@flycatcher.gentoo.org
1 aballier 11/02/24 12:33:41
2
3 Modified: x264-0.0.20101029.ebuild ChangeLog
4 Log:
5 Do not feed configure script with an unknown --enable-pthread option, bug #356147 by Marcin Mirosław <bug@×××××.pl>
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 media-libs/x264/x264-0.0.20101029.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild?r1=1.4&r2=1.5
15
16 Index: x264-0.0.20101029.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- x264-0.0.20101029.ebuild 26 Jan 2011 15:50:27 -0000 1.4
23 +++ x264-0.0.20101029.ebuild 24 Feb 2011 12:33:41 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v 1.4 2011/01/26 15:50:27 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v 1.5 2011/02/24 12:33:41 aballier Exp $
29
30 EAPI=2
31 inherit eutils multilib toolchain-funcs versionator
32 @@ -46,7 +46,7 @@
33 --disable-lavf \
34 --disable-swscale \
35 --disable-gpac \
36 - $(use_enable threads pthread) \
37 + $(use threads || echo "--disable-pthread") \
38 --enable-pic \
39 --enable-shared \
40 --extra-asflags="${ASFLAGS}" \
41
42
43
44 1.47 media-libs/x264/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.47&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.47&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.46&r2=1.47
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
53 retrieving revision 1.46
54 retrieving revision 1.47
55 diff -u -r1.46 -r1.47
56 --- ChangeLog 26 Jan 2011 15:50:27 -0000 1.46
57 +++ ChangeLog 24 Feb 2011 12:33:41 -0000 1.47
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-libs/x264
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.46 2011/01/26 15:50:27 xarthisius Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.47 2011/02/24 12:33:41 aballier Exp $
63 +
64 + 24 Feb 2011; Alexis Ballier <aballier@g.o> x264-0.0.20101029.ebuild:
65 + Do not feed configure script with an unknown --enable-pthread option, bug
66 + #356147 by Marcin Mirosław <bug@×××××.pl>
67
68 26 Jan 2011; Kacper Kowalik <xarthisius@g.o>
69 +files/x264-altivec.patch, x264-0.0.20101029.ebuild: