wok rev 25617
Up codec2 (1.2.0), libpri (1.6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 26 20:46:07 2023 +0000 (15 months ago) |
parents | a794ec0a6495 |
children | 1659aa0207dd |
files | c-client/receipt coccinella/receipt codec2-dev/receipt codec2/receipt frozen-bubble/receipt libpri-dev/receipt libpri/receipt |
line diff
1.1 --- a/c-client/receipt Sat Aug 26 15:51:29 2023 +0000 1.2 +++ b/c-client/receipt Sat Aug 26 20:46:07 2023 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://alpineapp.email/" 1.5 SOURCE="imap" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WGET_URL="https://ftp.icm.edu.pl/packages/$SOURCE/$TARBALL" 1.8 +WGET_URL="https://www.mirrorservice.org/sites/ftp.cac.washington.edu/$SOURCE/$TARBALL" 1.9 TAGS="imap pop3 smtp" 1.10 1.11 BUILD_DEPENDS="openssl-dev"
2.1 --- a/coccinella/receipt Sat Aug 26 15:51:29 2023 +0000 2.2 +++ b/coccinella/receipt Sat Aug 26 20:46:07 2023 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 SHORT_DESC="Cross-platform communication tool with a built-in whiteboard." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="GPL3" 2.7 -WEB_SITE="http://thecoccinella.org/" 2.8 +WEB_SITE="https://thecoccinella.org/" 2.9 TARBALL="$SOURCE-${VERSION}Src.tar.gz" 2.10 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 2.11
3.1 --- a/codec2-dev/receipt Sat Aug 26 15:51:29 2023 +0000 3.2 +++ b/codec2-dev/receipt Sat Aug 26 20:46:07 2023 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="codec2-dev" 3.7 -VERSION="1.0.5" 3.8 +VERSION="1.2.0" 3.9 CATEGORY="development" 3.10 SHORT_DESC="An open source low bit rate speech codec, development files" 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/codec2/receipt Sat Aug 26 15:51:29 2023 +0000 4.2 +++ b/codec2/receipt Sat Aug 26 20:46:07 2023 +0000 4.3 @@ -1,28 +1,27 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="codec2" 4.7 -VERSION="1.0.5" 4.8 +VERSION="1.2.0" 4.9 CATEGORY="multimedia" 4.10 SHORT_DESC="An open source low bit rate speech codec" 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 LICENSE="LGPL2.1" 4.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.14 WEB_SITE="https://github.com/drowe67/codec2" 4.15 -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 4.16 +WGET_URL="$WEB_SITE/archive/refs/tags/$VERSION.tar.gz" 4.17 4.18 BUILD_DEPENDS="cmake" 4.19 4.20 # What is the latest version available today? 4.21 current_version() 4.22 { 4.23 - wget -O - ${WGET_URL%/arch*}-dev/releases 2>/dev/null | \ 4.24 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 4.25 sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 4.26 } 4.27 4.28 # Rules to configure and make the package. 4.29 compile_rules() 4.30 { 4.31 - sed -i 's| -no-pie||' unittest/CMakeLists.txt 4.32 mkdir -p $DESTDIR/usr/share/doc 4.33 cp README* COPYING $DESTDIR/usr/share/doc 4.34 mkdir build_linux
5.1 --- a/frozen-bubble/receipt Sat Aug 26 15:51:29 2023 +0000 5.2 +++ b/frozen-bubble/receipt Sat Aug 26 20:46:07 2023 +0000 5.3 @@ -6,9 +6,9 @@ 5.4 SHORT_DESC="A bubbles game" 5.5 MAINTAINER="slaxemulator@gmail.com" 5.6 LICENSE="GPL2" 5.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.8 WEB_SITE="http://www.frozen-bubble.org" 5.9 -WGET_URL="$WEB_SITE/data/$TARBALL" 5.10 +TARBALL="$PACKAGE-$VERSION.tar.gz" 5.11 +WGET_URL="https://github.com/kthakore/frozen-bubble/archive/refs/tags/$VERSION.tar.gz" 5.12 5.13 DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl" 5.14 BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale" 5.15 @@ -16,14 +16,13 @@ 5.16 # What is the latest version available today? 5.17 current_version() 5.18 { 5.19 - wget -O - http://www.frozen-bubble.org/news/ 2>/dev/null | \ 5.20 - sed '/released/!d;s|.*ubble ||;s| .*||;q' 5.21 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 5.22 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 5.23 } 5.24 5.25 # Rules to configure and make the package. 5.26 compile_rules() 5.27 { 5.28 - cd $src 5.29 make OPTIMIZE="${CFLAGS}" \ 5.30 CFLAGS="$(pkg-config glib-2.0 --cflags)" INSTALLDIRS=vendor \ 5.31 PREFIX=/usr
6.1 --- a/libpri-dev/receipt Sat Aug 26 15:51:29 2023 +0000 6.2 +++ b/libpri-dev/receipt Sat Aug 26 20:46:07 2023 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="libpri-dev" 6.7 -VERSION="1.6.0" 6.8 +VERSION="1.6.1" 6.9 CATEGORY="system-tools" 6.10 SHORT_DESC="The libpri development files." 6.11 MAINTAINER="pankso@slitaz.org"
7.1 --- a/libpri/receipt Sat Aug 26 15:51:29 2023 +0000 7.2 +++ b/libpri/receipt Sat Aug 26 20:46:07 2023 +0000 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="libpri" 7.7 -VERSION="1.6.0" 7.8 +VERSION="1.6.1" 7.9 CATEGORY="system-tools" 7.10 SHORT_DESC="C implementation of the Primary Rate ISDN specification (with BRI support)." 7.11 MAINTAINER="pankso@slitaz.org" 7.12 @@ -9,7 +9,7 @@ 7.13 WEB_SITE="https://www.asterisk.org/" 7.14 7.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.16 -WGET_URL="https://downloads.asterisk.org/pub/telephony/libpri/$TARBALL" 7.17 +WGET_URL="https://downloads.asterisk.org/pub/telephony/libpri/releases/$TARBALL" 7.18 7.19 BUILD_DEPENDS="dahdi-dev dahdi-linux-dev" 7.20