- updated to 1.1.2
* device updates * ported to use libusb 1.0 * Autodetect "sony.net" devices OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=41
This commit is contained in:
parent
eba2a8dc69
commit
b871f86314
@ -1,12 +0,0 @@
|
|||||||
--- src/music-players.h
|
|
||||||
+++ src/music-players.h 2011-12-29 12:39:15.813619378 +0100
|
|
||||||
@@ -277,6 +277,9 @@
|
|
||||||
{ "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af,
|
|
||||||
DEVICE_FLAG_UNLOAD_DRIVER |
|
|
||||||
DEVICE_FLAG_PLAYLIST_SPL_V1 },
|
|
||||||
+ { "Samsung", 0x04e8, "GT-I9250 Galaxy Nexus", 0x685c,
|
|
||||||
+ DEVICE_FLAG_UNLOAD_DRIVER |
|
|
||||||
+ DEVICE_FLAG_PLAYLIST_SPL_V2 },
|
|
||||||
// From anonymous Sourceforge user
|
|
||||||
{ "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE },
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e6c64c440d0510aa246e70a3a60953c52f4c1402b707eb4bb00a0fd2df8d1fd
|
|
||||||
size 642112
|
|
3
libmtp-1.1.2.tar.gz
Normal file
3
libmtp-1.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a7020949f44ab283b3bd3470fa050d610ba30462fbd5cbb81f17d42b7511a4c
|
||||||
|
size 681169
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 11:35:55 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
- updated to 1.1.2
|
||||||
|
* device updates
|
||||||
|
* ported to use libusb 1.0
|
||||||
|
* Autodetect "sony.net" devices
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 29 16:30:06 UTC 2011 - jengelh@medozas.de
|
Thu Dec 29 16:30:06 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
11
libmtp.spec
11
libmtp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmtp
|
# spec file for package libmtp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,21 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define debug_package_requires libmtp9 = %{version}-%{release}
|
%define debug_package_requires libmtp9 = %{version}-%{release}
|
||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
URL: http://sf.net/projects/libmtp
|
Url: http://sf.net/projects/libmtp
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-1_0-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
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.1
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
|
||||||
Patch0: add-galaxy-nexus-support.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -74,7 +72,6 @@ Transfer Protocol) authored by Microsoft.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-doxygen
|
%configure --disable-static --enable-doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user