wok rev 24686

updated jbig2dec and jbig2dec-dev (0.18 -> 0.19)
author Hans-G?nter Theisgen
date Sat Mar 12 11:26:36 2022 +0100 (2022-03-12)
parents 73f2eb72a8fe
children f77a9c3daaae
files jasper-dev/receipt jbig2dec-dev/receipt jbig2dec/description.txt jbig2dec/receipt
line diff
     1.1 --- a/jasper-dev/receipt	Sat Mar 12 11:11:48 2022 +0100
     1.2 +++ b/jasper-dev/receipt	Sat Mar 12 11:26:36 2022 +0100
     1.3 @@ -16,5 +16,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	get_dev_files
     1.8 +	cook_copy_folders	include
     1.9 +	cook_copy_folders	pkgconfig
    1.10  }
     2.1 --- a/jbig2dec-dev/receipt	Sat Mar 12 11:11:48 2022 +0100
     2.2 +++ b/jbig2dec-dev/receipt	Sat Mar 12 11:26:36 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="jbig2dec-dev"
     2.7 -VERSION="0.18"
     2.8 +VERSION="0.19"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Development files for jbig2dec."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -16,8 +16,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr/lib
    2.17 -
    2.18 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    2.19 -	cp -a $install/usr/include	$fs/usr
    2.20 +	get_dev_files
    2.21  }
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/jbig2dec/description.txt	Sat Mar 12 11:26:36 2022 +0100
     3.3 @@ -0,0 +1,7 @@
     3.4 +Jbig2dec is a decoder implementation of the JBIG2 image compression format.
     3.5 +
     3.6 +JBIG2 is designed for lossy or lossless encoding of 'bilevel'
     3.7 +(1-bit monochrome) images at moderately high resolution, and in particular,
     3.8 +scanned paper documents.
     3.9 +In this domain it can be very efficient, offering compression ratios on the
    3.10 +order of 100:1.
     4.1 --- a/jbig2dec/receipt	Sat Mar 12 11:11:48 2022 +0100
     4.2 +++ b/jbig2dec/receipt	Sat Mar 12 11:26:36 2022 +0100
     4.3 @@ -1,9 +1,9 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="jbig2dec"
     4.7 -VERSION="0.18"
     4.8 +VERSION="0.19"
     4.9  CATEGORY="development"
    4.10 -SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format."
    4.11 +SHORT_DESC="Decoder implementation of the JBIG2 image compression format."
    4.12  MAINTAINER="slaxemulator@gmail.com"
    4.13  LICENSE="GPL3"
    4.14  WEB_SITE="https://github.com/ArtifexSoftware/jbig2dec"
    4.15 @@ -34,8 +34,6 @@
    4.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.17  genpkg_rules()
    4.18  {
    4.19 -	mkdir -p $fs/usr/lib
    4.20 -
    4.21 -	cp -a $install/usr/bin		$fs/usr
    4.22 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    4.23 +	cook_copy_folders	bin
    4.24 +	cook_copy_files		*.so*
    4.25  }