Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32696 Details for
Bug 53033
Promote GIMP 2.0.1 to stable.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gimp 2.1.0 ebuild
gimp-2.1.0.ebuild (text/plain), 2.53 KB, created by
Alonso Schaich
on 2004-06-05 04:46:12 UTC
(
hide
)
Description:
gimp 2.1.0 ebuild
Filename:
MIME Type:
Creator:
Alonso Schaich
Created:
2004-06-05 04:46:12 UTC
Size:
2.53 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.0.0.ebuild,v 1.5 2004/06/01 21:59:10 lv Exp $ > >inherit flag-o-matic libtool eutils > >DESCRIPTION="GNU Image Manipulation Program" >SRC_URI="mirror://gimp/v2.1/${P}.tar.bz2" >HOMEPAGE="http://www.gimp.org/" > >SLOT="2" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~hppa ~sparc amd64 ~mips" >IUSE="doc python aalib png jpeg tiff mng wmf gimpprint gtkhtml mmx sse X altivec debug" > ># FIXME : some more things can be (local) USE flagged ># a few options are detection only, fix them to switch > >RDEPEND=">=dev-libs/glib-2.2 > >=x11-libs/gtk+-2.2.2 > >=x11-libs/pango-1.2.2 > >=media-libs/fontconfig-2.2 > >=media-libs/libart_lgpl-2.3.8-r1 > sys-libs/zlib > > gimpprint? ( =media-gfx/gimp-print-4.2* ) > gtkhtml? ( =gnome-extra/libgtkhtml-2* ) > > png? ( >=media-libs/libpng-1.2.1 ) > jpeg? ( >=media-libs/jpeg-6b-r2 > media-libs/libexif ) > tiff? ( >=media-libs/tiff-3.5.7 ) > mng? ( media-libs/libmng ) > > wmf? ( >=media-libs/libwmf-0.2.8 ) > > aalib? ( media-libs/aalib ) > python? ( >=dev-lang/python-2.2 > >=dev-python/pygtk-2 ) > > X? ( virtual/x11 )" > >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.12.0 > dev-util/intltool > doc? ( >=dev-util/gtk-doc-1 )" > >src_unpack() { > > unpack ${A} > > cd ${S} > # Fix linking to older version of gimp if installed - this should > # void liquidx's hack, so it is removed. > epatch ${FILESDIR}/ltmain_sh-1.5.0-fix-relink.patch > >} > >src_compile() { > > # Since 1.3.16, fixes linker problems when upgrading > elibtoolize > > # Workaround portage variable leakage > local AA= > local myconf= > > replace-flags "-march=k6*" "-march=i586" > # gimp uses inline functions (plug-ins/common/grid.c) (#23078) > filter-flags "-fno-inline" > > econf \ > ${myconf} \ > `use_enable mmx` \ > `use_enable sse` \ > `use_enable altivec` \ > `use_enable doc gtk-doc` \ > `use_enable python` \ > `use_enable gimpprint print` \ > `use_with X x` \ > `use_with png libpng` \ > `use_with jpeg libjpeg` \ > `use_with jpeg libexif` \ > `use_with tiff libtiff` \ > `use_with mng libmng` \ > `use_with aalib aa` \ > `use_enable debug` || die > > emake || die > >} > >src_install() { > > # Workaround portage variable leakage > local AA= > > # create these dirs to make the makefile installs these items correctly > dodir /usr/share/{applications,application-registry,mime-info} > > make DESTDIR=${D} install || die > > # Remove unversioned link to 2.0 binary > rm ${D}/usr/bin/gimp > > dodoc AUTHORS COPYING ChangeL* HACKING INSTALL \ > MAINTAINERS NEWS PLUGIN_MAINTAINERS README* TODO* > >}
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 53033
: 32696