Difference between revisions of "Libmtp"

From CBLFS
Jump to navigationJump to search
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://downloads.sourceforge.net/libmtp/libmtp-0.0.21.tar.gz
+
| http://downloads.sourceforge.net/libmtp/libmtp-{{Libmtp-Version}}.tar.gz
 
|}
 
|}
  
Line 70: Line 70:
 
Installed Libraries: libmtp.so.2.1.1
 
Installed Libraries: libmtp.so.2.1.1
  
Installed Directory: /usr/share/doc/libmtp-0.0.21
+
Installed Directory: /usr/share/doc/libmtp-{{Libmtp-Version}}

Revision as of 18:30, 17 December 2006

Download Source: http://downloads.sourceforge.net/libmtp/libmtp-1.0.1.tar.gz

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

libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP).

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.2.1.1

Installed Directory: /usr/share/doc/libmtp-1.0.1