Difference between revisions of "Libmtp"
From CBLFS
Jump to navigationJump to search(3 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP).| | ||
+ | http://libmtp.sourceforge.net/}} | ||
== Dependencies == | == Dependencies == | ||
Line 64: | Line 67: | ||
= Contents = | = Contents = | ||
− | + | {| style="text-align: left;" | |
− | + | |- | |
− | Installed Programs: mtp-delfile mtp-detect mtp-files mtp-folders mtp-format mtp-getfile mtp-getplaylist mtp-hotplug mtp-hotplug mtp-newfolder mtp-playlists mtp-sendfile mtp-sendtr mtp-tracks mtp-trexist | + | ! Installed Programs: |
− | + | | mtp-delfile mtp-detect mtp-files mtp-folders mtp-format mtp-getfile mtp-getplaylist mtp-hotplug mtp-hotplug mtp-newfolder mtp-playlists mtp-sendfile mtp-sendtr mtp-tracks mtp-trexist | |
− | Installed Libraries: libmtp.so | + | |- |
+ | ! Installed Libraries: | ||
+ | | libmtp.{a,la,so} | ||
+ | |- | ||
+ | ! Installed Directories: | ||
+ | | /usr/share/doc/libmtp-{{Libmtp-Version}} | ||
+ | |} | ||
− | + | [[Category:Media Libraries]] |
Latest revision as of 15:29, 19 March 2009
Download Source: | http://downloads.sourceforge.net/libmtp/libmtp-1.0.1.tar.gz |
---|
Contents
Introduction to Libmtp
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP).
Project Homepage: http://libmtp.sourceforge.net/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Programs: | mtp-delfile mtp-detect mtp-files mtp-folders mtp-format mtp-getfile mtp-getplaylist mtp-hotplug mtp-hotplug mtp-newfolder mtp-playlists mtp-sendfile mtp-sendtr mtp-tracks mtp-trexist |
---|---|
Installed Libraries: | libmtp.{a,la,so} |
Installed Directories: | /usr/share/doc/libmtp-1.0.1 |