# HG changeset patch # User Pascal Bellard # Date 1685727763 0 # Node ID bff339676249974e601d8c1329249aeddb0bca80 # Parent ba642f310677466a677e52a9d2d13520d76a164a Update some web_site / wget_url diff -r ba642f310677 -r bff339676249 asterisk-sound-fr/receipt --- a/asterisk-sound-fr/receipt Wed May 31 16:56:53 2023 +0000 +++ b/asterisk-sound-fr/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.asterisk.org/" TARBALL="asterisk-core-sounds-fr-gsm-$VERSION.tar.gz" -WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" +WGET_URL="https://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" DEPENDS="asterisk" diff -r ba642f310677 -r bff339676249 asterisk-sound/receipt --- a/asterisk-sound/receipt Wed May 31 16:56:53 2023 +0000 +++ b/asterisk-sound/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.asterisk.org/" TARBALL="asterisk-core-sounds-en-gsm-$VERSION.tar.gz" -WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" +WGET_URL="https://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" DEPENDS="asterisk" diff -r ba642f310677 -r bff339676249 cairo-clock/receipt --- a/cairo-clock/receipt Wed May 31 16:56:53 2023 +0000 +++ b/cairo-clock/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://web.archive.org/web/20120101103112/http://macslow.thepimp.net:80/?page_id=23" #WGET_URL="http://macslow.thepimp.net/projects/cairo-clock/$TARBALL" -WGET_URL="http://ftp.de.debian.org/debian/pool/main/c/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz" +WGET_URL="http://archive.ubuntu.com/ubuntu/ubuntu/pool/universe/c/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz" DEPENDS="gtk+ cairo librsvg xorg-xcompmgr libglade libgsf" BUILD_DEPENDS="intltool gtk+ cairo-dev librsvg-dev libglade-dev libgsf-dev \ diff -r ba642f310677 -r bff339676249 dahdi-tools/receipt --- a/dahdi-tools/receipt Wed May 31 16:56:53 2023 +0000 +++ b/dahdi-tools/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.asterisk.org/" -WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" +WGET_URL="https://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" CONFIG_FILES="/etc/dahdi/" DEPENDS="libusb-compat newt libpri dahdi-perl" diff -r ba642f310677 -r bff339676249 libpri/receipt --- a/libpri/receipt Wed May 31 16:56:53 2023 +0000 +++ b/libpri/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.asterisk.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://downloads.asterisk.org/pub/telephony/libpri/$TARBALL" +WGET_URL="https://downloads.asterisk.org/pub/telephony/libpri/$TARBALL" BUILD_DEPENDS="dahdi-dev dahdi-linux-dev" diff -r ba642f310677 -r bff339676249 perl-locale-gettext/receipt --- a/perl-locale-gettext/receipt Wed May 31 16:56:53 2023 +0000 +++ b/perl-locale-gettext/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Permits access from Perl to the gettext() family of functions." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/gettext/" +WEB_SITE="https://metacpan.org/dist/Locale-gettext" SOURCE="gettext" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="gettext-base perl" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r ba642f310677 -r bff339676249 qutim/receipt --- a/qutim/receipt Wed May 31 16:56:53 2023 +0000 +++ b/qutim/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -6,17 +6,18 @@ SHORT_DESC="Multiprotocol IM, written in qt4" MAINTAINER="devl547@gmail.com" LICENSE="GPL LGPL CC-BY" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://qutim.org" -WGET_URL="$WEB_SITE/dwnl/40/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://web.archive.org/web/20230329042857/http://qutim.org/" +WGET_URL="https://github.com/euroelessar/qutim/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="qt4 qca qt4-phonon xorg-libXss libjreen Qt4-qca-ossl" -BUILD_DEPENDS="Qt4-dev qmake cmake qca-dev xorg-libXss-dev dbus-dev libjreen-dev mesa-dev" +BUILD_DEPENDS="Qt4-dev qmake cmake qca-dev xorg-libXss-dev dbus-dev libjreen-dev mesa-dev libpurple-dev" +# What is the latest version available today? current_version() { - wget -O - $WEB_SITE/download 2>/dev/null | \ - sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r ba642f310677 -r bff339676249 xar/receipt --- a/xar/receipt Wed May 31 16:56:53 2023 +0000 +++ b/xar/receipt Fri Jun 02 17:42:43 2023 +0000 @@ -9,11 +9,12 @@ WEB_SITE="https://mackyle.github.io/xar/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/downloads/mackyle/xar/$TARBALL" +WGET_URL="https://github.com/mackyle/xar/archive/refs/tags/$TARBALL" DEPENDS="acl attr bzlib glibc-base libcrypto liblzma libxml2 zlib" -BUILD_DEPENDS="bzip2-dev liblzma-dev openssl-dev zlib-dev" +BUILD_DEPENDS="bzip2-dev liblzma-dev openssl-dev zlib-dev automake" +# What is the latest version available today? current_version() { wget -O - https://github.com/mackyle/xar/tags 2>/dev/null | \ @@ -23,6 +24,11 @@ # Rules to configure and make the package. compile_rules() { + cd xar + sed -e 's|.*EXT2_ECOMPR_FL)|#ifdef EXT2_ECOMPR_FL\n&|;s|EXT2_ECOMPR_FL .*|&\n#endif|' \ + -e 's|.*CompError",|#ifdef EXT2_ECOMPR_FL\n&|;s|CompError").*|&\n#endif|' \ + -i lib/ext2.c + ./autogen.sh && ./configure $CONFIGURE_ARGS && make && make install