- updated to 1.1.6
- Soname libmtp.so.9.1.0 - binary compatible, new interfaces have been added. - Devices, devices, devices... I think I had a hundred (no kidding) reports for the Nexus 4. It seems hackers just love this device and cannot wait for me to spin a new libmtp. - More careful autoprobing code for Linux, running around in sysfs to try to avoid opening non-MTP devices. The libusb devs do not uniformly like this idea but what shall I do? People still want their devices to autodetect. Any hints welcome, any patches will be reviewed. - Interface extenstions from Philip Langdale to support the Android in-place read/write extensions. This will be used by GVFS for editing files etc, it is actually very useful when treating the MTP device as a "real" filesystem. It only works on Android devices with Google's MTP stack, but hey, that is a fair share of the MTP devices used today. - Several fixes and memory leaks fixed by Lei Zhang courtesy if the Chromebook project, thanks Google! - Windows Phone 8 should work out of the box. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=57
This commit is contained in:
parent
233866ad65
commit
8d55a3f53a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:787679171baf8b3cf2fcc03196c705ab4d7cbc969bd71f9d3696be1ce7f1c63a
|
|
||||||
size 723925
|
|
3
libmtp-1.1.6.tar.gz
Normal file
3
libmtp-1.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a
|
||||||
|
size 733519
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 09:28:44 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
- updated to 1.1.6
|
||||||
|
|
||||||
|
- Soname libmtp.so.9.1.0 - binary compatible, new interfaces
|
||||||
|
have been added.
|
||||||
|
- Devices, devices, devices... I think I had a hundred (no kidding)
|
||||||
|
reports for the Nexus 4. It seems hackers just love this device
|
||||||
|
and cannot wait for me to spin a new libmtp.
|
||||||
|
- More careful autoprobing code for Linux, running around in
|
||||||
|
sysfs to try to avoid opening non-MTP devices. The libusb devs
|
||||||
|
do not uniformly like this idea but what shall I do? People
|
||||||
|
still want their devices to autodetect. Any hints welcome,
|
||||||
|
any patches will be reviewed.
|
||||||
|
- Interface extenstions from Philip Langdale to support the
|
||||||
|
Android in-place read/write extensions. This will be used by
|
||||||
|
GVFS for editing files etc, it is actually very useful when
|
||||||
|
treating the MTP device as a "real" filesystem. It only works
|
||||||
|
on Android devices with Google's MTP stack, but hey, that is
|
||||||
|
a fair share of the MTP devices used today.
|
||||||
|
- Several fixes and memory leaks fixed by Lei Zhang courtesy if
|
||||||
|
the Chromebook project, thanks Google!
|
||||||
|
- Windows Phone 8 should work out of the box.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 8 21:28:57 UTC 2013 - rschweikert@suse.com
|
Fri Feb 8 21:28:57 UTC 2013 - rschweikert@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ BuildRequires: pkgconfig(udev)
|
|||||||
Summary: Commandline utilities for access to MTP Players
|
Summary: Commandline utilities for access to MTP Players
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
Version: 1.1.5
|
Version: 1.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
%define sonum 9
|
%define sonum 9
|
||||||
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user