libmtp: deleted unmaintained port
This commit is contained in:
parent
03555a4b65
commit
ea82d686b6
@ -1,41 +0,0 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/udev/
|
||||
drwxr-xr-x root/root etc/udev/hwdb.d/
|
||||
-rw-r--r-- root/root etc/udev/hwdb.d/69-libmtp.hwdb
|
||||
-rwxr-xr-x root/root etc/udev/mtp-probe
|
||||
drwxr-xr-x root/root etc/udev/rules.d/
|
||||
-rw-r--r-- root/root etc/udev/rules.d/69-libmtp.rules
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/mtp-albumart
|
||||
-rwxr-xr-x root/root usr/bin/mtp-albums
|
||||
-rwxr-xr-x root/root usr/bin/mtp-connect
|
||||
lrwxrwxrwx root/root usr/bin/mtp-delfile -> mtp-connect
|
||||
-rwxr-xr-x root/root usr/bin/mtp-detect
|
||||
-rwxr-xr-x root/root usr/bin/mtp-emptyfolders
|
||||
-rwxr-xr-x root/root usr/bin/mtp-files
|
||||
-rwxr-xr-x root/root usr/bin/mtp-filetree
|
||||
-rwxr-xr-x root/root usr/bin/mtp-folders
|
||||
-rwxr-xr-x root/root usr/bin/mtp-format
|
||||
lrwxrwxrwx root/root usr/bin/mtp-getfile -> mtp-connect
|
||||
-rwxr-xr-x root/root usr/bin/mtp-getplaylist
|
||||
-rwxr-xr-x root/root usr/bin/mtp-hotplug
|
||||
lrwxrwxrwx root/root usr/bin/mtp-newfolder -> mtp-connect
|
||||
-rwxr-xr-x root/root usr/bin/mtp-newplaylist
|
||||
-rwxr-xr-x root/root usr/bin/mtp-playlists
|
||||
-rwxr-xr-x root/root usr/bin/mtp-reset
|
||||
lrwxrwxrwx root/root usr/bin/mtp-sendfile -> mtp-connect
|
||||
lrwxrwxrwx root/root usr/bin/mtp-sendtr -> mtp-connect
|
||||
-rwxr-xr-x root/root usr/bin/mtp-thumb
|
||||
-rwxr-xr-x root/root usr/bin/mtp-tracks
|
||||
-rwxr-xr-x root/root usr/bin/mtp-trexist
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/libmtp.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libmtp.a
|
||||
-rwxr-xr-x root/root usr/lib/libmtp.la
|
||||
lrwxrwxrwx root/root usr/lib/libmtp.so -> libmtp.so.9.4.0
|
||||
lrwxrwxrwx root/root usr/lib/libmtp.so.9 -> libmtp.so.9.4.0
|
||||
-rwxr-xr-x root/root usr/lib/libmtp.so.9.4.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libmtp.pc
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3wbGbAaF3qKOqYsdCAzraFVixHnOdXEkdvWpcxCNEAakM40urPd2tUJOH2ezEew3ErGXMmBVxOHoy7EL0FPSeAo=
|
||||
SHA256 (Pkgfile) = 0ea34a424de1d2bb228b9fb05ea900018e71e67539e66f55184d325627c7219c
|
||||
SHA256 (.footprint) = 2838683e34ae88745d4ea9a2b604db614645982b63aeaaff8e7aa68a81165b04
|
||||
SHA256 (libmtp-1.1.18.tar.gz) = 7280fe50c044c818a06667f45eabca884deab3193caa8682e0b581e847a281f0
|
@ -1,21 +0,0 @@
|
||||
# Description: Library implementation of the Media Transfer Protocol (MTP)
|
||||
# URL: http://sourceforge.net/projects/libmtp/
|
||||
# Maintainer: UNMAINTAINED
|
||||
# Depends on: libgcrypt libusb
|
||||
|
||||
name=libmtp
|
||||
version=1.1.18
|
||||
release=1
|
||||
source=(http://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-udev=/etc/udev/ \
|
||||
--disable-dependency-tracking
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
README for libmtp
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
libmtp contains /etc/udev/rules.d/69-libmtp.rules, so there is
|
||||
a need to reload rules:
|
||||
# udevadm control --reload-rules
|
||||
|
||||
NOTES
|
||||
|
||||
Run MTP as a regular user
|
||||
-------------------------
|
||||
|
||||
1. Create the plugdev group and add your user name into it:
|
||||
|
||||
getent group plugdev >/dev/null || groupadd -r plugdev
|
||||
usermod -aG plugdev $USERNAME
|
||||
newgrp plugdev
|
||||
|
||||
2. Find your device's (VendorId:ProductId) in the lsusb output.
|
||||
|
||||
3. Find your VendorId:ProductId in the
|
||||
/etc/udev/rules.d/69-libmtp.rules , and change the line into
|
||||
the following:
|
||||
|
||||
ATTR{idVendor}="...", ATTR{idProduct}="...", ...,
|
||||
MODE="0666", GROUP="plugdev"
|
||||
|
||||
4. Reload the udev rules (as described in the POST-INSTALL)
|
||||
|
||||
5. You also may be interested to save your settings.
|
||||
Add the following line into /etc/pkgadd.conf:
|
||||
|
||||
UPGRADE ^etc/udev/rules.d/69-libmtp.rules$ NO
|
Loading…
x
Reference in New Issue
Block a user