wok rev 24349

updated babl and babl-dev (0.1.72 -> 0.1.88)
author Hans-G?nter Theisgen
date Thu Feb 03 09:09:19 2022 +0100 (2022-02-03)
parents e919c5a2742d
children 5c73e095788a
files babl-dev/receipt babl/description.txt babl/receipt
line diff
     1.1 --- a/babl-dev/receipt	Wed Feb 02 18:01:43 2022 +0000
     1.2 +++ b/babl-dev/receipt	Thu Feb 03 09:09:19 2022 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="babl-dev"
     1.7 -VERSION="0.1.72"
     1.8 +VERSION="0.1.88"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Pixel format translation library - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="LGPL3"
    1.13  WEB_SITE="https://gegl.org/babl/"
    1.14  
    1.15 -DEPENDS="babl pkg-config lcms2-dev"
    1.16 +DEPENDS="babl pkg-config"
    1.17  WANTED="babl"
    1.18  
    1.19  HOST_ARCH="i486 arm"
    1.20 @@ -16,11 +16,11 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib
    1.25  
    1.26 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.27 -#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.28 -	cp -a $install/usr/include		$fs/usr
    1.29 -	cp -a $install/usr/lib/babl-*		$fs/usr/lib
    1.30 -	rm					$fs/usr/lib/babl-*/*.so
    1.31 +	cook_copy_folders	include
    1.32 +	cook_copy_folders	pkgconfig
    1.33 +
    1.34 +	# 0.1.88: there are  not other files than *.so
    1.35 +#	cp -a $install/usr/lib/babl-*		$fs/usr/lib
    1.36 +#	rm					$fs/usr/lib/babl-*/*.so
    1.37  }
     2.1 --- a/babl/description.txt	Wed Feb 02 18:01:43 2022 +0000
     2.2 +++ b/babl/description.txt	Thu Feb 03 09:09:19 2022 +0100
     2.3 @@ -1,5 +1,5 @@
     2.4 -babl is a dynamic, any to any, pixel format translation library.
     2.5 +Babl is a dynamic, any to any, pixel format translation library.
     2.6  
     2.7 -It allows converting between different methods of storing pixels known as pixel
     2.8 -formats that have different bitdepths and other data representations, color 
     2.9 -models and component permutations. 
    2.10 +It allows converting between different methods of storing pixels
    2.11 +known as pixel formats that have different bitdepths and other
    2.12 +data representations, color models and component permutations. 
     3.1 --- a/babl/receipt	Wed Feb 02 18:01:43 2022 +0000
     3.2 +++ b/babl/receipt	Thu Feb 03 09:09:19 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="babl"
     3.7 -VERSION="0.1.72"
     3.8 +VERSION="0.1.88"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Pixel format translation library."
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12 @@ -9,7 +9,7 @@
    3.13  WEB_SITE="https://gegl.org/babl/"
    3.14  
    3.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.16 -WGET_URL="http://download.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.17 +WGET_URL="https://download.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.18  
    3.19  DEPENDS="gcc83-lib-base gobject-introspection lcms2"
    3.20  BUILD_DEPENDS="gcc83 gobject-introspection-dev lcms2-dev meson ninja"
    3.21 @@ -22,10 +22,10 @@
    3.22  	export	CC=gcc-83
    3.23  	export	CXX=g++-83
    3.24  
    3.25 -	meson build --prefix=/usr
    3.26 -	cd	build
    3.27 -	ninja &&
    3.28 -	ninja install
    3.29 +	meson	_build		\
    3.30 +		--prefix=/usr
    3.31 +	ninja	-C _build &&
    3.32 +	ninja	-C _build install
    3.33  }
    3.34  
    3.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.36 @@ -37,4 +37,3 @@
    3.37  	cp -a $install/usr/lib/babl-*	$fs/usr/lib
    3.38  #	rm $fs/usr/lib/babl-*/*.*a
    3.39  }
    3.40 -