2008-10-11 07:17:47 +00:00
|
|
|
# Template build file for 'gimp'.
|
|
|
|
pkgname=gimp
|
2013-03-08 19:44:56 +00:00
|
|
|
version=2.8.4
|
2013-04-30 09:53:03 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-08 19:44:56 +00:00
|
|
|
configure_args="--without-aa --without-gvfs --enable-gimp-console
|
|
|
|
--enable-python --with-gif-compression=lzw --with-libcurl --enable-mp"
|
2013-04-30 09:53:03 +00:00
|
|
|
makedepends="pkg-config intltool libpng-devel>=1.6 gtk+-devel lcms-devel
|
2013-03-08 19:44:56 +00:00
|
|
|
alsa-lib-devel dbus-glib-devel libXmu-devel libXcursor-devel
|
|
|
|
libexif-devel libsoup-devel webkit-gtk-devel libwmf-devel librsvg-devel
|
|
|
|
libmng-devel libXpm-devel libcurl-devel babl-devel gegl-devel pygtk-devel
|
2013-04-12 11:13:49 +00:00
|
|
|
libgudev-devel jasper-devel poppler-glib-devel ghostscript-devel iso-codes"
|
2008-10-11 07:17:47 +00:00
|
|
|
short_desc="The GNU image manipulation program"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-06 16:10:46 +00:00
|
|
|
homepage="http://www.gimp.org"
|
2012-08-29 07:02:25 +00:00
|
|
|
license="GPL-3"
|
2012-06-06 16:10:46 +00:00
|
|
|
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
|
2013-03-08 19:44:56 +00:00
|
|
|
checksum=e24a9f826e7c30edb83d96f4cf4787cf1a0ed98f28ea947d19736b4f49787ab5
|
2008-10-11 07:17:47 +00:00
|
|
|
long_desc="
|
2011-07-13 23:21:02 +00:00
|
|
|
Powerful image manipulation program similar to Adobe Photoshop[tm].
|
2008-10-11 07:17:47 +00:00
|
|
|
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."
|
|
|
|
|
2013-04-12 11:13:49 +00:00
|
|
|
gimp-devel_package() {
|
2013-04-30 09:53:03 +00:00
|
|
|
short_desc+=" -- development files"
|
2013-04-12 11:13:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
vmove usr/share/aclocal
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gimp-python_package() {
|
|
|
|
depends="pygtk"
|
|
|
|
pycompile_dirs="usr/lib/gimp/2.0/python"
|
2013-04-30 09:53:03 +00:00
|
|
|
short_desc+=" -- python bindings"
|
2013-04-12 11:13:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/gimp/2.0/python
|
|
|
|
vmove "usr/lib/gimp/2.0/plug-ins/*.py"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gimp_package() {
|
|
|
|
conf_files="
|
|
|
|
/etc/gimp/2.0/gimprc
|
|
|
|
/etc/gimp/2.0/gtkrc
|
|
|
|
/etc/gimp/2.0/templaterc
|
|
|
|
/etc/gimp/2.0/unitrc
|
|
|
|
/etc/gimp/2.0/sessionrc
|
|
|
|
/etc/gimp/2.0/controllerrc
|
|
|
|
/etc/gimp/2.0/menurc"
|
|
|
|
depends="desktop-file-utils hicolor-icon-theme iso-codes"
|
|
|
|
pkg_install() {
|
2013-04-30 09:53:03 +00:00
|
|
|
vmove all
|
2013-04-12 11:13:49 +00:00
|
|
|
}
|
|
|
|
}
|