# HG changeset patch # User Pascal Bellard # Date 1755960723 0 # Node ID 868d2a5fbe08acc83319f70d093a5ab092d77bb8 # Parent aecc39b040e86ecdb6ef87a700ce9b3ad61247e0 Update some urls diff -r aecc39b040e8 -r 868d2a5fbe08 BootProg/stuff/bootex.asm --- a/BootProg/stuff/bootex.asm Thu Aug 07 17:10:52 2025 +0000 +++ b/BootProg/stuff/bootex.asm Sat Aug 23 14:52:03 2025 +0000 @@ -307,7 +307,7 @@ cmp esi, byte -10 ; carry=0 if last cluster, and carry=1 otherwise jc RootDirReadContinue ; continue to the next root dir cluster FindNameFailed: ; end of root directory (dir end reached) - mov dl, [bx(DriveNumber)] ; restore BIOS boot drive number + ;mov dl, [bx(DriveNumber)] ; restore BIOS boot drive number call Error db "No bootfile." diff -r aecc39b040e8 -r 868d2a5fbe08 BootProg/stuff/bootprog.sh --- a/BootProg/stuff/bootprog.sh Thu Aug 07 17:10:52 2025 +0000 +++ b/BootProg/stuff/bootprog.sh Sat Aug 23 14:52:03 2025 +0000 @@ -13,9 +13,9 @@ for a in "$o skip=$((o+b)) count=$((s-o))" "0 skip=$b count=11" do sed 1,/^exit/d $0|$w=$a;done echo -n $f|$w=$c - echo "Set boot file $2" && echo -n "$2" | case $f in + echo "Set boot file '$2'" && echo -n "$2" | case $f in E*) sed 's| |.|;s| ||g'|cat - /dev/zero|$w=499 count=11;; - *) tr a-z A-Z|sed 's|\.| |;s|^\(.\{8\}\) *|\1|;s|$| |'|$w=499 count=11 + *) tr a-z A-Z|sed 's|\.| |;s|^\(.\{8\}\) *|\1|;s|$| |'|$w=499 count=11 esac case $f in *32) $w=$(($(od -An -j50 -N2 -d $1)<<9)) if=$1 count=$s;; diff -r aecc39b040e8 -r 868d2a5fbe08 bzip3/receipt --- a/bzip3/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/bzip3/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="bzip3" -VERSION="1.5.2" +VERSION="1.5.3" CATEGORY="utilities" TAGS="compression archive" SHORT_DESC="High-quality data compressor." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL3" -WEB_SITE="https://github.com/kspalaiologos/bzip3" +WEB_SITE="https://github.com/iczelia/bzip3" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL" diff -r aecc39b040e8 -r 868d2a5fbe08 cd-discid/receipt --- a/cd-discid/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/cd-discid/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -10,15 +10,15 @@ WEB_SITE="http://linukz.org/cd-discid.shtml" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://linukz.org/download/$TARBALL" +WGET_URL="https://github.com/taem/cd-discid/archive/refs/tags/upstream/$VERSION.tar.gz" DEPENDS="" # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r aecc39b040e8 -r 868d2a5fbe08 edbus/receipt --- a/edbus/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/edbus/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -9,7 +9,7 @@ SOURCE="e_dbus" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL" +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" TAGS="e enlightenment efl" HOST_ARCH="i486 arm" diff -r aecc39b040e8 -r 868d2a5fbe08 efreet/receipt --- a/efreet/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/efreet/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,7 +8,7 @@ LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL" +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" TAGS="e enlightenment efl" HOST_ARCH="i486 arm" diff -r aecc39b040e8 -r 868d2a5fbe08 emotion/receipt --- a/emotion/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/emotion/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,7 +8,7 @@ LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL" +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" TAGS="e enlightenment efl" HOST_ARCH="i486 arm" diff -r aecc39b040e8 -r 868d2a5fbe08 enlightenment-pam/receipt --- a/enlightenment-pam/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/enlightenment-pam/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -9,7 +9,7 @@ LICENSE="BSD" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL" +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" PROVIDE="enlightenment:pam" TAGS="e enlightenment window-manager" LOCALES="cs da de el es fr fr_CH hu it pl pt pt_BR ru sl sv zh_CN zh_TW" diff -r aecc39b040e8 -r 868d2a5fbe08 enlightenment/receipt --- a/enlightenment/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/enlightenment/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" LICENSE="BSD" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL" +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" TAGS="e enlightenment window-manager" HOST_ARCH="i486 arm" diff -r aecc39b040e8 -r 868d2a5fbe08 expedite/receipt --- a/expedite/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/expedite/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -10,7 +10,7 @@ WEB_SITE="https://www.enlightenment.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL" +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" DEPENDS="evas python" BUILD_DEPENDS="automake evas-dev libtool" diff -r aecc39b040e8 -r 868d2a5fbe08 fbida/receipt --- a/fbida/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/fbida/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://linux.bytesex.org/fbida/" -WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL" +WGET_URL="https://www.kraxel.org/releases/$PACKAGE/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \ @@ -16,6 +16,7 @@ BUILD_DEPENDS="freetype-dev fontconfig-dev libexif-dev curl-dev jpeg-dev \ libpng-dev tiff-dev openmotif-dev sane-backends-dev" +# What is the latest version available today? current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ diff -r aecc39b040e8 -r 868d2a5fbe08 galculator/receipt --- a/galculator/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/galculator/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Graphical scientific calculator." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://galculator.mnim.org/" +WEB_SITE="https://github.com/galculator/galculator" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION/$TARBALL" diff -r aecc39b040e8 -r 868d2a5fbe08 gtick/receipt --- a/gtick/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/gtick/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}download/$TARBALL" +#WGET_URL="https://gitweb.git.savannah.gnu.org/gitweb/?p=gtick.git;a=snapshot;h=GTICK-$VERSION;sf=tgz" SUGGESTED="gtick-lang" DEPENDS="gtk+ libogg libsndfile libxml2 pulseaudio xorg-libXdamage" diff -r aecc39b040e8 -r 868d2a5fbe08 ledger/receipt --- a/ledger/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/ledger/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,22 +8,22 @@ LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://ledger-cli.org/" -WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL" +WGET_URL="https://github.com/ledger/ledger/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="pcre gmp" -BUILD_DEPENDS="pcre-dev gmp-dev" +BUILD_DEPENDS="pcre-dev gmp-dev automake" # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*} 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q + wget -O - https://github.com/ledger/ledger/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { - cd $src + [ -x ./autogen.sh ] && ./autogen.sh ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && diff -r aecc39b040e8 -r 868d2a5fbe08 lxpolkit/receipt --- a/lxpolkit/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/lxpolkit/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,12 +8,13 @@ LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL" -WEB_SITE="https://blog.lxde.org/?p=674" +WEB_SITE="http://www.lxde.org/" TAGS="LXDE" DEPENDS="gtk+ polkit" BUILD_DEPENDS="gtk+-dev polkit-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/lxde/files/LXPolkit/ 2>/dev/null | \ diff -r aecc39b040e8 -r 868d2a5fbe08 mpv/receipt --- a/mpv/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/mpv/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -20,7 +20,7 @@ xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext \ xorg-libXxf86vm xorg-libXfixes xorg-libXinerama \ xorg-libXrandr xorg-libXrender xorg-libXv zlib" -BUILD_DEPENDS="alsa-lib-dev bzlib cacerts ffmpeg-compat-dev ffmpeg-dev \ +BUILD_DEPENDS="alsa-lib-dev bzlib cacerts ffmpeg-dev \ file glib-dev glibc-dev gmp-dev jpeg-dev lame-dev lcms2-dev \ libdrm-dev libegl-mesa libguess liblzma-dev libpng-dev \ libsdl-dev libtasn1-dev libtinfo libv4l-dev libxcb-dev \ diff -r aecc39b040e8 -r 868d2a5fbe08 msgpack-dev/receipt --- a/msgpack-dev/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/msgpack-dev/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="MessagePack implementation for C and C++, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -WEB_SITE="https://tmate.io/" +WEB_SITE="https://msgpack.org/" DEPENDS="msgpack pkg-config" WANTED="msgpack" diff -r aecc39b040e8 -r 868d2a5fbe08 msgpack/receipt --- a/msgpack/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/msgpack/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="MessagePack implementation for C and C++." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -WEB_SITE="https://tmate.io/" +WEB_SITE="https://msgpack.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE-c/archive/cpp-$VERSION.tar.gz" diff -r aecc39b040e8 -r 868d2a5fbe08 openal-dev/receipt --- a/openal-dev/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/openal-dev/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Cross-platform 3D audio API, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2" -WEB_SITE="https://www.openal-soft.org/" +WEB_SITE="https://github.com/kcat/openal-soft" DEPENDS="openal pkg-config" WANTED="openal" diff -r aecc39b040e8 -r 868d2a5fbe08 openal/receipt --- a/openal/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/openal/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -7,12 +7,12 @@ SHORT_DESC="Cross-platform 3D audio API." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2" -WEB_SITE="https://www.openal-soft.org/" +WEB_SITE="https://github.com/kcat/openal-soft" REPOLOGY="openal-soft" SOURCE="openal-soft" TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="${WEB_SITE}$PACKAGE-releases/$TARBALL" +WGET_URL="https://www.openal-soft.org/$PACKAGE-releases/$TARBALL" DEPENDS="gcc83-lib-base libatomic" BUILD_DEPENDS="cmake gcc83 libatomic" @@ -20,8 +20,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed '/OpenAL Soft [0-9]/!d;s|.*OpenAL Soft ||;s| is.*||;q' + wget -O - https://github.com/kcat/openal-soft/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r aecc39b040e8 -r 868d2a5fbe08 p7zip-full/receipt --- a/p7zip-full/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/p7zip-full/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -8,12 +8,16 @@ MAINTAINER="milka@konstelacioj.info" LICENSE="LGPL2.1" TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2" +#https://sourceforge.net/projects/sevenzip/files/7-Zip/25.01/7z2501-src.tar.xz/download WEB_SITE="https://p7zip.sourceforge.net/" +#https://www.7-zip.org/ WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" # What is the latest version available today? current_version() { + #wget -O - https://github.com/p7zip-project/p7zip/releases 2>/dev/null | \ v17.05+zstd + #sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' wget -O - https://sourceforge.net/projects/$SOURCE/files/$SOURCE/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href=".*p7zip/||;s|/.*||;q' } diff -r aecc39b040e8 -r 868d2a5fbe08 perl-test-deep/receipt --- a/perl-test-deep/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/perl-test-deep/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -10,7 +10,7 @@ SOURCE="Test-Deep" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/modules/by-module/Test/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL" DEPENDS="perl perl-test-nowarnings" BUILD_DEPENDS="$DEPENDS" diff -r aecc39b040e8 -r 868d2a5fbe08 rtmidi-dev/receipt --- a/rtmidi-dev/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/rtmidi-dev/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="C++ library for realtime MIDI input/ouput, development files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -WEB_SITE="https://www.music.mcgill.ca/~gary/rtmidi/" +WEB_SITE="https://github.com/thestk/rtmidi/" WANTED="rtmidi" DEPENDS="rtmidi pkg-config" diff -r aecc39b040e8 -r 868d2a5fbe08 rtmidi/receipt --- a/rtmidi/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/rtmidi/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -7,22 +7,23 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.music.mcgill.ca/~gary/rtmidi/" -WGET_URL="${WEB_SITE}release/$TARBALL" +WEB_SITE="https://github.com/thestk/rtmidi/" +WGET_URL="https://github.com/thestk/rtmidi/archive/refs/tags/$VERSION.tar.gz" DEPENDS="gcc83-lib-base alsa-lib" -BUILD_DEPENDS="gcc83 alsa-lib-dev" +BUILD_DEPENDS="gcc83 alsa-lib-dev automake" # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2> /dev/null | \ - sed '/release\/rtmidi/!d;s|.*rtmidi-||;s|.tar.gz.*||;q' + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { + [ -x ./autogen.sh ] && ./autogen.sh ./configure --prefix=/usr \ --with-alsa \ CC=gcc-83 \ diff -r aecc39b040e8 -r 868d2a5fbe08 sylpheed-full/receipt --- a/sylpheed-full/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/sylpheed-full/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -11,7 +11,7 @@ SOURCE="sylpheed" TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="https://dotsrc.dl.osdn.net/osdn/sylpheed/68999/$TARBALL" +WGET_URL="https://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" PROVIDE="sylpheed" DEPENDS="enchant gnupg gpgme gtk+ gtkspell libgpg-error libldap libssl" diff -r aecc39b040e8 -r 868d2a5fbe08 sylpheed/receipt --- a/sylpheed/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/sylpheed/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -10,7 +10,7 @@ WEB_SITE="https://sylpheed.sraoss.jp/en/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://dotsrc.dl.osdn.net/osdn/sylpheed/68999/$TARBALL" +WGET_URL="https://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" DEPENDS="gtk+ libffi libssl" BUILD_DEPENDS="gtk+-dev openssl-dev" diff -r aecc39b040e8 -r 868d2a5fbe08 tmate/receipt --- a/tmate/receipt Thu Aug 07 17:10:52 2025 +0000 +++ b/tmate/receipt Sat Aug 23 14:52:03 2025 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Instant Terminal Sharing." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://tmate.io/" +WEB_SITE="https://github.com/tmate-io/tmate/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/tmate-io/$PACKAGE/archive/$VERSION.tar.gz"