Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163427 Details for
Bug 220517
media-gfx/gimp-2.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild with intltoolize
gimp-2.5.2.ebuild (text/plain), 3.68 KB, created by
quazgar
on 2008-08-20 22:34:01 UTC
(
hide
)
Description:
new ebuild with intltoolize
Filename:
MIME Type:
Creator:
quazgar
Created:
2008-08-20 22:34:01 UTC
Size:
3.68 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header:$ > >inherit gnome2 fdo-mime flag-o-matic multilib python eutils autotools > >DESCRIPTION="GNU Image Manipulation Program" >HOMEPAGE="http://www.gimp.org/" >SRC_URI="mirror://gimp/v2.5/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="2" >KEYWORDS="~amd64" > >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.16.1 > >=x11-libs/gtk+-2.12.1 > >=media-libs/gegl-0.0.18 > >=media-libs/babl-0.0.22 > >=x11-libs/pango-1.18.0 > >=media-libs/freetype-2.1.7 > >=media-libs/fontconfig-2.2.0 > x11-libs/cairo > >=media-libs/libart_lgpl-2.3.8-r1 > sys-libs/zlib > dev-libs/libxml2 > dev-libs/libxslt > x11-misc/xdg-utils > x11-themes/hicolor-icon-theme > aalib? ( media-libs/aalib ) > alsa? ( >=media-libs/alsa-lib-1.0.14a-r1 ) > curl? ( net-misc/curl ) > dbus? ( dev-libs/dbus-glib > sys-apps/hal ) > 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.35.5 > >=sys-devel/gettext-0.17 > doc? ( >=dev-util/gtk-doc-1 )" > >DOCS="AUTHORS ChangeLog* HACKING NEWS README*" > >pkg_setup() { > if use pdf && ! built_with_use app-text/poppler-bindings gtk; then > eerror "This package requires app-text/poppler-bindings compiled with GTK+ support." > die "Please reemerge app-text/poppler-bindings with USE=\"gtk\"." > fi > if use alsa && ! built_with_use media-libs/alsa-lib midi; then > eerror "This package requires media-libs/alsa-lib compiled with midi support." > die "Please reemerge media-libs/alsa-lib with USE=\"midi\"." > fi > > G2CONF="--enable-default-binary \ > --with-x \ > $(use_with aalib aa) \ > $(use_with alsa) \ > $(use_enable altivec) \ > $(use_with curl libcurl) \ > $(use_enable doc gtk-doc) \ > $(use_with dbus) \ > $(use_with dbus hal) \ > $(use_with gnome gnomevfs) \ > $(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) \ > " >} > >src_unpack() { > gnome2_src_unpack > # this patch needs updating a bit for 2.5 > # see also http://bugzilla.gnome.org/show_bug.cgi?id=522483 > #epatch "${FILESDIR}/gimp-web-browser.patch" > > # Still part of the 2.4 workaround or always needed? > eautoreconf > intltoolize >} > >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" > # gimp assumes char is signed (fixes preview corruption) > if use ppc || use ppc64; then > append-flags "-fsigned-char" > fi > > gnome2_src_compile >} > >pkg_postinst() { > gnome2_pkg_postinst > > 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() { > gnome2_pkg_postrm > python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \ > /usr/$(get_libdir)/gimp/2.0/plug-ins >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 220517
:
163006
|
163427
|
163546