Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xvba-video: xvba-video-0.8.0-r2.ebuild xvba-video-9999.ebuild ChangeLog
Date: Mon, 10 Feb 2014 21:35:51
Message-Id: 20140210213545.641412004C@flycatcher.gentoo.org
1 chithanh 14/02/10 21:35:45
2
3 Modified: xvba-video-0.8.0-r2.ebuild xvba-video-9999.ebuild
4 ChangeLog
5 Log:
6 Fix build failure with automake-1.13.1, bug #469208.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild?r1=1.1&r2=1.2
16
17 Index: xvba-video-0.8.0-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xvba-video-0.8.0-r2.ebuild 1 Feb 2014 15:24:53 -0000 1.1
24 +++ xvba-video-0.8.0-r2.ebuild 10 Feb 2014 21:35:45 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild,v 1.1 2014/02/01 15:24:53 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild,v 1.2 2014/02/10 21:35:45 chithanh Exp $
30
31 EAPI=5
32
33 @@ -42,6 +42,12 @@
34 python-any-r1_pkg_setup
35 }
36
37 +src_prepare() {
38 + # bug 469208
39 + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
40 + autotools-multilib_src_prepare
41 +}
42 +
43 multilib_src_configure() {
44 local myeconfargs=(
45 $(use_enable debug)
46
47
48
49 1.9 x11-libs/xvba-video/xvba-video-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?r1=1.8&r2=1.9
54
55 Index: xvba-video-9999.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- xvba-video-9999.ebuild 1 Feb 2014 15:24:53 -0000 1.8
62 +++ xvba-video-9999.ebuild 10 Feb 2014 21:35:45 -0000 1.9
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2014 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.8 2014/02/01 15:24:53 axs Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.9 2014/02/10 21:35:45 chithanh Exp $
68
69 EAPI=5
70
71 @@ -39,6 +39,12 @@
72 python-any-r1_pkg_setup
73 }
74
75 +src_prepare() {
76 + # bug 469208
77 + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
78 + autotools-multilib_src_prepare
79 +}
80 +
81 multilib_src_configure() {
82 local myeconfargs=(
83 $(use_enable debug)
84
85
86
87 1.17 x11-libs/xvba-video/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?rev=1.17&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?rev=1.17&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?r1=1.16&r2=1.17
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v
96 retrieving revision 1.16
97 retrieving revision 1.17
98 diff -u -r1.16 -r1.17
99 --- ChangeLog 1 Feb 2014 15:24:53 -0000 1.16
100 +++ ChangeLog 10 Feb 2014 21:35:45 -0000 1.17
101 @@ -1,6 +1,10 @@
102 # ChangeLog for x11-libs/xvba-video
103 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.16 2014/02/01 15:24:53 axs Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.17 2014/02/10 21:35:45 chithanh Exp $
106 +
107 + 10 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
108 + xvba-video-0.8.0-r2.ebuild, xvba-video-9999.ebuild:
109 + Fix build failure with automake-1.13.1, bug #469208.
110
111 *xvba-video-0.8.0-r2 (01 Feb 2014)