# HG changeset patch # User Hans-G?nter Theisgen # Date 1583929122 -3600 # Node ID 849f794ecc3b7ff6883f7e519f06ad124d7ee1bc # Parent a37cdf5d9bb49c1ebc706161d96d16d3a6cbdd42 updated libmtp and libmtp-dev (1.1.16 -> 1.1.17) diff -r a37cdf5d9bb4 -r 849f794ecc3b libmtp-dev/receipt --- a/libmtp-dev/receipt Wed Mar 11 10:35:54 2020 +0100 +++ b/libmtp-dev/receipt Wed Mar 11 13:18:42 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmtp-dev" -VERSION="1.1.16" +VERSION="1.1.17" CATEGORY="development" SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP) - development files." MAINTAINER="keupont@no-log.org" diff -r a37cdf5d9bb4 -r 849f794ecc3b libmtp/receipt --- a/libmtp/receipt Wed Mar 11 10:35:54 2020 +0100 +++ b/libmtp/receipt Wed Mar 11 13:18:42 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmtp" -VERSION="1.1.16" +VERSION="1.1.17" CATEGORY="system-tools" SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)." MAINTAINER="keupont@no-log.org" @@ -17,7 +17,9 @@ # Rules to configure and make the package. compile_rules() { - ./configure --disable-mtpz $CONFIGURE_ARGS && + ./configure \ + --disable-mtpz \ + $CONFIGURE_ARGS && make -j 1 && make install }