pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libmtp
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Aug 9 14:15:59 UTC 2024
Modified Files:
pkgsrc/devel/libmtp: Makefile distinfo
Log Message:
devel/libmtp: Update to 1.1.21
Changelog:
1.1.21:
Dmitry D. Chernov (1):
Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake)
Hannes Ljungberg (1):
fix warnings regarding mismatched parameter docs
Holger Schemel (4):
added functions to get device by serial number
added serial number of device to output of 'mtp-files'
added optional serial number parameter to 'mtp-getfile'
added optional serial number parameter to 'mtp-delfile'
Marcus Meissner (42):
added SHARP S7-SH https://sourceforge.net/p/libmtp/bugs/1914/
added another Lenovo Tab TB-X306F id fixes https://github.com/libmtp/libmtp/issues/116
added tolino vsiion 6 reader https://sourceforge.net/p/libmtp/bugs/1921/
fix comment above sort_storage_bysort_storage_by
added FLIR C5 camera
added iBasso DX170 DAP, fixes https://github.com/libmtp/libmtp/issues/125
added Lenovo Tab P11 fixes https://github.com/libmtp/libmtp/issues/127
aded Sony NW-A105 fixes //github.com/libmtp/libmtp/issues/130
merge over previously missing copyright headers from chrome libmtp fork
added Honor Any-NX1 https://github.com/libmtp/libmtp/issues/135
Revert "ptp_pack_string: check string length for no iconv situation"
added gopro hero11 black https://github.com/libmtp/libmtp/issues/136
removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/
rename some LG devices to match reality better
rename 3 blackberry to correct vendor/product names
added realme Phone
updated some mediatek id names, removed some duplicates
adjusted various id names https://sourceforge.net/p/libmtp/bugs/1926/
fixed order, https://sourceforge.net/p/libmtp/bugs/1931/
some more brand renames. https://sourceforge.net/p/libmtp/bugs/1930/
adjust some device naming https://sourceforge.net/p/libmtp/bugs/1932/
added Vivo V19 (fixes https://github.com/libmtp/libmtp/issues/143)
merge a patch from google fork
https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch
remove some unused vars
merge from chromium fork
added Garmin Forerunner 255S Music
remove dependency on ptp.h
fixed paste error vendor/product id
s/CVS/GIT/
rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/
added Garmin Forerunner 255M smartwatch, fixes https://github.com/libmtp/libmtp/issues/150
add a LIBMTP_FreeMemory function that wraps free()
convert examples to use LIBMTP_FreeMemory
1.1.21 release
Qiuhao Li (3):
libusb-glue: check return value of ptp_init_send_memory_handler
ptp_pack_string: check string length for no iconv situation
ptp-pack: fix ucs2str overflow
YangWu (1):
feat: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder.
ari-s (1):
add Garmin Forerunner 955 + mtp-detect log
1.1.20:
Bugs fixed:
- Fix retrieval of the string property
- Fix array properties retrieval
- remove unused LIBMTP_object_t (was only temporary part of the api, remvoed since 2008 at least) fixes https://github.com/libmtp/libmtp/issues/114
Devices added:
- added missing device model Xiaomi MI 9
- added eink tablet Supernote A5X, fixes ttps://github.com/libmtp/libmtp/issues/82
- added CAT S62 Pro
- added a&k se180 fixes https://github.com/libmtp/libmtp/issues/85
- added OnePlus 9 5G https://sourceforge.net/p/libmtp/bugs/1910/
- added oculus quest https://sourceforge.net/p/libmtp/bugs/1911/
- added motorola XT1032
- added Lenovo Tablet TB-8304F1 https://sourceforge.net/p/libmtp/bugs/1912/
- added Amazon Kindle fire 10 plus https://sourceforge.net/p/libmtp/bugs/1913/
- adjusted hex value to be consistent 4 hexchars https://github.com/gphoto/libgphoto2/issues/753
- added ONEPLUS 6T A6013, fixes https://github.com/libmtp/libmtp/issues/88
- added Garmin Fenix 7 Sapphire Solarm, fixes https://github.com/libmtp/libmtp/issues/95
- added lenovo tab m10 , fixes https://github.com/libmtp/libmtp/issues/102
- added gopro hero 10 black, fixes https://github.com/libmtp/libmtp/issues/103
- added gopro10 hero black log
- add note linking to github
- added garmin venu 2s, fixes https://github.com/libmtp/libmtp/issues/105
- reorder to Xiaomi MI 9 M1902F1G
- added Alldocube SMile X, fixes https://github.com/libmtp/libmtp/issues/109
- added garmin epix 2
- added garmin tactix-7
- added archos 101d Neon https://sourceforge.net/p/libmtp/bugs/1919/
- added Acer Liquid Zest T06
- added Lenovo Tab TB-X704A https://sourceforge.net/p/libmtp/support-requests/297/
- added Sony Xperia 5 fixes https://github.com/libmtp/libmtp/issues/113
- added lenovo Lenovo TAB M7 Gen 3 / TB-7306F
- Add device id for Fire HD 8 (7th Gen)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libmtp/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libmtp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libmtp/Makefile
diff -u pkgsrc/devel/libmtp/Makefile:1.23 pkgsrc/devel/libmtp/Makefile:1.24
--- pkgsrc/devel/libmtp/Makefile:1.23 Tue Aug 9 12:08:28 2022
+++ pkgsrc/devel/libmtp/Makefile Fri Aug 9 14:15:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/08/09 12:08:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2024/08/09 14:15:59 ryoon Exp $
-DISTNAME= libmtp-1.1.19
+DISTNAME= libmtp-1.1.21
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/}
Index: pkgsrc/devel/libmtp/distinfo
diff -u pkgsrc/devel/libmtp/distinfo:1.18 pkgsrc/devel/libmtp/distinfo:1.19
--- pkgsrc/devel/libmtp/distinfo:1.18 Sat Nov 13 10:20:12 2021
+++ pkgsrc/devel/libmtp/distinfo Fri Aug 9 14:15:59 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2021/11/13 10:20:12 nia Exp $
+$NetBSD: distinfo,v 1.19 2024/08/09 14:15:59 ryoon Exp $
-BLAKE2s (libmtp-1.1.19.tar.gz) = a0e6cef711e22bed6a5477f87c89e6843518b4cfce491352d9d7c04965f08caa
-SHA512 (libmtp-1.1.19.tar.gz) = 3cd3b0ea5aecb25abf4267e301d5e82ad9f6253bfa5a3bc4c70645d3007c69b014d6407c6703665d987cce3a42bd2219abbf1972e5964b39e9e1329bf9091044
-Size (libmtp-1.1.19.tar.gz) = 855810 bytes
+BLAKE2s (libmtp-1.1.21.tar.gz) = 53c04b94294f26300d1e2d9e33365fa21148bc1885b7ac863492723a6a4ef350
+SHA512 (libmtp-1.1.21.tar.gz) = 510f01f75de37a07c8ce54957a8fb74724538a7cfbdf1a86c201fda68573ef23fa578ff7baf2d9df938703b5776ded4ab1057c617125f3539e594bb5a1f3146f
+Size (libmtp-1.1.21.tar.gz) = 862703 bytes
SHA1 (patch-configure) = f57b708684696e496b1d61783e48fe4b63618d65
SHA1 (patch-hotplug.sh.in) = 72216bb36bd0f6274c16c09d121fcffb567ab120
SHA1 (patch-m4_byteorder.m4) = e6c1170d9099f13c637b3a73d67618d318c7a73d
Home |
Main Index |
Thread Index |
Old Index