wok-6.x rev 19887
Up: babl (0.1.24), gegl (0.3.12)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Apr 03 20:09:50 2017 +0000 (2017-04-03) |
parents | c42b4a58182a |
children | 6a2a8914dd34 |
files | babl-dev/receipt babl/receipt gegl-dev/receipt gegl/receipt |
line diff
1.1 --- a/babl-dev/receipt Mon Apr 03 19:35:18 2017 +0000 1.2 +++ b/babl-dev/receipt Mon Apr 03 20:09:50 2017 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="babl-dev" 1.7 -VERSION="0.1.10" 1.8 +VERSION="0.1.24" 1.9 CATEGORY="development" 1.10 SHORT_DESC="pixel format translation library dev files." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/babl/receipt Mon Apr 03 19:35:18 2017 +0000 2.2 +++ b/babl/receipt Mon Apr 03 20:09:50 2017 +0000 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="babl" 2.7 -VERSION="0.1.10" 2.8 +VERSION="0.1.24" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="pixel format translation library." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 LICENSE="LGPL3" 2.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://gegl.org/babl/" 2.15 -WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION:0:3}/$TARBALL" 2.16 +WGET_URL="http://download.gimp.org/pub/$PACKAGE/${VERSION:0:3}/$TARBALL" 2.17 HOST_ARCH="i486 arm" 2.18 2.19 # Rules to configure and make the package.
3.1 --- a/gegl-dev/receipt Mon Apr 03 19:35:18 2017 +0000 3.2 +++ b/gegl-dev/receipt Mon Apr 03 20:09:50 2017 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="gegl-dev" 3.7 -VERSION="0.2.0" 3.8 +VERSION="0.3.12" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Generic Graphics Library dev files" 3.11 MAINTAINER="erjo@slitaz.org" 3.12 @@ -15,9 +15,9 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mkdir -p $fs/usr/lib/gegl-0.2 3.17 + mkdir -p $fs/usr/lib/gegl-0.3 3.18 cp -a $install/usr/lib/*.*a $fs/usr/lib 3.19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.20 - cp -a $install/usr/lib/gegl-0.2/*.*a $fs/usr/lib/gegl-0.2 3.21 + cp -a $install/usr/lib/gegl-0.3/*.*a $fs/usr/lib/gegl-0.3 3.22 cp -a $install/usr/include $fs/usr 3.23 }
4.1 --- a/gegl/receipt Mon Apr 03 19:35:18 2017 +0000 4.2 +++ b/gegl/receipt Mon Apr 03 20:09:50 2017 +0000 4.3 @@ -1,18 +1,19 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="gegl" 4.7 -VERSION="0.2.0" 4.8 +VERSION="0.3.12" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="Generic Graphics Library" 4.11 MAINTAINER="erjo@slitaz.org" 4.12 LICENSE="GPL3" 4.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.14 WEB_SITE="http://gegl.org/" 4.15 -WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 4.16 +WGET_URL="http://download.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 4.17 HOST_ARCH="i486 arm" 4.18 4.19 DEPENDS="babl expat gtk+ jpeg xorg-libX11" 4.20 -BUILD_DEPENDS="babl-dev expat-dev gtk+-dev jasper-dev" 4.21 +BUILD_DEPENDS="babl-dev expat-dev gtk+-dev jasper-dev json-glib \ 4.22 +util-linux-mount-dev" 4.23 4.24 # Rules to configure and make the package. 4.25 compile_rules()