gegl: rebuild against libpng-1.6.
This commit is contained in:
parent
4bc5e47e9a
commit
218f127d70
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'gegl'.
|
||||
pkgname=gegl
|
||||
version=0.2.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-docs --without-sdl --without-libopenraw
|
||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
||||
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
||||
makedepends="pkg-config intltool glib-devel libpng-devel>=1.5.10
|
||||
makedepends="pkg-config intltool libglib-devel libpng-devel>=1.6
|
||||
libjpeg-turbo-devel librsvg-devel gtk+-devel babl-devel jasper-devel exiv2-devel"
|
||||
short_desc="Graph based image processing framework"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -16,8 +16,8 @@ distfiles="ftp://ftp.gimp.org/pub/gegl/0.2/gegl-$version.tar.bz2"
|
|||
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
|
||||
|
||||
gegl-devel_package() {
|
||||
depends="glib-devel gegl>=$version"
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="libglib-devel gegl>=$version"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
@ -26,6 +26,6 @@ gegl-devel_package() {
|
|||
|
||||
gegl_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue