wok rev 20670
Up speex (1.2.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 21 15:15:42 2019 +0100 (2019-01-21) |
parents | a78610b2eb47 |
children | 6e8b1bcb30e2 |
files | fltk/receipt speex-dev/receipt speex/receipt |
line diff
1.1 --- a/fltk/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/fltk/receipt Mon Jan 21 15:15:42 2019 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 DEPENDS="expat fontconfig freetype libpng jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.5 xorg-libXext xorg-libXft xorg-libXrender zlib gcc-lib-base mesa libglu-mesa" 1.6 BUILD_DEPENDS="jpeg-dev libpng-dev libglu-mesa libglu-mesa-dev mesa mesa-dev \ 1.7 -xorg-libXinerama-dev xorg-libXft-dev" 1.8 +xorg-libXinerama-dev xorg-libXft-dev slitaz-tools" 1.9 1.10 # Handle SliTaz arch 1.11 case "$SLITAZ_ARCH" in
2.1 --- a/speex-dev/receipt Mon Jan 21 12:26:11 2019 +0100 2.2 +++ b/speex-dev/receipt Mon Jan 21 15:15:42 2019 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="speex-dev" 2.7 -VERSION="1.2rc1" 2.8 +VERSION="1.2.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Low bandwith voice codec dev files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/speex/receipt Mon Jan 21 12:26:11 2019 +0100 3.2 +++ b/speex/receipt Mon Jan 21 15:15:42 2019 +0100 3.3 @@ -1,15 +1,16 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="speex" 3.7 -VERSION="1.2rc1" 3.8 +VERSION="1.2.0" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Low bandwith voice codec." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 LICENSE="BSD" 3.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 WEB_SITE="https://www.speex.org/" 3.15 -WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL" 3.16 +WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/$PACKAGE/$TARBALL" 3.17 HOST_ARCH="i486 arm" 3.18 +OBSOLATED_BY="opus" 3.19 3.20 DEPENDS="libogg" 3.21 BUILD_DEPENDS="libogg-dev" 3.22 @@ -17,7 +18,6 @@ 3.23 # Rules to configure and make the package. 3.24 compile_rules() 3.25 { 3.26 - cd $src 3.27 ./configure $CONFIGURE_ARGS && 3.28 make && make -j1 install 3.29 }