diff --git a/common/shlibs b/common/shlibs index 21f1e7ff763..b539202dbc0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2059,3 +2059,6 @@ libgeda.so.42 geda-1.8.2_1 libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1 libgsound.so.0 gsound-1.0.1_1 libmediaart-2.0.so.0 libmediaart2-1.9.0_1 +libgegl-0.3.so.0 gegl3-0.3.0_1 +libgegl-npd-0.3.so gegl3-0.3.0_1 +libgegl-sc-0.3.so gegl3-0.3.0_1 diff --git a/srcpkgs/gegl3-devel b/srcpkgs/gegl3-devel new file mode 120000 index 00000000000..66257473719 --- /dev/null +++ b/srcpkgs/gegl3-devel @@ -0,0 +1 @@ +gegl3 \ No newline at end of file diff --git a/srcpkgs/gegl3/template b/srcpkgs/gegl3/template new file mode 100644 index 00000000000..dc032e96fc9 --- /dev/null +++ b/srcpkgs/gegl3/template @@ -0,0 +1,28 @@ +# Template build file for 'gegl3'. +pkgname=gegl3 +version=0.3.0 +revision=1 +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" +hostmakedepends="pkg-config intltool" +makedepends="libglib-devel libpng-devel babl-devel jasper-devel + libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel" +short_desc="Graph based image processing framework (v0.3)" +maintainer="Juan RP " +license="GPL-3, LGPL-3" +homepage="http://www.gimp.org" +distfiles="http://ftp.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2" +checksum=f0fec8f2e7b8835979d3cf4e38b05d41bb79f68dc80cf899a846484da693bbf7 +wrksrc=gegl-$version + +gegl3-devel_package() { + depends="libglib-devel gegl3>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/*.so + } +}