Accepting request 100538 from devel:libraries:c_c++
update to 1.1.2 OBS-URL: https://build.opensuse.org/request/show/100538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmtp?expand=0&rev=49
This commit is contained in:
commit
cef5736f9b
@ -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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Remove redundant tags/sections (authors list, already in package
|
||||
as a file); put %description after %package
|
||||
- Parallel build with %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 29 11:46:54 UTC 2011 - adrian@suse.de
|
||||
|
||||
|
64
libmtp.spec
64
libmtp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,15 +20,14 @@
|
||||
Name: libmtp
|
||||
Url: http://sf.net/projects/libmtp
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libusb-1_0-devel
|
||||
BuildRequires: pkg-config
|
||||
Summary: Commandline utilities for access to MTP Players
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Version: 1.1.1
|
||||
Version: 1.1.2
|
||||
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
|
||||
@ -39,17 +38,6 @@ authored by Microsoft.
|
||||
Common devices using this technology are Creative Zen, iRiver, Samsung
|
||||
and others.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Low <richard@wentnet.com>
|
||||
Linus Walleij <triad@df.lth.se>
|
||||
|
||||
based on code by:
|
||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%package -n libmtp9
|
||||
Summary: Library for accessing MTP Players
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
@ -62,21 +50,15 @@ Microsoft.
|
||||
Common devices using this technology are Creative Zen, iRiver, Samsung
|
||||
and others.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Low <richard@wentnet.com>
|
||||
Linus Walleij <triad@df.lth.se>
|
||||
|
||||
based on code by:
|
||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%package -n mtp-tools
|
||||
Summary: Commandline utilities for access to MTP Players
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
|
||||
%description -n mtp-tools
|
||||
This package contains binaries that allow command line access to USB
|
||||
based media players based on the MTP (Media Transfer Protocol) authored
|
||||
by Microsoft. For graphical user interfaces use Amarok or Banshee.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for access to MTP Player library
|
||||
Group: Development/Libraries/Other
|
||||
@ -88,40 +70,12 @@ This package contains the development headers for the libmtp library
|
||||
that allows access to USB based media players based on the MTP (Media
|
||||
Transfer Protocol) authored by Microsoft.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Low <richard@wentnet.com>
|
||||
Linus Walleij <triad@df.lth.se>
|
||||
|
||||
based on code by:
|
||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%description -n mtp-tools
|
||||
This package contains binaries that allow command line access to USB
|
||||
based media players based on the MTP (Media Transfer Protocol) authored
|
||||
by Microsoft. For graphical user interfaces use Amarok or Banshee.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Low <richard@wentnet.com>
|
||||
Linus Walleij <triad@df.lth.se>
|
||||
|
||||
based on code by:
|
||||
Mariusz Woloszyn <emsi@ipartners.pl>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-doxygen
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user