# HG changeset patch # User Hans-G?nter Theisgen # Date 1658469895 -3600 # Node ID 8ba543afd58c30e2831f2345b6df648bafc09f9a # Parent 64410514fac10c52b461ce337639fa92cc176a79 updated speex and speex-dev (1.2.0 -> 1.2.1) diff -r 64410514fac1 -r 8ba543afd58c speex-dev/receipt --- a/speex-dev/receipt Fri Jul 22 06:40:14 2022 +0100 +++ b/speex-dev/receipt Fri Jul 22 07:04:55 2022 +0100 @@ -1,26 +1,23 @@ # SliTaz package receipt. PACKAGE="speex-dev" -VERSION="1.2.0" +VERSION="1.2.1" CATEGORY="development" SHORT_DESC="Low bandwidth voice codec - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://www.speex.org/" +DEPENDS="pkg-config speex" WANTED="speex" -DEPENDS="speex pkg-config" HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib mkdir -p $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + get_dev_files cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 64410514fac1 -r 8ba543afd58c speex/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/speex/description.txt Fri Jul 22 07:04:55 2022 +0100 @@ -0,0 +1,8 @@ +Speex is an Open Source, Free Software patent-free audio +compression format designed for speech. +The Speex Project aims to lower the barrier of entry for +voice applications by providing a free alternative to +expensive proprietary speech codecs. +Moreover, Speex is well-adapted to Internet applications +and provides useful features that are not present in most +other codecs. diff -r 64410514fac1 -r 8ba543afd58c speex/receipt --- a/speex/receipt Fri Jul 22 06:40:14 2022 +0100 +++ b/speex/receipt Fri Jul 22 07:04:55 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="speex" -VERSION="1.2.0" +VERSION="1.2.1" CATEGORY="multimedia" SHORT_DESC="Low bandwidth voice codec." MAINTAINER="pascal.bellard@slitaz.org" @@ -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* }