Ticket #13117 (closed update: fixed)
UPDATE 07.11.03 GIMP 2.4.0 -> 2.4.1
| Reported by: | patrick.kontschak@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.5.0 |
| Keywords: | Cc: | patrick.kontschak@…, simon@… | |
| Port: |
Description
# $Id$
PortSystem 1.0
name gimp2 version 2.4.1 categories graphics maintainers nomaintainer homepage http://www.gimp.org/ platforms darwin
description The GNU Image Manipulation Program long_description \
The GNU Image Manipulation Program (GIMP) is a powerful \ tool for the preparation and manipulation of digital images. \ The GIMP provides the user with a wide variety of image \ manipulation, painting, processing, and rendering tools.
set M.m [join [lrange [split ${version} .] 0 1] .] master_sites http://gimp.mirrors.hoobly.com/gimp/v${M.m}/ \
ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${M.m}/ \ ftp://ftp.gimp.org/pub/gimp/v${M.m}/
checksums md5 51edbadd77235837535a6882ad63d8fb distname gimp-${version} use_bzip2 yes
depends_lib port:aalib \
port:curl \ port:libart_lgpl \ port:libexif \ port:libgnomeui \ port:libgtkhtml \ port:libmng \ port:librsvg \ port:libwmf \ port:p5-xml-parser \ port:poppler \ port:py25-gtk
configure.env PYTHON=${prefix}/bin/python2.5 configure.args --enable-mp \
--with-pdbgen \ --without-dbus
variant without_gnome description "Disable SVG support and built-in help browser." {
depends_lib-delete port:libgnomeui \
port:libgtkhtml \ port:librsvg
configure.args-append --without-gtkhtml2 \
--without-librsvg \ --without-gnomevfs
}
variant no_python description "Disable Python scripts and filters." {
depends_lib-delete port:py25-gtk configure.env-delete PYTHON=${prefix}/bin/python2.5 configure.args-append --disable-python
}
variant dbus {
depends_lib-append port:dbus-glib configure.args-delete --without-dbus
}


