* [gentoo-commits] gentoo-x86 commit in media-gfx/ufraw: ChangeLog ufraw-0.14.ebuild
@ 2008-10-18 19:49 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2008-10-18 19:49 UTC (permalink / raw
To: gentoo-commits
maekke 08/10/18 19:49:15
Modified: ChangeLog
Added: ufraw-0.14.ebuild
Log:
bump to 0.14, reported in bug #242482
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)
Revision Changes Path
1.23 media-gfx/ufraw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 17 Oct 2008 07:25:01 -0000 1.22
+++ ChangeLog 18 Oct 2008 19:49:15 -0000 1.23
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/ufraw
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.22 2008/10/17 07:25:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.23 2008/10/18 19:49:15 maekke Exp $
+
+*ufraw-0.14 (18 Oct 2008)
+
+ 18 Oct 2008; Markus Meier <maekke@gentoo.org> +ufraw-0.14.ebuild:
+ bump to 0.14, reported in bug #242482
17 Oct 2008; Alexis Ballier <aballier@gentoo.org> ufraw-0.13-r1.ebuild:
keyword ~x86-fbsd
1.1 media-gfx/ufraw/ufraw-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild?rev=1.1&content-type=text/plain
Index: ufraw-0.14.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild,v 1.1 2008/10/18 19:49:15 maekke Exp $
inherit eutils autotools fdo-mime gnome2-utils
DESCRIPTION="RAW Image format viewer and GIMP plugin"
HOMEPAGE="http://ufraw.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="exif gimp gnome"
RDEPEND="media-libs/jpeg
>=media-libs/lcms-1.13
media-libs/tiff
>=x11-libs/gtk+-2.4.0
exif? ( >=media-libs/libexif-0.6.13
media-gfx/exiv2 )
gimp? ( >=media-gfx/gimp-2.0 )
gnome? ( gnome-base/gconf )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-0.13-cflags.patch
eautoreconf || die "failed running autoreconf"
}
src_compile() {
econf $(use_enable gnome mime) || die "configure failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc README TODO || die "doc installation failed"
}
pkg_postinst() {
if use gnome ; then
fdo-mime_mime_database_update
gnome2_gconf_install
fdo-mime_desktop_database_update
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/ufraw: ChangeLog ufraw-0.14.ebuild
@ 2008-10-19 10:09 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2008-10-19 10:09 UTC (permalink / raw
To: gentoo-commits
armin76 08/10/19 10:09:51
Modified: ChangeLog ufraw-0.14.ebuild
Log:
Add ~alpha/~ia64 wrt #242236
(Portage version: 2.1.4.5)
Revision Changes Path
1.24 media-gfx/ufraw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 18 Oct 2008 19:49:15 -0000 1.23
+++ ChangeLog 19 Oct 2008 10:09:51 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/ufraw
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.23 2008/10/18 19:49:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.24 2008/10/19 10:09:51 armin76 Exp $
+
+ 19 Oct 2008; Raúl Porcel <armin76@gentoo.org> ufraw-0.14.ebuild:
+ Add ~alpha/~ia64 wrt #242236
*ufraw-0.14 (18 Oct 2008)
1.2 media-gfx/ufraw/ufraw-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild?r1=1.1&r2=1.2
Index: ufraw-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ufraw-0.14.ebuild 18 Oct 2008 19:49:15 -0000 1.1
+++ ufraw-0.14.ebuild 19 Oct 2008 10:09:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild,v 1.1 2008/10/18 19:49:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.14.ebuild,v 1.2 2008/10/19 10:09:51 armin76 Exp $
inherit eutils autotools fdo-mime gnome2-utils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="exif gimp gnome"
RDEPEND="media-libs/jpeg
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-19 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18 19:49 [gentoo-commits] gentoo-x86 commit in media-gfx/ufraw: ChangeLog ufraw-0.14.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2008-10-19 10:09 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox