Accepting request 159523 from devel:libraries:c_c++
- 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. - remove upstream libmtp_motoRazr.patch OBS-URL: https://build.opensuse.org/request/show/159523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmtp?expand=0&rev=58
This commit is contained in:
commit
f833af3657
@ -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,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
- remove upstream libmtp_motoRazr.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 21:28:57 UTC 2013 - rschweikert@suse.com
|
||||
|
||||
|
@ -26,11 +26,10 @@ BuildRequires: pkgconfig(udev)
|
||||
Summary: Commandline utilities for access to MTP Players
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Release: 0
|
||||
%define sonum 9
|
||||
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch: libmtp_motoRazr.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
%define _udevdir %(pkg-config --variable=udevdir udev)
|
||||
@ -76,7 +75,6 @@ Transfer Protocol) authored by Microsoft.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
|
||||
%build
|
||||
%configure --with-udev=%{_udevdir} --disable-static --enable-doxygen
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/music-players.h.orig
|
||||
+++ src/music-players.h
|
||||
@@ -1581,6 +1581,8 @@
|
||||
{ "Motorola", 0x22b8, "V3m/V750 verizon", 0x2a65,
|
||||
DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST |
|
||||
DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
|
||||
+ { "Motorola", 0x22b8, "Razr M XT907", 0x710f,
|
||||
+ DEVICE_FLAGS_ANDROID_BUGS },
|
||||
// Reported by Jader Rodrigues Simoes <jadersimoes@users.sourceforge.net>
|
||||
{ "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x41cf,
|
||||
DEVICE_FLAGS_ANDROID_BUGS },
|
Loading…
Reference in New Issue
Block a user