wok rev 21946
updated speex and speex-dev (1.2rc1 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 08 15:37:59 2019 +0100 (2019-10-08) |
parents | fecd32b7c03a |
children | 57d118eb479c |
files | speex-dev/receipt speex/receipt |
line diff
1.1 --- a/speex-dev/receipt Tue Oct 08 15:21:17 2019 +0100 1.2 +++ b/speex-dev/receipt Tue Oct 08 15:37:59 2019 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="speex-dev" 1.7 -VERSION="1.2rc1" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Low bandwith voice codec dev files." 1.11 +SHORT_DESC="Low bandwidth voice codec - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://www.speex.org/" 1.15 + 1.16 WANTED="speex" 1.17 +DEPENDS="speex pkg-config" 1.18 + 1.19 HOST_ARCH="i486 arm" 1.20 1.21 -DEPENDS="speex pkg-config" 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr/lib $fs/usr/share 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 - cp -a $install/usr/share/aclocal $fs/usr/share 1.31 + mkdir -p $fs/usr/lib 1.32 + mkdir -p $fs/usr/share 1.33 + 1.34 + cp -a $install/usr/include $fs/usr 1.35 + cp -a $install/usr/lib/*a $fs/usr/lib 1.36 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.37 + cp -a $install/usr/share/aclocal $fs/usr/share 1.38 }
2.1 --- a/speex/receipt Tue Oct 08 15:21:17 2019 +0100 2.2 +++ b/speex/receipt Tue Oct 08 15:37:59 2019 +0100 2.3 @@ -1,31 +1,35 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="speex" 2.7 -VERSION="1.2rc1" 2.8 +VERSION="1.2.0" 2.9 CATEGORY="multimedia" 2.10 -SHORT_DESC="Low bandwith voice codec." 2.11 +SHORT_DESC="Low bandwidth voice codec." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="BSD" 2.14 +WEB_SITE="https://www.speex.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="https://www.speex.org/" 2.18 WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/$PACKAGE/$TARBALL" 2.19 -HOST_ARCH="i486 arm" 2.20 + 2.21 OBSOLATED_BY="opus" 2.22 - 2.23 DEPENDS="libogg" 2.24 BUILD_DEPENDS="libogg-dev" 2.25 2.26 +HOST_ARCH="i486 arm" 2.27 + 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 { 2.31 ./configure $CONFIGURE_ARGS && 2.32 - make && make -j1 install 2.33 + make && 2.34 + make install 2.35 } 2.36 2.37 # Rules to gen a SliTaz package suitable for Tazpkg. 2.38 genpkg_rules() 2.39 { 2.40 mkdir -p $fs/usr/lib 2.41 - cp -a $install/usr/bin $fs/usr 2.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.43 + 2.44 + cp -a $install/usr/bin $fs/usr 2.45 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.46 }