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: metadata.xml ufraw-0.15-r1.ebuild ufraw-0.15-r2.ebuild ChangeLog
Date: Mon, 01 Jun 2009 13:37:58
Message-Id: E1MB7i8-0006Bw-8j@stork.gentoo.org
1 maekke 09/06/01 13:37:56
2
3 Modified: metadata.xml ufraw-0.15-r1.ebuild ChangeLog
4 Added: ufraw-0.15-r2.ebuild
5 Log:
6 bump, which adds support for lensfun (optional) library and gtkimageview
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 media-gfx/ufraw/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 19 Oct 2008 14:34:02 -0000 1.4
23 +++ metadata.xml 1 Jun 2009 13:37:56 -0000 1.5
24 @@ -6,6 +6,9 @@
25 <flag name='contrast'>
26 enable the experimental contrast setting option
27 </flag>
28 + <flag name='lensfun'>
29 + enable the lensfun lens-correction library
30 + </flag>
31 <flag name='timezone'>
32 enable DST correction for file timestamps
33 </flag>
34
35
36
37 1.9 media-gfx/ufraw/ufraw-0.15-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild?r1=1.8&r2=1.9
42
43 Index: ufraw-0.15-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- ufraw-0.15-r1.ebuild 1 Jun 2009 13:14:51 -0000 1.8
50 +++ ufraw-0.15-r1.ebuild 1 Jun 2009 13:37:56 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild,v 1.8 2009/06/01 13:14:51 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r1.ebuild,v 1.9 2009/06/01 13:37:56 maekke Exp $
56
57 inherit fdo-mime gnome2-utils autotools
58
59 @@ -35,6 +35,8 @@
60 src_compile() {
61 econf \
62 --without-cinepaint \
63 + --without-gtkimageview \
64 + --without-lensfun \
65 $(use_enable contrast) \
66 $(use_with exif exiv2) \
67 $(use_with gimp) \
68
69
70
71 1.58 media-gfx/ufraw/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.58&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.58&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?r1=1.57&r2=1.58
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v
80 retrieving revision 1.57
81 retrieving revision 1.58
82 diff -u -r1.57 -r1.58
83 --- ChangeLog 1 Jun 2009 13:14:51 -0000 1.57
84 +++ ChangeLog 1 Jun 2009 13:37:56 -0000 1.58
85 @@ -1,6 +1,12 @@
86 # ChangeLog for media-gfx/ufraw
87 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.57 2009/06/01 13:14:51 maekke Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.58 2009/06/01 13:37:56 maekke Exp $
90 +
91 +*ufraw-0.15-r2 (01 Jun 2009)
92 +
93 + 01 Jun 2009; Markus Meier <maekke@g.o> ufraw-0.15-r1.ebuild,
94 + +ufraw-0.15-r2.ebuild, metadata.xml:
95 + bump, which adds support for lensfun (optional) library and gtkimageview
96
97 01 Jun 2009; Markus Meier <maekke@g.o> ufraw-0.15-r1.ebuild,
98 +files/ufraw-0.15-glibc-2.10.patch:
99
100
101
102 1.1 media-gfx/ufraw/ufraw-0.15-r2.ebuild
103
104 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r2.ebuild?rev=1.1&view=markup
105 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r2.ebuild?rev=1.1&content-type=text/plain
106
107 Index: ufraw-0.15-r2.ebuild
108 ===================================================================
109 # Copyright 1999-2009 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 # $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.15-r2.ebuild,v 1.1 2009/06/01 13:37:56 maekke Exp $
112
113 inherit fdo-mime gnome2-utils autotools
114
115 DESCRIPTION="RAW Image format viewer and GIMP plugin"
116 HOMEPAGE="http://ufraw.sourceforge.net/"
117 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
118
119 LICENSE="GPL-2"
120 SLOT="0"
121 KEYWORDS="~x86"
122 IUSE="contrast exif lensfun gimp gnome openmp timezone"
123
124 RDEPEND="
125 media-gfx/gtkimageview
126 media-libs/jpeg
127 >=media-libs/lcms-1.13
128 media-libs/tiff
129 >=x11-libs/gtk+-2.4.0
130 exif? ( >=media-libs/libexif-0.6.13
131 media-gfx/exiv2 )
132 gimp? ( >=media-gfx/gimp-2.0 )
133 gnome? ( gnome-base/gconf )
134 lensfun? ( media-libs/lensfun )"
135 DEPEND="${RDEPEND}
136 dev-util/pkgconfig"
137
138 src_unpack() {
139 unpack ${A}
140 cd "${S}"
141 epatch "${FILESDIR}"/${P}-configure.patch
142 epatch "${FILESDIR}"/${P}-glibc-2.10.patch
143 eautoreconf
144 }
145
146 src_compile() {
147 econf \
148 --without-cinepaint \
149 --with-gtkimageview \
150 $(use_enable contrast) \
151 $(use_with exif exiv2) \
152 $(use_with gimp) \
153 $(use_enable gnome mime) \
154 $(use_with lensfun) \
155 $(use_enable openmp) \
156 $(use_enable timezone dst-correction)
157 emake || die "emake failed"
158 }
159
160 src_install() {
161 emake DESTDIR="${D}" install || die "make install failed"
162 dodoc README TODO || die "doc installation failed"
163 }
164
165 pkg_postinst() {
166 if use gnome ; then
167 fdo-mime_mime_database_update
168 gnome2_gconf_install
169 fdo-mime_desktop_database_update
170 fi
171 }