This commit is contained in:
parent
970274c03e
commit
e2b643a730
11
cowon-iaudio7-fix.patch
Normal file
11
cowon-iaudio7-fix.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- src/music-players.h
|
||||||
|
+++ src/music-players.h
|
||||||
|
@@ -576,7 +576,7 @@
|
||||||
|
// Reported by Patrik Johansson <Patrik.Johansson@qivalue.com>
|
||||||
|
{ "Cowon", 0x0e21, "iAudio U3 (MTP mode)", 0x0701, DEVICE_FLAG_NONE },
|
||||||
|
// Reported by Roberth Karman
|
||||||
|
- { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, DEVICE_FLAG_NONE },
|
||||||
|
+ { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, DEVICE_FLAG_UNLOAD_DRIVER },
|
||||||
|
// Reported by an anonymous SourceForge user
|
||||||
|
{ "Cowon", 0x0e21, "iAudio U5 (MTP mode)", 0x0761, DEVICE_FLAG_NONE },
|
||||||
|
// Reported by TJ Something <tjbk_tjb@users.sourceforge.net>
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 15 11:54:26 CET 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
- detach the Cowon iAudio 7 from usb-storage on start to make it work
|
||||||
|
bnc#457931
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 23:52:13 CET 2008 - meissner@suse.de
|
Fri Nov 7 23:52:13 CET 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -31,8 +31,9 @@ Group: Productivity/Multimedia/Sound/Players
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Commandline utilities for access to MTP Players
|
Summary: Commandline utilities for access to MTP Players
|
||||||
Version: 0.3.4
|
Version: 0.3.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
|
Patch0: cowon-iaudio7-fix.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -126,6 +127,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --program-prefix=mtp- --disable-static
|
%configure --program-prefix=mtp- --disable-static
|
||||||
@ -164,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||||||
%{_prefix}/include/libmtp.h
|
%{_prefix}/include/libmtp.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 15 2008 meissner@suse.de
|
||||||
|
- detach the Cowon iAudio 7 from usb-storage on start to make it work
|
||||||
|
bnc#457931
|
||||||
* Fri Nov 07 2008 meissner@suse.de
|
* Fri Nov 07 2008 meissner@suse.de
|
||||||
- upgraded to 0.3.4
|
- upgraded to 0.3.4
|
||||||
* Check propdesc before setting props in create_new_abstract_list() (Richard)
|
* Check propdesc before setting props in create_new_abstract_list() (Richard)
|
||||||
|
Loading…
Reference in New Issue
Block a user