* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.0_rc3.ebuild
@ 2007-09-26 2:09 Hanno Boeck (hanno)
0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2007-09-26 2:09 UTC (permalink / raw
To: gentoo-commits
hanno 07/09/26 02:09:26
Modified: ChangeLog
Added: gimp-2.4.0_rc3.ebuild
Log:
gimp bump
(Portage version: 2.1.3.9)
Revision Changes Path
1.231 media-gfx/gimp/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.230&r2=1.231
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog 9 Sep 2007 22:30:42 -0000 1.230
+++ ChangeLog 26 Sep 2007 02:09:26 -0000 1.231
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gimp
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.230 2007/09/09 22:30:42 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.231 2007/09/26 02:09:26 hanno Exp $
+
+*gimp-2.4.0_rc3 (26 Sep 2007)
+
+ 26 Sep 2007; Hanno Boeck <hanno@gentoo.org> +gimp-2.4.0_rc3.ebuild:
+ Version bump.
09 Sep 2007; Joshua Kinard <kumba@gentoo.org> gimp-2.4.0_rc1.ebuild,
gimp-2.4.0_rc2.ebuild:
1.1 media-gfx/gimp/gimp-2.4.0_rc3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.4.0_rc3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.4.0_rc3.ebuild?rev=1.1&content-type=text/plain
Index: gimp-2.4.0_rc3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.0_rc3.ebuild,v 1.1 2007/09/26 02:09:26 hanno Exp $
inherit fdo-mime flag-o-matic multilib python
DESCRIPTION="GNU Image Manipulation Program"
HOMEPAGE="http://www.gimp.org/"
SRC_URI="mirror://gimp/v2.4/testing/${P/_/-}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"
RDEPEND=">=dev-libs/glib-2.12.3
>=x11-libs/gtk+-2.10.13
>=x11-libs/pango-1.12.2
>=media-libs/freetype-2.1.7
>=media-libs/fontconfig-2.2.0
>=media-libs/libart_lgpl-2.3.8-r1
sys-libs/zlib
dev-libs/libxml2
dev-libs/libxslt
x11-themes/hicolor-icon-theme
aalib? ( media-libs/aalib )
alsa? ( >=media-libs/alsa-lib-1.0.0 )
curl? ( net-misc/curl )
dbus? ( dev-libs/dbus-glib
sys-apps/hal )
doc? ( app-doc/gimp-help )
gnome? ( >=gnome-base/gnome-vfs-2.10.0
>=gnome-base/libgnomeui-2.10.0
>=gnome-base/gnome-keyring-0.4.5 )
gtkhtml? ( =gnome-extra/gtkhtml-2* )
jpeg? ( >=media-libs/jpeg-6b-r2
>=media-libs/libexif-0.6.15 )
lcms? ( media-libs/lcms )
mng? ( media-libs/libmng )
pdf? ( >=app-text/poppler-bindings-0.3.1 )
png? ( >=media-libs/libpng-1.2.2 )
python? ( >=dev-lang/python-2.2.1
>=dev-python/pygtk-2.10.4 )
tiff? ( >=media-libs/tiff-3.5.7 )
svg? ( >=gnome-base/librsvg-2.8.0 )
wmf? ( >=media-libs/libwmf-0.2.8 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.31
sys-devel/gettext
doc? ( >=dev-util/gtk-doc-1 )"
S="${WORKDIR}/${P/_/-}"
pkg_setup() {
if use pdf && ! built_with_use app-text/poppler-bindings gtk; then
eerror
eerror "This package requires app-text/poppler-bindings compiled with GTK+ support."
eerror "Please reemerge app-text/poppler-bindings with USE=\"gtk\"."
eerror
die "Please reemerge app-text/poppler-bindings with USE=\"gtk\"."
fi
}
src_compile() {
# workaround portage variable leakage
local AA=
# gimp uses inline functions (e.g. plug-ins/common/grid.c) (#23078)
# gimp uses floating point math, needs accuracy (#98685)
filter-flags "-fno-inline" "-ffast-math"
econf --enable-default-binary \
--with-x \
$(use_with aalib aa) \
$(use_with alsa) \
$(use_enable altivec) \
$(use_with curl) \
$(use_enable debug) \
$(use_enable doc gtk-doc) \
$(use_with dbus) \
$(use_with gnome) \
$(use_with gtkhtml gtkhtml2) \
$(use_with jpeg libjpeg) \
$(use_with jpeg libexif) \
$(use_with lcms) \
$(use_enable mmx) \
$(use_with mng libmng) \
$(use_with pdf poppler) \
$(use_with png libpng) \
$(use_enable python) \
$(use_enable smp mp) \
$(use_enable sse) \
$(use_with svg librsvg) \
$(use_with tiff libtiff) \
$(use_with wmf) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog* HACKING NEWS README*
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
elog
elog "If you want Postscript file support, emerge ghostscript."
elog
python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-26 2:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 2:09 [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.0_rc3.ebuild Hanno Boeck (hanno)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox