Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/flphoto: flphoto-1.3.1.ebuild flphoto-1.2.ebuild ChangeLog
Date: Sun, 23 Nov 2008 20:25:37
Message-Id: E1L4LWQ-0001wE-7E@stork.gentoo.org
1 halcy0n 08/11/23 20:25:34
2
3 Modified: flphoto-1.3.1.ebuild flphoto-1.2.ebuild ChangeLog
4 Log:
5 Fix compilation with glibc-2.8, thanks to Diego E. 'Flameeyes' Pettenò <flameeyes AT gentoo DOT org> for reporting; bug #247722
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.27.1 x86_64)
7
8 Revision Changes Path
9 1.3 media-gfx/flphoto/flphoto-1.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/flphoto-1.3.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/flphoto-1.3.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/flphoto-1.3.1.ebuild?r1=1.2&r2=1.3
14
15 Index: flphoto-1.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.3.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- flphoto-1.3.1.ebuild 14 Nov 2008 18:54:20 -0000 1.2
22 +++ flphoto-1.3.1.ebuild 23 Nov 2008 20:25:34 -0000 1.3
23 @@ -1,9 +1,11 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.3.1.ebuild,v 1.2 2008/11/14 18:54:20 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.3.1.ebuild,v 1.3 2008/11/23 20:25:34 halcy0n Exp $
28
29 EAPI=1
30
31 +inherit eutils
32 +
33 DESCRIPTION="Basic image management and display program based on the FLTK toolkit"
34 HOMEPAGE="http://www.easysw.com/~mike/flphoto/"
35 SRC_URI="mirror://sourceforge/fltk/${P}-source.tar.gz"
36 @@ -17,6 +19,12 @@
37 cups? ( net-print/cups )
38 gphoto2? ( media-gfx/gphoto2 )"
39
40 +src_unpack() {
41 + unpack ${A}
42 + cd "${S}"
43 + epatch "${FILESDIR}"/flphoto-1.3.1-glibc28.patch
44 +}
45 +
46 src_compile() {
47 econf --with-docdir=/usr/share/doc/${P} || die
48 emake -j1 || die
49
50
51
52 1.8 media-gfx/flphoto/flphoto-1.2.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild?rev=1.8&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild?rev=1.8&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild?r1=1.7&r2=1.8
57
58 Index: flphoto-1.2.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild,v
61 retrieving revision 1.7
62 retrieving revision 1.8
63 diff -u -r1.7 -r1.8
64 --- flphoto-1.2.ebuild 14 Nov 2008 18:54:20 -0000 1.7
65 +++ flphoto-1.2.ebuild 23 Nov 2008 20:25:34 -0000 1.8
66 @@ -1,9 +1,11 @@
67 # Copyright 1999-2008 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild,v 1.7 2008/11/14 18:54:20 coldwind Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild,v 1.8 2008/11/23 20:25:34 halcy0n Exp $
71
72 EAPI=1
73
74 +inherit eutils
75 +
76 DESCRIPTION="Basic image management and display program based on the FLTK toolkit"
77 HOMEPAGE="http://www.easysw.com/~mike/flphoto/"
78 SRC_URI="mirror://sourceforge/fltk/${P}-source.tar.gz"
79 @@ -17,6 +19,12 @@
80 cups? ( net-print/cups )
81 gphoto2? ( media-gfx/gphoto2 )"
82
83 +src_unpack() {
84 + unpack ${A}
85 + cd "${S}"
86 + epatch "${FILESDIR}"/flphoto-1.3.1-glibc28.patch
87 +}
88 +
89 src_compile() {
90 econf || die
91 emake -j1 || die
92
93
94
95 1.13 media-gfx/flphoto/ChangeLog
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/ChangeLog?rev=1.13&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/ChangeLog?rev=1.13&content-type=text/plain
99 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/ChangeLog?r1=1.12&r2=1.13
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flphoto/ChangeLog,v
104 retrieving revision 1.12
105 retrieving revision 1.13
106 diff -u -r1.12 -r1.13
107 --- ChangeLog 14 Nov 2008 18:54:20 -0000 1.12
108 +++ ChangeLog 23 Nov 2008 20:25:34 -0000 1.13
109 @@ -1,11 +1,17 @@
110 # ChangeLog for media-gfx/flphoto
111 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/ChangeLog,v 1.12 2008/11/14 18:54:20 coldwind Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/ChangeLog,v 1.13 2008/11/23 20:25:34 halcy0n Exp $
114
115 26 Jul 2003; Jared Hudson <jhhudso@g.o> : Fixed flphoto so that it only
116 depends on a specific version of fltk, since the other versions cause
117 compile errors.
118
119 + 23 Nov 2008; Mark Loeser <halcy0n@g.o>
120 + +files/flphoto-1.3.1-glibc28.patch, flphoto-1.2.ebuild,
121 + flphoto-1.3.1.ebuild:
122 + Fix compilation with glibc-2.8, thanks to Diego E. 'Flameeyes' Pettenò
123 + <flameeyes AT gentoo DOT org> for reporting; bug #247722
124 +
125 14 Nov 2008; Santiago M. Mola <coldwind@g.o> flphoto-1.2.ebuild,
126 flphoto-1.3.1.ebuild:
127 Restrict fltk dependency to SLOT 1.1 (bug #246445).