Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2494 closed defect (fixed)

Gimp2 v2.2.0 updated port

Reported by: sam.sharpe@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: sam.sharpe@…
Port:

Description

gimp2.2 is now dependent on p5-xml-parser, but the port otherwise compiles perfectly with only minor modifications.

(this is my first port submission, go easy on me.)

# $Id: Portfile,v 1.14 2004/10/04 04:17:10 toby Exp $

PortSystem 1.0 name gimp2 version 2.2.0 categories graphics maintainers toby@… description The GNU Image Manipulation Program (version 2) 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.

homepage http://www.gimp.org/ platforms darwin master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \

ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.2/ \ ftp://ftp.minet.net/pub/gimp/v2.2/

checksums md5 7fa66cfd3a2a67f95c3c80307e46e4dd distname gimp-${version} use_bzip2 yes depends_build bin:pkg-config:pkgconfig depends_lib lib:libart_lgpl_2.2:libart_lgpl \

lib:libgtk.2:gtk2 \ lib:liblcms.1:lcms \ lib:libwmf.0:libwmf \ lib:XXX:p5-xml-parser

configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include configure.args --enable-mp \

--mandir=${prefix}/share/man \ --disable-print \ --without-libmng \ --without-libexif \ --without-aa

# for plugins # gtkhtml, librsvg

# fails configure... #variant print { # configure.args-delete --disable-print # depends_lib-append lib:XXX:gimp-print #}

variant mng {

configure.args-delete --without-libmng depends_lib-append lib:libmng.1:libmng

}

variant exif {

configure.args-delete --without-libexif depends_lib-append lib:libexif.9:libexif

}

variant aa {

configure.args-delete --without-aa depends_lib-append lib:libaa.1:aalib

}

# untested variant python {

configure.args-append --enable-python depends_lib-append lib:XXX:py-gtk2

}

Change History (2)

comment:1 Changed 19 years ago by toby@…

Resolution: fixed
Status: newclosed

Committed. In the future, please generate a diff: 'cvs diff > gimp2.diff' and attach that. Thanks!

comment:2 Changed 19 years ago by snu@…

op_sys: All
Note: See TracTickets for help on using tickets.