# HG changeset patch # User Hans-G?nter Theisgen # Date 1647080796 -3600 # Node ID 77022d0ba24d96462f452444ba06dbf5ac567b14 # Parent 73f2eb72a8fe8b28f858716fce501fa8d34c8824 updated jbig2dec and jbig2dec-dev (0.18 -> 0.19) diff -r 73f2eb72a8fe -r 77022d0ba24d jasper-dev/receipt --- a/jasper-dev/receipt Sat Mar 12 11:11:48 2022 +0100 +++ b/jasper-dev/receipt Sat Mar 12 11:26:36 2022 +0100 @@ -16,5 +16,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - get_dev_files + cook_copy_folders include + cook_copy_folders pkgconfig } diff -r 73f2eb72a8fe -r 77022d0ba24d jbig2dec-dev/receipt --- a/jbig2dec-dev/receipt Sat Mar 12 11:11:48 2022 +0100 +++ b/jbig2dec-dev/receipt Sat Mar 12 11:26:36 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="jbig2dec-dev" -VERSION="0.18" +VERSION="0.19" CATEGORY="development" SHORT_DESC="Development files for jbig2dec." MAINTAINER="slaxemulator@gmail.com" @@ -16,8 +16,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + get_dev_files } diff -r 73f2eb72a8fe -r 77022d0ba24d jbig2dec/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jbig2dec/description.txt Sat Mar 12 11:26:36 2022 +0100 @@ -0,0 +1,7 @@ +Jbig2dec is a decoder implementation of the JBIG2 image compression format. + +JBIG2 is designed for lossy or lossless encoding of 'bilevel' +(1-bit monochrome) images at moderately high resolution, and in particular, +scanned paper documents. +In this domain it can be very efficient, offering compression ratios on the +order of 100:1. diff -r 73f2eb72a8fe -r 77022d0ba24d jbig2dec/receipt --- a/jbig2dec/receipt Sat Mar 12 11:11:48 2022 +0100 +++ b/jbig2dec/receipt Sat Mar 12 11:26:36 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="jbig2dec" -VERSION="0.18" +VERSION="0.19" CATEGORY="development" -SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format." +SHORT_DESC="Decoder implementation of the JBIG2 image compression format." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL3" WEB_SITE="https://github.com/ArtifexSoftware/jbig2dec" @@ -34,8 +34,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_folders bin + cook_copy_files *.so* }