gegl: update to 0.1.2.
--HG-- extra : convert_revision : 62cb03417542cce9287b67016b485a9e480b337b
This commit is contained in:
parent
c07e85629d
commit
4404ae4a63
3 changed files with 3 additions and 7 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run gegl
|
Add_dependency run gegl
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
@ -16,5 +14,4 @@ do_install()
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template build file for 'gegl'.
|
# Template build file for 'gegl'.
|
||||||
pkgname=gegl
|
pkgname=gegl
|
||||||
version=0.1.0
|
version=0.1.2
|
||||||
revision=2
|
|
||||||
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-docs --without-sdl --without-libopenraw
|
configure_args="--disable-docs --without-sdl --without-libopenraw
|
||||||
--without-libavformat --without-graphviz --without-lua --without-libspiro"
|
--without-libavformat --without-graphviz --without-lua --without-libspiro"
|
||||||
short_desc="graph based image processing framework"
|
short_desc="graph based image processing framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=430a79400041209d8bc42576c4d9f0c0a6e7564fdfe95ccd83f33ab7eaf238d5
|
checksum=b64e619b460c4f4a746596b219d0bcb722068e3c4a00a30cc03201ca2118e113
|
||||||
long_desc="
|
long_desc="
|
||||||
GEGL (Generic Graphics Library) is a graph based image processing
|
GEGL (Generic Graphics Library) is a graph based image processing
|
||||||
framework.
|
framework.
|
||||||
|
|
|
@ -444,7 +444,7 @@ libflask.so.1 xen xen-devel
|
||||||
libblktap.so.3 xen xen-devel
|
libblktap.so.3 xen xen-devel
|
||||||
libxenguest.so.3 xen xen-devel
|
libxenguest.so.3 xen xen-devel
|
||||||
libbabl-0.1.so babl babl-devel
|
libbabl-0.1.so babl babl-devel
|
||||||
libgegl-0.0.so gegl gegl-devel
|
libgegl-0.1.so gegl gegl-devel
|
||||||
libiculx.so.42 icu-libs icu-devel
|
libiculx.so.42 icu-libs icu-devel
|
||||||
libicule.so.42 icu-libs icu-devel
|
libicule.so.42 icu-libs icu-devel
|
||||||
libicuio.so.42 icu-libs icu-devel
|
libicuio.so.42 icu-libs icu-devel
|
||||||
|
|
Loading…
Reference in a new issue