Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libexif-gtk: ChangeLog libexif-gtk-0.3.5-r2.ebuild
Date: Thu, 04 Oct 2007 15:03:24
Message-Id: E1IdS5a-0005xz-3D@stork.gentoo.org
1 drac 07/10/04 14:54:10
2
3 Modified: ChangeLog
4 Added: libexif-gtk-0.3.5-r2.ebuild
5 Log:
6 Fix building with GTK+-2.12 wrt #194680.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.28 media-libs/libexif-gtk/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif-gtk/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif-gtk/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif-gtk/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libexif-gtk/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 6 Apr 2007 19:37:14 -0000 1.27
23 +++ ChangeLog 4 Oct 2007 14:54:09 -0000 1.28
24 @@ -1,16 +1,18 @@
25 # ChangeLog for media-libs/libexif-gtk
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif-gtk/ChangeLog,v 1.27 2007/04/06 19:37:14 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif-gtk/ChangeLog,v 1.28 2007/10/04 14:54:09 drac Exp $
29 +
30 +*libexif-gtk-0.3.5-r2 (04 Oct 2007)
31 +
32 + 04 Oct 2007; Samuli Suominen <drac@g.o>
33 + +files/libexif-gtk-0.3.5-gtk212.patch, +libexif-gtk-0.3.5-r2.ebuild:
34 + Fix building with GTK+-2.12 wrt #194680.
35
36 06 Apr 2007; Samuli Suominen <drac@g.o> -libexif-gtk-0.3.5.ebuild,
37 libexif-gtk-0.3.5-r1.ebuild:
38 Stable on Alpha after discussing it with wolf31o2. Remove old completely
39 broken version. Bug 167729.
40
41 - 06 Apr 2007; Samuli Suominen <drac@g.o> libexif-gtk-0.3.5.ebuild:
42 - Remove KEYWORDS except alpha from this completely broken ebuild so nobody
43 - installs it be accident.
44 -
45 06 Apr 2007; Peter Weller <welp@g.o> libexif-gtk-0.3.5-r1.ebuild:
46 Stable on amd64 wrt bug 167729
47
48
49
50
51 1.1 media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild?rev=1.1&content-type=text/plain
55
56 Index: libexif-gtk-0.3.5-r2.ebuild
57 ===================================================================
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild,v 1.1 2007/10/04 14:54:09 drac Exp $
61
62 inherit autotools eutils
63
64 DESCRIPTION="GTK+ frontend to the libexif library (parsing, editing, and saving EXIF data)"
65 HOMEPAGE="http://libexif.sf.net"
66 SRC_URI="mirror://sourceforge/libexif/${P}.tar.gz"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
71 IUSE="nls"
72
73 RDEPEND=">=x11-libs/gtk+-2
74 >=media-libs/libexif-0.6.12"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig"
77
78 src_unpack() {
79 unpack ${A}
80 cd "${S}"
81 epatch "${FILESDIR}"/${P}-confcheck.patch
82 epatch "${FILESDIR}"/${P}-gtk212.patch
83 AT_M4DIR="m4" eautoreconf
84 }
85
86 src_compile() {
87 econf $(use_enable nls)
88 emake || die "emake failed."
89 }
90
91 src_install() {
92 emake DESTDIR="${D}" install || die "emake install failed."
93 dodoc ChangeLog
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list