gimp: update to 2.8.6.

This commit is contained in:
Juan RP 2013-06-24 16:23:24 +02:00
parent c618944b57
commit 1fb7239e01

View file

@ -1,11 +1,12 @@
# Template build file for 'gimp'. # Template build file for 'gimp'.
pkgname=gimp pkgname=gimp
version=2.8.4 version=2.8.6
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-aa --without-gvfs --enable-gimp-console configure_args="--without-aa --without-gvfs --enable-gimp-console
--enable-python --with-gif-compression=lzw --with-libcurl --enable-mp" --enable-python --with-gif-compression=lzw --with-libcurl --enable-mp"
makedepends="pkg-config intltool libpng-devel>=1.6 gtk+-devel lcms-devel hostmakedepends="pkg-config intltool"
makedepends="libpng-devel>=1.6 gtk+-devel lcms-devel
alsa-lib-devel dbus-glib-devel libXmu-devel libXcursor-devel alsa-lib-devel dbus-glib-devel libXmu-devel libXcursor-devel
libexif-devel libsoup-devel webkit-gtk-devel libwmf-devel librsvg-devel libexif-devel libsoup-devel webkit-gtk-devel libwmf-devel librsvg-devel
libmng-devel libXpm-devel libcurl-devel babl-devel gegl-devel pygtk-devel libmng-devel libXpm-devel libcurl-devel babl-devel gegl-devel pygtk-devel
@ -15,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gimp.org" homepage="http://www.gimp.org"
license="GPL-3" license="GPL-3"
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
checksum=e24a9f826e7c30edb83d96f4cf4787cf1a0ed98f28ea947d19736b4f49787ab5 checksum=215865b0ff4534bbced551995ae3093ede1918246ead914984603a5c1a5be845
long_desc=" long_desc="
Powerful image manipulation program similar to Adobe Photoshop[tm]. Powerful image manipulation program similar to Adobe Photoshop[tm].
It supports layers, arbitrary image sizes and working on several images It supports layers, arbitrary image sizes and working on several images
@ -23,19 +24,20 @@ long_desc="
support and more than 8 bits per channel." support and more than 8 bits per channel."
gimp-devel_package() { gimp-devel_package() {
short_desc+=" -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc vmove usr/share/gtk-doc
vmove usr/share/aclocal vmove usr/share/aclocal
vmove "usr/lib/*.so"
} }
} }
gimp-python_package() { gimp-python_package() {
depends="pygtk" depends="pygtk"
pycompile_dirs="usr/lib/gimp/2.0/python" pycompile_dirs="usr/lib/gimp/2.0/python"
short_desc+=" -- python bindings" short_desc+=" - python bindings"
pkg_install() { pkg_install() {
vmove usr/lib/gimp/2.0/python vmove usr/lib/gimp/2.0/python
vmove "usr/lib/gimp/2.0/plug-ins/*.py" vmove "usr/lib/gimp/2.0/plug-ins/*.py"