This commit is contained in:
commit
e2c20410d9
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
libmtp-0.1.2.tar.bz2
Normal file
3
libmtp-0.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf96caea918da5e19a8578d1d5c4f39d05baa57e23b266b8fdd45b974009c6e8
|
||||||
|
size 363971
|
37
libmtp.changes
Normal file
37
libmtp.changes
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 8 16:37:42 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to 0.1.2:
|
||||||
|
- new devices
|
||||||
|
- lots of bugfixes, rewritten lowlevel
|
||||||
|
communications layer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 2 12:47:17 CET 2006 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to 0.1.0:
|
||||||
|
- new devices
|
||||||
|
- metadata, tracks, vcf handling
|
||||||
|
- enhanced tools
|
||||||
|
- HAL snippet
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 12:29:13 CEST 2006 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to 0.0.19:
|
||||||
|
- formatting of devices added
|
||||||
|
- lots of fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 13:29:55 CEST 2006 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to 0.0.16
|
||||||
|
- better handling of non-ascii filenames
|
||||||
|
- handling of large files
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 23 10:43:23 CEST 2006 - meissner@suse.de
|
||||||
|
|
||||||
|
- libmtp 0.0.13
|
||||||
|
- Library to access MTP devices.
|
||||||
|
- Small sample tools for accessing.
|
92
libmtp.spec
Normal file
92
libmtp.spec
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
#
|
||||||
|
# spec file for package libmtp (Version 0.1.2)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: libmtp
|
||||||
|
URL: http://sf.net/projects/libmtp
|
||||||
|
BuildRequires: libusb
|
||||||
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
|
Autoreqprov: on
|
||||||
|
Requires: libusb
|
||||||
|
Summary: Access to MTP Players
|
||||||
|
Version: 0.1.2
|
||||||
|
Release: 1
|
||||||
|
Source0: %name-%version.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains a library that allows access to USB based media
|
||||||
|
players based on the MTP (Media Transfer Protocol) 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>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
||||||
|
./configure --prefix=%{_prefix} --libdir=%{_libdir}
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
install -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
|
||||||
|
install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%doc COPYING TODO README ChangeLog AUTHORS
|
||||||
|
%{_libdir}/lib*
|
||||||
|
%{_libdir}/pkgconfig/libmtp.pc
|
||||||
|
%{_prefix}/include/libmtp.h
|
||||||
|
%{_prefix}/bin/*
|
||||||
|
%dir /usr/share/hal
|
||||||
|
%dir /usr/share/hal/fdi
|
||||||
|
%dir /usr/share/hal/fdi/information
|
||||||
|
%dir /usr/share/hal/fdi/information/20thirdparty/
|
||||||
|
/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
||||||
|
|
||||||
|
%changelog -n libmtp
|
||||||
|
* Mon Jan 08 2007 - meissner@suse.de
|
||||||
|
- Upgraded to 0.1.2:
|
||||||
|
- new devices
|
||||||
|
- lots of bugfixes, rewritten lowlevel
|
||||||
|
communications layer.
|
||||||
|
* Sat Dec 02 2006 - meissner@suse.de
|
||||||
|
- Upgraded to 0.1.0:
|
||||||
|
- new devices
|
||||||
|
- metadata, tracks, vcf handling
|
||||||
|
- enhanced tools
|
||||||
|
- HAL snippet
|
||||||
|
* Thu Sep 21 2006 - meissner@suse.de
|
||||||
|
- Upgraded to 0.0.19:
|
||||||
|
- formatting of devices added
|
||||||
|
- lots of fixes
|
||||||
|
* Mon Aug 28 2006 - meissner@suse.de
|
||||||
|
- Upgraded to 0.0.16
|
||||||
|
- better handling of non-ascii filenames
|
||||||
|
- handling of large files
|
||||||
|
* Wed Aug 23 2006 - meissner@suse.de
|
||||||
|
- libmtp 0.0.13
|
||||||
|
- Library to access MTP devices.
|
||||||
|
- Small sample tools for accessing.
|
Loading…
x
Reference in New Issue
Block a user