# HG changeset patch # User Alexander Medvedev # Date 1491250190 0 # Node ID ec8a5b44e2fd27abb28b571689ae06b52dbac15d # Parent c42b4a58182a217cec8d08592796fd6b96242ab3 Up: babl (0.1.24), gegl (0.3.12) diff -r c42b4a58182a -r ec8a5b44e2fd babl-dev/receipt --- a/babl-dev/receipt Mon Apr 03 19:35:18 2017 +0000 +++ b/babl-dev/receipt Mon Apr 03 20:09:50 2017 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="babl-dev" -VERSION="0.1.10" +VERSION="0.1.24" CATEGORY="development" SHORT_DESC="pixel format translation library dev files." MAINTAINER="erjo@slitaz.org" diff -r c42b4a58182a -r ec8a5b44e2fd babl/receipt --- a/babl/receipt Mon Apr 03 19:35:18 2017 +0000 +++ b/babl/receipt Mon Apr 03 20:09:50 2017 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="babl" -VERSION="0.1.10" +VERSION="0.1.24" CATEGORY="system-tools" SHORT_DESC="pixel format translation library." MAINTAINER="erjo@slitaz.org" LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gegl.org/babl/" -WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION:0:3}/$TARBALL" +WGET_URL="http://download.gimp.org/pub/$PACKAGE/${VERSION:0:3}/$TARBALL" HOST_ARCH="i486 arm" # Rules to configure and make the package. diff -r c42b4a58182a -r ec8a5b44e2fd gegl-dev/receipt --- a/gegl-dev/receipt Mon Apr 03 19:35:18 2017 +0000 +++ b/gegl-dev/receipt Mon Apr 03 20:09:50 2017 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gegl-dev" -VERSION="0.2.0" +VERSION="0.3.12" CATEGORY="development" SHORT_DESC="Generic Graphics Library dev files" MAINTAINER="erjo@slitaz.org" @@ -15,9 +15,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/gegl-0.2 + mkdir -p $fs/usr/lib/gegl-0.3 cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/gegl-0.2/*.*a $fs/usr/lib/gegl-0.2 + cp -a $install/usr/lib/gegl-0.3/*.*a $fs/usr/lib/gegl-0.3 cp -a $install/usr/include $fs/usr } diff -r c42b4a58182a -r ec8a5b44e2fd gegl/receipt --- a/gegl/receipt Mon Apr 03 19:35:18 2017 +0000 +++ b/gegl/receipt Mon Apr 03 20:09:50 2017 +0000 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="gegl" -VERSION="0.2.0" +VERSION="0.3.12" CATEGORY="system-tools" SHORT_DESC="Generic Graphics Library" MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gegl.org/" -WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="http://download.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="babl expat gtk+ jpeg xorg-libX11" -BUILD_DEPENDS="babl-dev expat-dev gtk+-dev jasper-dev" +BUILD_DEPENDS="babl-dev expat-dev gtk+-dev jasper-dev json-glib \ +util-linux-mount-dev" # Rules to configure and make the package. compile_rules()