2008-10-11 06:33:25 +02:00
|
|
|
# Template build file for 'gegl'.
|
|
|
|
pkgname=gegl
|
2012-05-03 17:11:04 +02:00
|
|
|
version=0.2.0
|
2014-06-06 14:26:52 +02:00
|
|
|
revision=6
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-02-26 16:01:53 +01:00
|
|
|
configure_args="--disable-docs --without-sdl --without-libopenraw
|
2013-01-08 10:10:40 +01:00
|
|
|
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
|
|
|
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
2014-06-06 14:26:52 +02:00
|
|
|
hostmakedepends="pkg-config intltool"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="libglib-devel libpng-devel babl-devel jasper-devel
|
2014-06-06 14:26:52 +02:00
|
|
|
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel"
|
2011-02-01 10:10:00 +01:00
|
|
|
short_desc="Graph based image processing framework"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-05-03 17:11:04 +02:00
|
|
|
license="GPL-3, LGPL-3"
|
2012-06-06 09:59:11 +02:00
|
|
|
homepage="http://www.gimp.org"
|
2014-06-06 14:26:52 +02:00
|
|
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/gegl/gegl-${version}.tar.bz2/32b00002f1f1e316115c4ed922e1dec8/gegl-${version}.tar.bz2"
|
2012-05-03 17:11:04 +02:00
|
|
|
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
|
2013-04-12 13:13:49 +02:00
|
|
|
|
|
|
|
gegl-devel_package() {
|
2014-06-06 14:26:52 +02:00
|
|
|
depends="libglib-devel gegl>=${version}_${revision}"
|
2013-04-30 11:26:47 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 13:13:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-06-06 14:26:52 +02:00
|
|
|
vmove usr/lib/*.so
|
2013-04-12 13:13:49 +02:00
|
|
|
}
|
|
|
|
}
|