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:   nia
Date:           Sat Nov 13 10:20:12 UTC 2021

Modified Files:
        pkgsrc/devel/libmtp: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/libmtp/DESCR
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libmtp/Makefile
cvs rdiff -u -r1.17 -r1.18 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/DESCR
diff -u pkgsrc/devel/libmtp/DESCR:1.1.1.1 pkgsrc/devel/libmtp/DESCR:1.2
--- pkgsrc/devel/libmtp/DESCR:1.1.1.1   Sat Sep  6 23:24:08 2008
+++ pkgsrc/devel/libmtp/DESCR   Sat Nov 13 10:20:12 2021
@@ -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.

Index: pkgsrc/devel/libmtp/Makefile
diff -u pkgsrc/devel/libmtp/Makefile:1.21 pkgsrc/devel/libmtp/Makefile:1.22
--- pkgsrc/devel/libmtp/Makefile:1.21   Thu Oct 29 12:55:19 2020
+++ pkgsrc/devel/libmtp/Makefile        Sat Nov 13 10:20:12 2021
@@ -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/}
 

Index: pkgsrc/devel/libmtp/distinfo
diff -u pkgsrc/devel/libmtp/distinfo:1.17 pkgsrc/devel/libmtp/distinfo:1.18
--- pkgsrc/devel/libmtp/distinfo:1.17   Tue Oct 26 10:15:24 2021
+++ pkgsrc/devel/libmtp/distinfo        Sat Nov 13 10:20:12 2021
@@ -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



Home | Main Index | Thread Index | Old Index