Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264: metadata.xml ChangeLog x264-0.0.20110825.ebuild
Date: Wed, 07 Sep 2011 17:56:58
Message-Id: 20110907175615.D04162004C@flycatcher.gentoo.org
1 chutzpah 11/09/07 17:56:15
2
3 Modified: metadata.xml ChangeLog x264-0.0.20110825.ebuild
4 Log:
5 Add enabled-by-default "interlaced" USE flag to allow disabling of interlacing support. This can speed up encoding by up to 2%.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/x264/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 22 Oct 2009 14:56:34 -0000 1.2
23 +++ metadata.xml 7 Sep 2011 17:56:15 -0000 1.3
24 @@ -7,5 +7,6 @@
25 </maintainer>
26 <use>
27 <flag name="pic">disable optimized assembly code that is not PIC friendly</flag>
28 + <flag name="interlaced">enable interlaced encoding support, this can decrease encoding speed by up to 2%</flag>
29 </use>
30 </pkgmetadata>
31
32
33
34 1.60 media-libs/x264/ChangeLog
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.60&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.60&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.59&r2=1.60
39
40 Index: ChangeLog
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
43 retrieving revision 1.59
44 retrieving revision 1.60
45 diff -u -r1.59 -r1.60
46 --- ChangeLog 7 Sep 2011 09:04:25 -0000 1.59
47 +++ ChangeLog 7 Sep 2011 17:56:15 -0000 1.60
48 @@ -1,6 +1,11 @@
49 # ChangeLog for media-libs/x264
50 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
51 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.59 2011/09/07 09:04:25 flameeyes Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.60 2011/09/07 17:56:15 chutzpah Exp $
53 +
54 + 07 Sep 2011; Patrick McLean <chutzpah@g.o> x264-0.0.20110825.ebuild,
55 + metadata.xml:
56 + Add enabled-by-default "interlaced" USE flag to allow disabling of
57 + interlacing support. This can speed up encoding by up to 2%.
58
59 07 Sep 2011; Diego E. Pettenò <flameeyes@g.o>
60 x264-0.0.20110825.ebuild:
61
62
63
64 1.3 media-libs/x264/x264-0.0.20110825.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20110825.ebuild?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20110825.ebuild?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20110825.ebuild?r1=1.2&r2=1.3
69
70 Index: x264-0.0.20110825.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20110825.ebuild,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- x264-0.0.20110825.ebuild 7 Sep 2011 09:04:25 -0000 1.2
77 +++ x264-0.0.20110825.ebuild 7 Sep 2011 17:56:15 -0000 1.3
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2011 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20110825.ebuild,v 1.2 2011/09/07 09:04:25 flameeyes Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20110825.ebuild,v 1.3 2011/09/07 17:56:15 chutzpah Exp $
83
84 EAPI=4
85 inherit eutils flag-o-matic multilib toolchain-funcs versionator
86 @@ -14,7 +14,7 @@
87 LICENSE="GPL-2"
88 SLOT="0"
89 KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
90 -IUSE="custom-cflags debug +threads pic static-libs"
91 +IUSE="custom-cflags debug +interlaced pic static-libs +threads"
92
93 RDEPEND=""
94 DEPEND="amd64? ( >=dev-lang/yasm-0.6.2 )
95 @@ -32,6 +32,7 @@
96 use debug && myconf+=" --enable-debug"
97 use static-libs && myconf+=" --enable-static"
98 use threads || myconf+=" --disable-thread"
99 + use interlaced || myconf+=" --disable-interlaced"
100
101 # let upstream pick the optimization level by default
102 use custom-cflags || filter-flags -O?