# HG changeset patch # User Pascal Bellard # Date 1548080142 -3600 # Node ID db951131add170613b395487d4330f4e155e1a08 # Parent a78610b2eb470fcf9b1432917fbe6269deb89ad9 Up speex (1.2.0) diff -r a78610b2eb47 -r db951131add1 fltk/receipt --- a/fltk/receipt Mon Jan 21 12:26:11 2019 +0100 +++ b/fltk/receipt Mon Jan 21 15:15:42 2019 +0100 @@ -14,7 +14,7 @@ DEPENDS="expat fontconfig freetype libpng jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \ xorg-libXext xorg-libXft xorg-libXrender zlib gcc-lib-base mesa libglu-mesa" BUILD_DEPENDS="jpeg-dev libpng-dev libglu-mesa libglu-mesa-dev mesa mesa-dev \ -xorg-libXinerama-dev xorg-libXft-dev" +xorg-libXinerama-dev xorg-libXft-dev slitaz-tools" # Handle SliTaz arch case "$SLITAZ_ARCH" in diff -r a78610b2eb47 -r db951131add1 speex-dev/receipt --- a/speex-dev/receipt Mon Jan 21 12:26:11 2019 +0100 +++ b/speex-dev/receipt Mon Jan 21 15:15:42 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="speex-dev" -VERSION="1.2rc1" +VERSION="1.2.0" CATEGORY="development" SHORT_DESC="Low bandwith voice codec dev files." MAINTAINER="pascal.bellard@slitaz.org" diff -r a78610b2eb47 -r db951131add1 speex/receipt --- a/speex/receipt Mon Jan 21 12:26:11 2019 +0100 +++ b/speex/receipt Mon Jan 21 15:15:42 2019 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="speex" -VERSION="1.2rc1" +VERSION="1.2.0" CATEGORY="multimedia" SHORT_DESC="Low bandwith voice codec." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.speex.org/" -WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL" +WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/$PACKAGE/$TARBALL" HOST_ARCH="i486 arm" +OBSOLATED_BY="opus" DEPENDS="libogg" BUILD_DEPENDS="libogg-dev" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make -j1 install }