wok diff codec2/receipt @ rev 25656

Up fwknop (2.6.11)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 09 11:08:06 2024 +0000 (8 months ago)
parents d79ed38ace18
children
line diff
     1.1 --- a/codec2/receipt	Thu Jul 20 14:03:05 2023 +0000
     1.2 +++ b/codec2/receipt	Fri Feb 09 11:08:06 2024 +0000
     1.3 @@ -1,28 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="codec2"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="An open source low bit rate speech codec"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://github.com/drowe67/codec2"
    1.15 -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.16 +WGET_URL="$WEB_SITE/archive/refs/tags/$VERSION.tar.gz"
    1.17  
    1.18  BUILD_DEPENDS="cmake"
    1.19  
    1.20  # What is the latest version available today?
    1.21  current_version()
    1.22  {
    1.23 -	wget -O - ${WGET_URL%/arch*}-dev/releases 2>/dev/null | \
    1.24 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.25  	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.26  }
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	sed -i 's| -no-pie||' unittest/CMakeLists.txt
    1.32  	mkdir -p $DESTDIR/usr/share/doc
    1.33  	cp README* COPYING $DESTDIR/usr/share/doc
    1.34  	mkdir build_linux