Difference between revisions of "Mtpfs"
From CBLFS
Jump to navigationJump to search (mtpfs page - v0) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.adebenham.com/mtpfs/mtpfs- | + | | http://www.adebenham.com/mtpfs/mtpfs-{{Mtpfs-Version}}.tar.gz |
− | | | + | |} |
− | } | ||
---- | ---- | ||
Line 11: | Line 10: | ||
writing from any MTP device (as supported by libmtp)" . Many recent MP3 players can only be accessed | writing from any MTP device (as supported by libmtp)" . Many recent MP3 players can only be accessed | ||
as MTP devices (not standard USB mass storage devices).|http://www.adebenham.com/mtpfs/}} | as MTP devices (not standard USB mass storage devices).|http://www.adebenham.com/mtpfs/}} | ||
− | |||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
− | |||
=== Required === | === Required === | ||
Line 22: | Line 17: | ||
* [[libid3tag]] | * [[libid3tag]] | ||
* [[libmad]] | * [[libmad]] | ||
− | |||
* [[Glib2]] | * [[Glib2]] | ||
* [[FUSE]] | * [[FUSE]] | ||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 32: | Line 24: | ||
Compile the package: | Compile the package: | ||
− | + | ./configure --prefix=/usr && | |
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Multilib == | == Multilib == | ||
Line 46: | Line 39: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" PK_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD32}" PK_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
+ | ./configure --prefix=/usr && | ||
make | make | ||
Line 57: | Line 51: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" PK_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | |
+ | ./configure --prefix=/usr && | ||
+ | make | ||
Install the package: | Install the package: | ||
Line 67: | Line 63: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" PK_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD64}" PK_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
+ | ./configure --prefix=/usr && | ||
make | make | ||
Line 77: | Line 74: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |None | ||
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
|mtpfs | |mtpfs | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |None | ||
|} | |} | ||
Line 89: | Line 92: | ||
|is a utility to mount MTP devices | |is a utility to mount MTP devices | ||
|} | |} | ||
+ | |||
+ | [[Category:File System]] |
Latest revision as of 18:06, 5 July 2008
Download Source: | http://www.adebenham.com/mtpfs/mtpfs-0.7.tar.gz |
---|
Contents
Introduction to Mtpfs
From the MTPFS webpage: "MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp)" . Many recent MP3 players can only be accessed as MTP devices (not standard USB mass storage devices).
Project Homepage: http://www.adebenham.com/mtpfs/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PK_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PK_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr && make
Install the package:
TO DO
64Bit
Compile the package:
CC="gcc ${BUILD64}" PK_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | mtpfs |
Installed Libraries: | None |
Short Descriptions
mtpfs | is a utility to mount MTP devices |
---|