Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/ufraw: ChangeLog ufraw-0.13.ebuild
Date: Sun, 02 Dec 2007 22:42:35
Message-Id: E1IyxW3-0000ok-4D@stork.gentoo.org
1 maekke 07/12/02 22:42:23
2
3 Modified: ChangeLog
4 Added: ufraw-0.13.ebuild
5 Log:
6 bump to 0.13, bug #187933
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.14 media-gfx/ufraw/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 15 Jul 2007 09:24:43 -0000 1.13
23 +++ ChangeLog 2 Dec 2007 22:42:22 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/ufraw
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.13 2007/07/15 09:24:43 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.14 2007/12/02 22:42:22 maekke Exp $
29 +
30 +*ufraw-0.13 (02 Dec 2007)
31 +
32 + 02 Dec 2007; Markus Meier <maekke@g.o>
33 + +files/ufraw-0.13-cflags.patch, +ufraw-0.13.ebuild:
34 + bump to 0.13, bug #187933
35
36 15 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
37 Assigning to graphics, as nattfodd is being retired (#108329).
38
39
40
41 1.1 media-gfx/ufraw/ufraw-0.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ufraw-0.13.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.13.ebuild,v 1.1 2007/12/02 22:42:22 maekke Exp $
51
52 inherit eutils autotools fdo-mime gnome2-utils
53
54 DESCRIPTION="RAW Image format viewer and GIMP plugin"
55 HOMEPAGE="http://ufraw.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="gimp exif gnome"
62
63 DEPEND=">=x11-libs/gtk+-2.4.0
64 gimp? ( >=media-gfx/gimp-2.0 )
65 exif? ( >=media-libs/libexif-0.6.13
66 media-gfx/exiv2 )
67 gnome? ( gnome-base/gconf )
68 media-libs/jpeg
69 media-libs/tiff
70 >=media-libs/lcms-1.13"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-cflags.patch
76 eautoreconf || die "failed running autoreconf"
77 }
78
79 src_compile() {
80 econf `use_enable gimp` \
81 `use_with exif libexif` \
82 `use_with exif exiv2` \
83 `use_enable gnome mime` || die "configure failed"
84 emake || die "emake failed"
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die "make install failed"
89
90 dodoc README TODO || die "doc installation failed"
91 }
92
93 pkg_postinst() {
94 if use gnome ; then
95 fdo-mime_mime_database_update
96 gnome2_gconf_install
97 fdo-mime_desktop_database_update
98 fi
99 }
100
101
102
103 --
104 gentoo-commits@g.o mailing list