Revisions of libmtp

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 64)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 246427 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 63)
- updated to 1.1.7
  - Soname libmtp.so.9.2.0 - binary compatible, new interfaces
    have been added.
  - Compilation fixes for older GCC and non-GCC compilers.
  - Finalize >4GB file transfer changes so this works now.
  - A new API to check for device capabilities has been added.
  - Sync in latest upstream ptp2 changes.
  - Support for USB 3.0! (A patch adding async buffering was
    reverted after deemed instable by Debian.)
  - Some migration toward the new API in the examples.
  - Use parent storage if available as default storage media.
  - Force reset on close for Android devices.
  - Handle integrated USB hubs in mtp-probe.
  - Devices, devices, devices...
- mtpz-use-LIBMTP_ERROR-instead-of-LIBMTP_INFO.patch: is upstream
- music-players.h: use up to date 1.1.7 version again.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235482 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 62)
- Tell doxygen to stop producing files with timestamps. 
- define udev macros only if not already there. (forwarded request 235473 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 211383 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 61)
- music-players.h: Updated to the device database of the current GIT level
  to support more MTP devices (bnc#854328)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201215 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 60)
- Use LIBMTP_ERROR instead of LIBMTP_INFO function in mtpz_loaddata
  (mtpz.c) to dont get junk in the udev rule when generating the rule.
  add: mtpz-use-LIBMTP_ERROR-instead-of-LIBMTP_INFO.patch (forwarded request 201212 from rmilasan)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 59)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 159523 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 58)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 154970 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 57)
- add support for Motorola Droid Razr M (XT 907) (forwarded request 154951 from rjschwei)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 56)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 140130 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 55)
- mtp-probe no longer working in factory, wrong udev dir. (forwarded request 140129 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 135357 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 54)
- updated to 1.1.5
+  - Soname libmtp.so.9.0.5 - binary compatible
+  - Stop forcing altinterface 0! That bug has been around like
+    forever and libgphoto2 never did this. It screws up some
+    Samsung devices and is the prime reason for releasing this
+    update so soon after 1.1.4 as I know a lot of people out there
+    have Samsung devices!
+  - Integrated Sajid Anwars hard long-term work on MTPZ. There are
+    no secret keys or certificates inside libmtp, if you need these
+    to talk to your MTPZ device (Zune models, Windows Phones) you
+    need to get a file of secrets from some other place, preferably
+    Microsoft.
+  - Expose getthumbnail method and the Add Storage events as needed
+    for a GNOME VFS project by Philip Langdale.
+  - Rearrange and try to understand some SONY device modes again
+    and again.
+  - A udev script fix from Alessio Treglia to avoid poking around
+    on Canon EOS 3D.
+  - Devices, devices, devices...
+- Add libgrypt buildrequires for MTPZ support (forwarded request 135354 from TheBlackCat)
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 131171 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 53)
- updated to 1.1.4
  - various bugfixes, especially in Samsung *
  - lots of new ids
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 52)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 112349 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 51)
updapte to 1.1.3
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 100538 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 49)
update to 1.1.2
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 98422 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 48)
1.1.1 version update, add galaxy nexus support, fixed spec file syntax (forwarded request 98417 from adrianSuSE)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 47)
replace license with spdx.org variant
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 46)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 83389 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 45)
update to 1.1.0
Displaying revisions 21 - 40 of 84
openSUSE Build Service is sponsored by