#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
}
Attachments (1)
Change History (7)
Changed 17 years ago by patrick.kontschak@…
comment:1 Changed 17 years ago by patrick.kontschak@…
I'm sorry, if I made something wrong. It's my first time doing this!
comment:2 Changed 17 years ago by patrick.kontschak@…
well, yves was faster than me - this ticket is useless now...
comment:3 Changed 17 years ago by simon@…
Cc: | simon@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for your help anyway. A tip for the future use {{{ .. then your patch here .. }}}
to get a more readable display or use the attach method like you did ;-). And if you add the email of the maintainer (if there is one) in the CC field he/she gets informed about your patch.
Simon
comment:4 Changed 17 years ago by patrick.kontschak@…
Yeah, the problem was, that Yves said, he dropped maintainership and I wanted to contact him but he didn't answer. At least he updated it himself. I'm a little bit confused!
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Portfile