Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/gcam: gcam-2010.07.27.ebuild gcam-9999.ebuild ChangeLog
Date: Sun, 08 Jan 2012 19:17:44
Message-Id: 20120108191732.1CA532004B@flycatcher.gentoo.org
1 dilfridge 12/01/08 19:17:32
2
3 Modified: gcam-2010.07.27.ebuild gcam-9999.ebuild ChangeLog
4 Log:
5 Fix build with libpng-1.5; thanks a lot to Samuli
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sci-misc/gcam/gcam-2010.07.27.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild?r1=1.3&r2=1.4
15
16 Index: gcam-2010.07.27.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gcam-2010.07.27.ebuild 23 Oct 2010 06:52:42 -0000 1.3
23 +++ gcam-2010.07.27.ebuild 8 Jan 2012 19:17:32 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild,v 1.3 2010/10/23 06:52:42 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild,v 1.4 2012/01/08 19:17:32 dilfridge Exp $
30
31 EAPI="1"
32
33 @@ -15,6 +15,13 @@
34 KEYWORDS="amd64 ~x86"
35 IUSE=""
36
37 -DEPEND="x11-libs/gtk+:2
38 - x11-libs/gtkglext"
39 +DEPEND="
40 + >=media-libs/libpng-1.5
41 + x11-libs/gtk+:2
42 + x11-libs/gtkglext
43 +"
44 RDEPEND="${DEPEND}"
45 +
46 +PATCHES=(
47 + "${FILESDIR}/${P}-libpng15.patch"
48 +)
49
50
51
52 1.2 sci-misc/gcam/gcam-9999.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild?r1=1.1&r2=1.2
57
58 Index: gcam-9999.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- gcam-9999.ebuild 8 Jan 2012 18:38:00 -0000 1.1
65 +++ gcam-9999.ebuild 8 Jan 2012 19:17:32 -0000 1.2
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2012 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild,v 1.1 2012/01/08 18:38:00 dilfridge Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild,v 1.2 2012/01/08 19:17:32 dilfridge Exp $
71
72 EAPI=4
73
74 @@ -17,10 +17,17 @@
75 KEYWORDS=""
76 IUSE=""
77
78 -DEPEND="x11-libs/gtk+:2
79 - x11-libs/gtkglext"
80 +DEPEND="
81 + >=media-libs/libpng-1.5
82 + x11-libs/gtk+:2
83 + x11-libs/gtkglext
84 +"
85 RDEPEND="${DEPEND}"
86
87 +PATCHES=(
88 + "${FILESDIR}/${PN}-2010.07.27-libpng15.patch"
89 +)
90 +
91 src_prepare() {
92 base_src_prepare
93 eautoreconf
94
95
96
97 1.5 sci-misc/gcam/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/ChangeLog?rev=1.5&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/ChangeLog?rev=1.5&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/gcam/ChangeLog?r1=1.4&r2=1.5
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v
106 retrieving revision 1.4
107 retrieving revision 1.5
108 diff -u -r1.4 -r1.5
109 --- ChangeLog 8 Jan 2012 18:38:00 -0000 1.4
110 +++ ChangeLog 8 Jan 2012 19:17:32 -0000 1.5
111 @@ -1,6 +1,11 @@
112 # ChangeLog for sci-misc/gcam
113 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.4 2012/01/08 18:38:00 dilfridge Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.5 2012/01/08 19:17:32 dilfridge Exp $
116 +
117 + 08 Jan 2012; Andreas K. Huettel <dilfridge@g.o>
118 + gcam-2010.07.27.ebuild, +files/gcam-2010.07.27-libpng15.patch,
119 + gcam-9999.ebuild:
120 + Fix build with libpng-1.5; thanks a lot to Samuli
121
122 *gcam-9999 (08 Jan 2012)