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
This commit is contained in:
parent
92a7b16d65
commit
81c52640d3
3 changed files with 9 additions and 16 deletions
|
@ -1,10 +1,3 @@
|
|||
libmtp is an implementation of Microsoft's 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.
|
||||
|
||||
It is used by:
|
||||
* XNJB
|
||||
* Gnomad2
|
||||
* MTPdude
|
||||
* AmaroK
|
||||
libmtp 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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.21 2020/10/29 12:55:19 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2021/11/13 10:20:12 nia Exp $
|
||||
|
||||
DISTNAME= libmtp-1.1.18
|
||||
DISTNAME= libmtp-1.1.19
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.17 2021/10/26 10:15:24 nia Exp $
|
||||
$NetBSD: distinfo,v 1.18 2021/11/13 10:20:12 nia Exp $
|
||||
|
||||
BLAKE2s (libmtp-1.1.18.tar.gz) = 66ecab81cb650d7c975f132513a6da75523834d285eb434434c5bea4e03372d1
|
||||
SHA512 (libmtp-1.1.18.tar.gz) = 1a8d503effd83217c339a1aea3a16954d718059edf3110cb2f21cff74cdd1243e7f4880d4e12f8fbdc9a5deed366c4151babe6ecd6f4cf4b7330a27e27bf7cc8
|
||||
Size (libmtp-1.1.18.tar.gz) = 832463 bytes
|
||||
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
|
||||
SHA1 (patch-configure) = f57b708684696e496b1d61783e48fe4b63618d65
|
||||
SHA1 (patch-hotplug.sh.in) = 72216bb36bd0f6274c16c09d121fcffb567ab120
|
||||
SHA1 (patch-m4_byteorder.m4) = e6c1170d9099f13c637b3a73d67618d318c7a73d
|
||||
|
|
Loading…
Reference in a new issue