wok rev 25319
updated speex and speex-dev (1.2.0 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 22 07:04:55 2022 +0100 (2022-07-22) |
parents | 64410514fac1 |
children | 6f5db10f8f5c |
files | speex-dev/receipt speex/description.txt speex/receipt |
line diff
1.1 --- a/speex-dev/receipt Fri Jul 22 06:40:14 2022 +0100 1.2 +++ b/speex-dev/receipt Fri Jul 22 07:04:55 2022 +0100 1.3 @@ -1,26 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="speex-dev" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Low bandwidth voice codec - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://www.speex.org/" 1.14 1.15 +DEPENDS="pkg-config speex" 1.16 WANTED="speex" 1.17 -DEPENDS="speex pkg-config" 1.18 1.19 HOST_ARCH="i486 arm" 1.20 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 mkdir -p $fs/usr/share 1.26 1.27 - cp -a $install/usr/include $fs/usr 1.28 - cp -a $install/usr/lib/*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + get_dev_files 1.31 cp -a $install/usr/share/aclocal $fs/usr/share 1.32 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/speex/description.txt Fri Jul 22 07:04:55 2022 +0100 2.3 @@ -0,0 +1,8 @@ 2.4 +Speex is an Open Source, Free Software patent-free audio 2.5 +compression format designed for speech. 2.6 +The Speex Project aims to lower the barrier of entry for 2.7 +voice applications by providing a free alternative to 2.8 +expensive proprietary speech codecs. 2.9 +Moreover, Speex is well-adapted to Internet applications 2.10 +and provides useful features that are not present in most 2.11 +other codecs.
3.1 --- a/speex/receipt Fri Jul 22 06:40:14 2022 +0100 3.2 +++ b/speex/receipt Fri Jul 22 07:04:55 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="speex" 3.7 -VERSION="1.2.0" 3.8 +VERSION="1.2.1" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Low bandwidth voice codec." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -34,8 +34,6 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mkdir -p $fs/usr/lib 3.17 - 3.18 - cp -a $install/usr/bin $fs/usr 3.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 3.20 + cook_copy_folders bin 3.21 + cook_copy_files *.so* 3.22 }