wok-6.x rev 24892
Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 07 15:38:15 2022 +0000 (2022-04-07) |
parents | 617f7ee416b1 |
children | eec3edc6ef52 |
files | libmtp-dev/receipt libmtp/receipt mtp-tools/receipt syslinux/stuff/iso2exe/iso2exe.sh tazlito/receipt |
line diff
1.1 --- a/libmtp-dev/receipt Thu Apr 07 07:20:18 2022 +0000 1.2 +++ b/libmtp-dev/receipt Thu Apr 07 15:38:15 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmtp-dev" 1.7 -VERSION="1.1.19" 1.8 +VERSION="1.1.17" 1.9 CATEGORY="development" 1.10 SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP) - development files." 1.11 MAINTAINER="keupont@no-log.org"
2.1 --- a/libmtp/receipt Thu Apr 07 07:20:18 2022 +0000 2.2 +++ b/libmtp/receipt Thu Apr 07 15:38:15 2022 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libmtp" 2.7 -VERSION="1.1.19" 2.8 +VERSION="1.1.17" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)." 2.11 MAINTAINER="keupont@no-log.org"
3.1 --- a/mtp-tools/receipt Thu Apr 07 07:20:18 2022 +0000 3.2 +++ b/mtp-tools/receipt Thu Apr 07 15:38:15 2022 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="mtp-tools" 3.7 -VERSION="1.1.19" 3.8 +VERSION="1.1.17" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="Media Transfer Protocol (MTP) - utilities." 3.11 MAINTAINER="erjo@slitaz.org"
4.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Thu Apr 07 07:20:18 2022 +0000 4.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Thu Apr 07 15:38:15 2022 +0000 4.3 @@ -196,7 +196,7 @@ 4.4 win32.exe) [ $x -eq 2048 ] && 4.5 x=$((40*$(get 0x86 "$ISO")+0x98-24+$(get 0x94 "$ISO"))) && 4.6 x=$(($(get $x "$ISO")+$(get $((x+4)) "$ISO"))) 4.7 - [ $x -eq 1024 ] || SIZE=$x;; 4.8 + [ $x -le 1024 ] || SIZE=$x;; 4.9 syslinux.mbr) [ $x -eq 1024 ] || OFFSET=$((x - 512)); SIZE=336;; 4.10 flavor.info) [ $(get 22528 "$ISO") -eq 35615 ] && OFFSET=22528 4.11 [ $x -eq 2048 ] && x=$(get 0x25C "$ISO") &&
5.1 --- a/tazlito/receipt Thu Apr 07 07:20:18 2022 +0000 5.2 +++ b/tazlito/receipt Thu Apr 07 15:38:15 2022 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="tazlito" 5.7 -VERSION="534" 5.8 +VERSION="536" 5.9 CATEGORY="base-system" 5.10 SHORT_DESC="SliTaz Live Tool." 5.11 MAINTAINER="pascal.bellard@slitaz.org"