# HG changeset patch # User Hans-G?nter Theisgen # Date 1570545479 -3600 # Node ID 16f593bc1840eaf503603caadcbb8844309d274f # Parent fecd32b7c03aab8fe8e21826f54feceef2ffb360 updated speex and speex-dev (1.2rc1 -> 1.2.0) diff -r fecd32b7c03a -r 16f593bc1840 speex-dev/receipt --- a/speex-dev/receipt Tue Oct 08 15:21:17 2019 +0100 +++ b/speex-dev/receipt Tue Oct 08 15:37:59 2019 +0100 @@ -1,23 +1,26 @@ # SliTaz package receipt. PACKAGE="speex-dev" -VERSION="1.2rc1" +VERSION="1.2.0" CATEGORY="development" -SHORT_DESC="Low bandwith voice codec dev files." +SHORT_DESC="Low bandwidth voice codec - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://www.speex.org/" + WANTED="speex" +DEPENDS="speex pkg-config" + HOST_ARCH="i486 arm" -DEPENDS="speex pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $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 - cp -a $install/usr/share/aclocal $fs/usr/share + 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 + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r fecd32b7c03a -r 16f593bc1840 speex/receipt --- a/speex/receipt Tue Oct 08 15:21:17 2019 +0100 +++ b/speex/receipt Tue Oct 08 15:37:59 2019 +0100 @@ -1,31 +1,35 @@ # SliTaz package receipt. PACKAGE="speex" -VERSION="1.2rc1" +VERSION="1.2.0" CATEGORY="multimedia" -SHORT_DESC="Low bandwith voice codec." +SHORT_DESC="Low bandwidth voice codec." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://www.speex.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.speex.org/" WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/$PACKAGE/$TARBALL" -HOST_ARCH="i486 arm" + OBSOLATED_BY="opus" - DEPENDS="libogg" BUILD_DEPENDS="libogg-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && - make && make -j1 install + make && + make install } # 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 + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }