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 net-im/qutecom: ChangeLog qutecom-2.2_p20110210.ebuild
Date: Mon, 30 Jan 2012 13:41:44
Message-Id: 20120130134134.7CBC82004B@flycatcher.gentoo.org
1 chithanh 12/01/30 13:41:34
2
3 Modified: ChangeLog qutecom-2.2_p20110210.ebuild
4 Log:
5 Fix building against >=ffmpeg-0.8, bug #401175.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 net-im/qutecom/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutecom/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutecom/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutecom/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 3 Oct 2011 08:08:29 -0000 1.11
23 +++ ChangeLog 30 Jan 2012 13:41:34 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-im/qutecom
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.11 2011/10/03 08:08:29 chithanh Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.12 2012/01/30 13:41:34 chithanh Exp $
30 +
31 + 30 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
32 + qutecom-2.2_p20110210.ebuild,
33 + +files/qutecom-2.2-no-deprecated-avcodec-decode-video.patch:
34 + Fix building against >=ffmpeg-0.8, bug #401175.
35
36 03 Oct 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
37 qutecom-2.2_p20110210.ebuild:
38
39
40
41 1.8 net-im/qutecom/qutecom-2.2_p20110210.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild?r1=1.7&r2=1.8
46
47 Index: qutecom-2.2_p20110210.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- qutecom-2.2_p20110210.ebuild 3 Oct 2011 08:08:29 -0000 1.7
54 +++ qutecom-2.2_p20110210.ebuild 30 Jan 2012 13:41:34 -0000 1.8
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 +# Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild,v 1.7 2011/10/03 08:08:29 chithanh Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild,v 1.8 2012/01/30 13:41:34 chithanh Exp $
61
62 EAPI="3"
63
64 @@ -56,6 +56,7 @@
65 libs/pixertool/src/v4l/v4l-pixertool.c \
66 libs/webcam/include/webcam/V4LWebcamDriver.h \
67 libs/webcam/src/v4l/V4LWebcamDriver.cpp || die
68 + epatch "${FILESDIR}"/${PN}-2.2-no-deprecated-avcodec-decode-video.patch
69 }
70
71 src_configure() {