* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.6.11-r3.ebuild
@ 2011-09-02 17:39 Sebastian Pipping (sping)
0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2011-09-02 17:39 UTC (permalink / raw
To: gentoo-commits
sping 11/09/02 17:39:02
Modified: ChangeLog
Added: gimp-2.6.11-r3.ebuild
Log:
media-gfx/gimp: Apply file-uri patch by upstream (bug #372941)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.334 media-gfx/gimp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.334&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.334&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.333&r2=1.334
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- ChangeLog 2 Sep 2011 15:58:38 -0000 1.333
+++ ChangeLog 2 Sep 2011 17:39:01 -0000 1.334
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/gimp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.333 2011/09/02 15:58:38 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.334 2011/09/02 17:39:01 sping Exp $
+
+*gimp-2.6.11-r3 (02 Sep 2011)
+
+ 02 Sep 2011; Sebastian Pipping <sping@gentoo.org> +gimp-2.6.11-r3.ebuild,
+ +files/gimp-2.6.11-file-uri.patch:
+ Apply file-uri patch by upstream (bug #372941)
02 Sep 2011; Sebastian Pipping <sping@gentoo.org> gimp-2.7.3.ebuild,
gimp-9999.ebuild:
1.1 media-gfx/gimp/gimp-2.6.11-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.6.11-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.6.11-r3.ebuild?rev=1.1&content-type=text/plain
Index: gimp-2.6.11-r3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.11-r3.ebuild,v 1.1 2011/09/02 17:39:02 sping Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
inherit eutils gnome2 fdo-mime multilib python
DESCRIPTION="GNU Image Manipulation Program"
HOMEPAGE="http://www.gimp.org/"
SRC_URI="mirror://gimp/v2.6/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="alsa aalib altivec curl dbus debug doc exif gnome jpeg lcms mmx mng pdf png python smp sse svg tiff webkit wmf"
RDEPEND=">=dev-libs/glib-2.18.1:2
>=x11-libs/gtk+-2.12.5:2
>=x11-libs/pango-1.18.0
x11-libs/libXpm
>=media-libs/freetype-2.1.7
>=media-libs/fontconfig-2.2.0
sys-libs/zlib
dev-libs/libxml2
dev-libs/libxslt
x11-misc/xdg-utils
x11-themes/hicolor-icon-theme
>=media-libs/gegl-0.0.22
aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )
curl? ( net-misc/curl )
dbus? ( dev-libs/dbus-glib )
gnome? ( gnome-base/gvfs )
webkit? ( net-libs/webkit-gtk:2 )
jpeg? ( virtual/jpeg:0 )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( =media-libs/lcms-1* )
mng? ( media-libs/libmng )
pdf? ( >=app-text/poppler-0.12.3-r3[cairo] )
png? ( >=media-libs/libpng-1.2.2:0 )
python? ( >=dev-python/pygtk-2.10.4:2 )
tiff? ( >=media-libs/tiff-3.5.7 )
svg? ( >=gnome-base/librsvg-2.8.0:2 )
wmf? ( >=media-libs/libwmf-0.2.8 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
doc? ( >=dev-util/gtk-doc-1 )"
DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
pkg_setup() {
G2CONF="--enable-default-binary \
--with-x \
$(use_with aalib aa) \
$(use_with alsa) \
$(use_enable altivec) \
$(use_with curl libcurl) \
$(use_with dbus) \
--without-hal \
$(use_with gnome gvfs) \
--without-gnomevfs \
$(use_with webkit) \
$(use_with jpeg libjpeg) \
$(use_with exif 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)"
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
# security fixes from upstream, see
# https://bugzilla.gnome.org/show_bug.cgi?id=639203
epatch "${FILESDIR}"/gimp-CVE-2010-4540-to-4543.diff
# fixes for libpng 1.5 (incomplete), see
# https://bugzilla.gnome.org/show_bug.cgi?id=640409
epatch "${FILESDIR}"/gimp-libpng15-v2.diff
# don't use empty, removed header
# https://bugs.gentoo.org/show_bug.cgi?id=377075
epatch "${FILESDIR}"/gimp-curl-headers.diff
# apply file-uri patch by upstream
# https://bugs.gentoo.org/show_bug.cgi?id=372941
# https://bugzilla.gnome.org/show_bug.cgi?id=653980#c6
epatch "${FILESDIR}"/${P}-file-uri.patch
echo '#!/bin/sh' > py-compile
gnome2_src_prepare
}
src_install() {
gnome2_src_install
if use python; then
python_convert_shebangs -r $(python_get_version) "${ED}"
python_need_rebuild
fi
}
pkg_postinst() {
gnome2_pkg_postinst
use python && python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}
pkg_postrm() {
gnome2_pkg_postrm
use python && python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-02 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 17:39 [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.6.11-r3.ebuild Sebastian Pipping (sping)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox