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