# HG changeset patch # User Pascal Bellard # Date 1649345895 0 # Node ID 81a0a7a51fa693790393c94f72b97e08849fb9a5 # Parent 617f7ee416b11098dbffb01068dc1069b82f5188 Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?) diff -r 617f7ee416b1 -r 81a0a7a51fa6 libmtp-dev/receipt --- a/libmtp-dev/receipt Thu Apr 07 07:20:18 2022 +0000 +++ b/libmtp-dev/receipt Thu Apr 07 15:38:15 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmtp-dev" -VERSION="1.1.19" +VERSION="1.1.17" CATEGORY="development" SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP) - development files." MAINTAINER="keupont@no-log.org" diff -r 617f7ee416b1 -r 81a0a7a51fa6 libmtp/receipt --- a/libmtp/receipt Thu Apr 07 07:20:18 2022 +0000 +++ b/libmtp/receipt Thu Apr 07 15:38:15 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmtp" -VERSION="1.1.19" +VERSION="1.1.17" CATEGORY="system-tools" SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)." MAINTAINER="keupont@no-log.org" diff -r 617f7ee416b1 -r 81a0a7a51fa6 mtp-tools/receipt --- a/mtp-tools/receipt Thu Apr 07 07:20:18 2022 +0000 +++ b/mtp-tools/receipt Thu Apr 07 15:38:15 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mtp-tools" -VERSION="1.1.19" +VERSION="1.1.17" CATEGORY="system-tools" SHORT_DESC="Media Transfer Protocol (MTP) - utilities." MAINTAINER="erjo@slitaz.org" diff -r 617f7ee416b1 -r 81a0a7a51fa6 syslinux/stuff/iso2exe/iso2exe.sh --- a/syslinux/stuff/iso2exe/iso2exe.sh Thu Apr 07 07:20:18 2022 +0000 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Thu Apr 07 15:38:15 2022 +0000 @@ -196,7 +196,7 @@ win32.exe) [ $x -eq 2048 ] && x=$((40*$(get 0x86 "$ISO")+0x98-24+$(get 0x94 "$ISO"))) && x=$(($(get $x "$ISO")+$(get $((x+4)) "$ISO"))) - [ $x -eq 1024 ] || SIZE=$x;; + [ $x -le 1024 ] || SIZE=$x;; syslinux.mbr) [ $x -eq 1024 ] || OFFSET=$((x - 512)); SIZE=336;; flavor.info) [ $(get 22528 "$ISO") -eq 35615 ] && OFFSET=22528 [ $x -eq 2048 ] && x=$(get 0x25C "$ISO") && diff -r 617f7ee416b1 -r 81a0a7a51fa6 tazlito/receipt --- a/tazlito/receipt Thu Apr 07 07:20:18 2022 +0000 +++ b/tazlito/receipt Thu Apr 07 15:38:15 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazlito" -VERSION="534" +VERSION="536" CATEGORY="base-system" SHORT_DESC="SliTaz Live Tool." MAINTAINER="pascal.bellard@slitaz.org"