Search Criteria
Package Details: android-file-transfer-linux-git continuous.r0.g14cdedc-1
Git Clone URL: | https://aur.archlinux.org/android-file-transfer-linux-git.git (read-only, click to copy) |
---|---|
Package Base: | android-file-transfer-linux-git |
Description: | An interactive MTP client implemented in C++ using Qt toolkit |
Upstream URL: | https://github.com/whoozle/android-file-transfer-linux |
Licenses: | |
Conflicts: | |
Submitter: | sirocco |
Maintainer: | sirocco |
Last Packager: | sirocco |
Votes: | 24 |
Popularity: | 0.000007 |
First Submitted: | 2015-03-31 11:23 |
Last Updated: | 2020-04-15 06:16 |
Dependencies (8)
- fuse (fuse2)
- hicolor-icon-theme (hicolor-icon-theme-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- taglib (taglib-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Latest Comments
1 2 Next › Last »
TheGoliath commented on 2020-04-13 17:26
Needs update of pkgver, otherwise the package will always rebuild itself when used with an aur helper (continuous.r9.g5de45af-1 -> 3.2.r26.gb966969-1)
eduardolucioac commented on 2018-08-14 17:16
The command for git clone is resulting in timeout. I had to clone from the git repository manually.
Zepp commented on 2017-11-16 06:34
Well, after several times of trial and error, I manage to figure out that `--as-needed' flag is to blame. Since ldflags in `makepkg.conf' defaults to be `-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now', you can safely use `-DCMAKE_EXE_LINKER_FLAGS=-Wl,-O1,--sort-common,-z,relro,-z,now' to obtain better optimization.
Zepp commented on 2017-11-16 06:11
@andrej, It seems to be caused by the default linker flags set in `makepkg.conf', just pass one more parameter `-DCMAKE_EXE_LINKER_FLAGS=""' when invoking cmake in PKGBUILD, it should solve the issue.
@sirocco, Please update PKGBUILD after confirming this issue.
andrej commented on 2017-09-23 22:35
This doesn't build on my system. :-(
FAILED: fuse/aft-mtp-mount
: && /usr/lib/ccache/bin/c++ -march=native -O2 -pipe -fstack-protector-strong -O3 -DNDEBUG -Wl,-O2,--sort-common,--as-needed,-z,relro -rdynamic fuse/CMakeFiles/aft-mtp-mount.dir/fuse_ll.cpp.o -o fuse/aft-mtp-mount -lmagic libmtp-ng-static.a -lfuse -lpthread && :
libmtp-ng-static.a(ObjectFormat.cpp.o): In function `mtp::(anonymous namespace)::Magic::~Magic()':
ObjectFormat.cpp:(.text+0x223): undefined reference to `magic_close'
libmtp-ng-static.a(ObjectFormat.cpp.o): In function `mtp::(anonymous namespace)::Magic::Magic() [clone .constprop.50]':
ObjectFormat.cpp:(.text+0x6fd): undefined reference to `magic_open'
ObjectFormat.cpp:(.text+0x73c): undefined reference to `magic_load'
libmtp-ng-static.a(ObjectFormat.cpp.o): In function `mtp::ObjectFormatFromFilename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
ObjectFormat.cpp:(.text+0x1c88): undefined reference to `magic_file'
collect2: error: ld returned 1 exit status
[58/60] Building CXX object qt/CMakeFiles/android-file-transfer.dir/mainwindow.cpp.o
ninja: build stopped: subcommand failed.
WorMzy commented on 2015-12-16 21:50
Something has changed (presumably dependencies of dependencies), and the package refuses to build if mesa is not installed (can't find GL/gl.h). Namcap also reports that 'file' should be added to the depends array, as several binaries link against /usr/lib/libmagic.so.1.
Please add 'file' to the depends array, and 'mesa' to the makedepends array. Thanks!
sirocco commented on 2015-08-09 05:49
@Anonymo - done, thnx.
Anonymo commented on 2015-08-08 19:19
https://bugs.archlinux.org/task/40486
https://bugs.archlinux.org/task/41055
https://bbs.archlinux.org/viewtopic.php?id=182016
Without it:
$ android-file-transfer
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
Anonymo commented on 2015-08-08 19:17
$ android-file-transfer
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
Anonymo commented on 2015-08-08 19:17
https://bugs.archlinux.org/task/41055
https://bugs.archlinux.org/task/40486
https://bbs.archlinux.org/viewtopic.php?id=182016
Without it:
$ android-file-transfer
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.