Path to this page:
./
devel/libmtp,
Implementation of Media Transfer Protocol (MTP)
Branch: CURRENT,
Version: 1.1.21,
Package name: libmtp-1.1.21,
Maintainer: ku3libmtp is an Initiator implementation of the Media Transfer Protocol (MTP)
in the form of a library suitable primarily for POSIX compliant operating
systems. We implement MTP Basic, the stuff proposed for standardization.
Required to run:[
devel/libusb1]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 842.483 KB
Version history: (Expand)
- (2024-08-09) Updated to version: libmtp-1.1.21
- (2021-11-13) Updated to version: libmtp-1.1.19
- (2020-10-29) Updated to version: libmtp-1.1.18
- (2020-04-04) Updated to version: libmtp-1.1.17nb1
- (2020-03-24) Updated to version: libmtp-1.1.17
- (2019-09-21) Updated to version: libmtp-1.1.16
CVS history: (Expand)
2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72) |
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
|
2021-11-13 11:20:12 by Nia Alarie | Files touched by this commit (3) | |
Log message:
libmtp: update to 1.1.19
Changes:
- Lots of USB ids added, especially Garmin devices
- use a local libusb context, not the global one
- various bugfixes
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-10-29 13:55:19 by Benny Siegert | Files touched by this commit (2) | |
Log message:
libmtp: update to 1.1.18.
Christian Klein (1):
added Sony Xperia XZ3 Dual Sim (H9436)
Dylan Aïssi (2):
Switch doxygen FULL_PATH_NAMES to NO for reproducible builds
On UDEV discovery do not let printers get auto-probed
Gerrit Niezen (2):
only convert if iconv and langinfo.h is available (#20)
don't redefine snprintf in VS 14+
Holger Schemel (4):
fixed length in string comparisons
added optional device ID parameter to 'mtp-getfile'
fixed usage text for 'mtp-delfile' according to implementation
added optional device ID parameter to 'mtp-delfile'
Johan Källström (1):
Add device id for Garmin Vivoactive 4S.
Johannes Brandstätter (1):
Flag i.Beat Organix 2.0 with DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST.
Marcus Meissner (37):
added Doro Phone 8030 DSB-0010 https://sourceforge.net/p/libmtp/bugs/1871/
added a kindle fire 7 id https://github.com/gphoto/libgphoto2/issues/473
added more id variants of the last commit
added Lenovo TAB4 10 Plus fixes https://github.com/libmtp/libmtp/issues/33
added Lenovo TB-7304I https://sourceforge.net/p/libmtp/feature-requests/296/
fxied id for MTP+ADB https://sourceforge.net/p/libmtp/support-requests/294/
add SGP611 (Xperia Z3) [Tablet Compact] 0fce:51c0 with MTP. ADB id \
https://sourceforge.net/p/libmtp/support-requests/294/
added lenovo tab p10 https://sourceforge.net/p/libmtp/bugs/1873/
added another bq Aquarius U id https://sourceforge.net/p/libmtp/bugs/1874/
added another kindle fire https://sourceforge.net/p/libmtp/bugs/1876/
report busy more directly on opening
added NVIDIA Shield Android TV (pro) \
https://sourceforge.net/p/libmtp/feature-requests/297/
added id for FITT360 might fix https://github.com/libmtp/libmtp/issues/44
added Sharp AndroidOne S5 https://sourceforge.net/p/libmtp/bugs/1883/
added garmin vivoactive 4, fixes https://github.com/libmtp/libmtp/issues/51
added some missing LIBMTP_destroy_file_t to avoid leaks.
added Kindle Fire HD8 Plus https://sourceforge.net/p/libmtp/bugs/1886/
added nokia 701 https://sourceforge.net/p/libmtp/bugs/1885/
added Garmin Forerunner 245 Music https://sourceforge.net/p/libmtp/bugs/1884/
added Garmin Zumo XT https://sourceforge.net/p/libmtp/bugs/1887/
added acer a3-a40 https://sourceforge.net/p/libmtp/feature-requests/298/
tolino Vision 4 HD ebook reader https://sourceforge.net/p/libmtp/bugs/1889/
added A&K player SR15 \
https://sourceforge.net/p/libmtp/support-requests/292/
added amazon fire hd8 https://sourceforge.net/p/libmtp/feature-requests/300/
1.1.18 release
Zbigniew Jędrzejewski-Szmek (3):
mtp-hotplug: fix casing in hwdb patterns
mtp-hotplug: make use of the hwdb
mtp-hotplug: provide a default for mtp_probe_dir
petrus82 (2):
Add Sony Xperia Tablet S - SGPT12
|
2020-04-03 22:15:19 by Nia Alarie | Files touched by this commit (3) |
Log message:
libmtp: Don't attempt to unload kernel drivers on NetBSD.
This reduces the amount the command line utilities complain and makes
this marginally less broken. But, it's a hack around the underlying issue,
it shouldn't treat this as a failure if the underlying libusb driver doesn't
support it.
|
2020-03-24 17:58:05 by Nia Alarie | Files touched by this commit (2) |
Log message:
libmtp: Update to 1.1.17
Changelog appears to no longer be maintained
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|