2008-10-11 09:17:47 +02:00
|
|
|
# Template build file for 'gimp'.
|
|
|
|
pkgname=gimp
|
2009-08-17 11:32:02 +02:00
|
|
|
version=2.6.7
|
2009-08-24 15:54:40 +02:00
|
|
|
revision=1
|
2009-05-13 17:38:44 +02:00
|
|
|
distfiles="http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version.tar.bz2"
|
2008-10-11 09:17:47 +02:00
|
|
|
build_style=gnu_configure
|
2009-05-13 17:38:44 +02:00
|
|
|
configure_args="--without-aa --without-webkit --without-gvfs
|
|
|
|
--without-gnomevfs --without-alsa --disable-python --disable-alsatest
|
|
|
|
--enable-gimp-remote"
|
2008-10-11 09:17:47 +02:00
|
|
|
short_desc="The GNU image manipulation program"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-08-17 11:32:02 +02:00
|
|
|
checksum=a401c5fbe59e812413cb4d0b37607680089bf254056d8b5853aa79e03a6fe115
|
2008-10-11 09:17:47 +02:00
|
|
|
long_desc="
|
|
|
|
Powerful image manipulation program similar to \"Adobe Photoshop\"[tm].
|
|
|
|
It supports layers, arbitrary image sizes and working on several images
|
|
|
|
at the same time. It comes with a lot of useful plug-ins. Missing is CMYK
|
|
|
|
support and more than 8 bits per channel."
|
|
|
|
|
2009-05-13 17:38:44 +02:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
2009-05-14 19:17:43 +02:00
|
|
|
triggers="gtk-icon-cache mimedb"
|
2009-05-13 17:38:44 +02:00
|
|
|
conf_files="/etc/gimp/2.0/unitrc
|
|
|
|
/etc/gimp/2.0/gtkrc
|
|
|
|
/etc/gimp/2.0/menurc
|
|
|
|
/etc/gimp/2.0/ps-menurc
|
|
|
|
/etc/gimp/2.0/sessionrc
|
|
|
|
/etc/gimp/2.0/templaterc
|
|
|
|
/etc/gimp/2.0/gimprc
|
|
|
|
/etc/gimp/2.0/controllerrc"
|
2008-10-11 09:17:47 +02:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2009-05-13 17:38:44 +02:00
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build curl
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full gtk+
|
|
|
|
Add_dependency full poppler
|
|
|
|
Add_dependency full hicolor-icon-theme
|
|
|
|
Add_dependency full babl
|
|
|
|
Add_dependency full gegl
|
|
|
|
Add_dependency full jpeg
|
|
|
|
Add_dependency full lcms
|
|
|
|
Add_dependency full libmng
|
|
|
|
Add_dependency full libart
|
|
|
|
Add_dependency full libexif
|
|
|
|
Add_dependency full libpng
|
|
|
|
Add_dependency full tiff
|
|
|
|
Add_dependency full librsvg
|
|
|
|
Add_dependency full libwmf
|
|
|
|
Add_dependency full libICE
|
|
|
|
Add_dependency full libSM
|
|
|
|
Add_dependency full libXpm
|
|
|
|
Add_dependency full libXmu
|
|
|
|
Add_dependency full libXfixes
|
|
|
|
Add_dependency full hal
|
|
|
|
Add_dependency run curl-libs
|
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
cd / && ${XBPS_TRIGGERSDIR}/gtk-pixbuf-loaders run post-install
|
|
|
|
}
|