Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20140308.ebuild x264-0.0.20130912.ebuild
Date: Tue, 02 Dec 2014 16:17:13
Message-Id: 20141202161708.00C3FB5D9@oystercatcher.gentoo.org
1 radhermit 14/12/02 16:17:07
2
3 Modified: ChangeLog x264-0.0.20140308.ebuild
4 x264-0.0.20130912.ebuild
5 Log:
6 Update cflags patch for live ebuild (bug #482994).
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
9
10 Revision Changes Path
11 1.113 media-libs/x264/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.113&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.113&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.112&r2=1.113
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
20 retrieving revision 1.112
21 retrieving revision 1.113
22 diff -u -r1.112 -r1.113
23 --- ChangeLog 25 Aug 2014 11:00:18 -0000 1.112
24 +++ ChangeLog 2 Dec 2014 16:17:07 -0000 1.113
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/x264
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.112 2014/08/25 11:00:18 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.113 2014/12/02 16:17:07 radhermit Exp $
30 +
31 + 02 Dec 2014; Tim Harder <radhermit@g.o> x264-0.0.20130912.ebuild,
32 + x264-0.0.20140308.ebuild, +files/x264-0.0.20130912-cflags.patch,
33 + files/x264-cflags.patch:
34 + Update cflags patch for live ebuild (bug #482994).
35
36 25 Aug 2014; Agostino Sarubbo <ago@g.o> x264-0.0.20140308.ebuild:
37 Stable for alpha, wrt bug #512012
38
39
40
41 1.10 media-libs/x264/x264-0.0.20140308.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?rev=1.10&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?rev=1.10&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?r1=1.9&r2=1.10
46
47 Index: x264-0.0.20140308.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v
50 retrieving revision 1.9
51 retrieving revision 1.10
52 diff -u -r1.9 -r1.10
53 --- x264-0.0.20140308.ebuild 25 Aug 2014 11:00:18 -0000 1.9
54 +++ x264-0.0.20140308.ebuild 2 Dec 2014 16:17:07 -0000 1.10
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v 1.9 2014/08/25 11:00:18 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v 1.10 2014/12/02 16:17:07 radhermit Exp $
60
61 EAPI=5
62
63 @@ -38,7 +38,7 @@
64 src_prepare() {
65 # Initial support for x32 ABI, bug #420241
66 # Avoid messing too much with CFLAGS.
67 - epatch "${FILESDIR}"/x264-cflags.patch
68 + epatch "${FILESDIR}"/x264-0.0.20130912-cflags.patch
69 }
70
71 multilib_src_configure() {
72
73
74
75 1.3 media-libs/x264/x264-0.0.20130912.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?rev=1.3&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?rev=1.3&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?r1=1.2&r2=1.3
80
81 Index: x264-0.0.20130912.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v
84 retrieving revision 1.2
85 retrieving revision 1.3
86 diff -u -r1.2 -r1.3
87 --- x264-0.0.20130912.ebuild 22 Sep 2013 09:19:28 -0000 1.2
88 +++ x264-0.0.20130912.ebuild 2 Dec 2014 16:17:07 -0000 1.3
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2013 Gentoo Foundation
91 +# Copyright 1999-2014 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v 1.2 2013/09/22 09:19:28 ssuominen Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v 1.3 2014/12/02 16:17:07 radhermit Exp $
95
96 EAPI=5
97
98 @@ -36,7 +36,7 @@
99 src_prepare() {
100 # Initial support for x32 ABI, bug #420241
101 # Avoid messing too much with CFLAGS.
102 - epatch "${FILESDIR}"/x264-cflags.patch
103 + epatch "${FILESDIR}"/${P}-cflags.patch
104 }
105
106 multilib_src_configure() {