Accepting request 98417 from home:adrianSuSE:branches:devel:libraries:c_c++
1.1.1 version update, add galaxy nexus support, fixed spec file syntax OBS-URL: https://build.opensuse.org/request/show/98417 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=37
This commit is contained in:
parent
cf234ae1e1
commit
d65e37274a
12
add-galaxy-nexus-support.diff
Normal file
12
add-galaxy-nexus-support.diff
Normal file
@ -0,0 +1,12 @@
|
||||
--- 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:3f73581ece00e0dc2442173f304c8d2f37847ff9e48fa23bc39fbd14c1da65dc
|
||||
size 638571
|
3
libmtp-1.1.1.tar.gz
Normal file
3
libmtp-1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e6c64c440d0510aa246e70a3a60953c52f4c1402b707eb4bb00a0fd2df8d1fd
|
||||
size 642112
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 29 11:46:54 UTC 2011 - adrian@suse.de
|
||||
|
||||
- add support for Galaxy Nexus
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 21:30:49 UTC 2011 - adrian@suse.de
|
||||
|
||||
- updated to 1.1.1
|
||||
* device updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 10:01:27 CEST 2011 - meissner@suse.de
|
||||
|
||||
|
22
libmtp.spec
22
libmtp.spec
@ -15,20 +15,20 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define debug_package_requires libmtp9 = %{version}-%{release}
|
||||
|
||||
Name: libmtp
|
||||
Url: http://sf.net/projects/libmtp
|
||||
BuildRequires: doxygen pkg-config
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libusb-devel
|
||||
License: LGPLv2.1+
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
AutoReqProv: on
|
||||
BuildRequires: pkg-config
|
||||
Summary: Commandline utilities for access to MTP Players
|
||||
Version: 1.1.0
|
||||
Release: 7
|
||||
Source0: %name-%version.tar.gz
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Source0: http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
|
||||
Patch0: add-galaxy-nexus-support.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -51,7 +51,6 @@ Authors:
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%package -n libmtp9
|
||||
License: LGPLv2.1+
|
||||
Summary: Library for accessing MTP Players
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
|
||||
@ -75,12 +74,10 @@ Authors:
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%package -n mtp-tools
|
||||
License: LGPLv2.1+
|
||||
Summary: Commandline utilities for access to MTP Players
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Summary: Development files for access to MTP Player library
|
||||
Group: Development/Libraries/Other
|
||||
Requires: libmtp9 = %version
|
||||
@ -120,6 +117,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-doxygen
|
||||
@ -152,7 +150,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
%dir /lib/udev
|
||||
/lib/udev/mtp-probe
|
||||
%dir /lib/udev/rules.d
|
||||
%config /lib/udev/rules.d/39-libmtp.rules
|
||||
%config /lib/udev/rules.d/69-libmtp.rules
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user