Package Details: android-file-transfer-git 4.3.r13.g2a48d30-2

Git Clone URL: https://aur.archlinux.org/android-file-transfer-git.git (read-only, click to copy)
Package Base: android-file-transfer-git
Description: An interactive MTP client implemented in C++ using Qt toolkit
Upstream URL: https://github.com/whoozle/android-file-transfer-linux
Licenses: LGPL2.1
Conflicts: android-file-transfer, android-file-transfer-linux
Provides: android-file-transfer
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 23
Popularity: 0.58
First Submitted: 2024-04-03 05:20 (UTC)
Last Updated: 2024-04-14 15:38 (UTC)

Required by (2)

Sources (1)

Latest Comments

1 2 Next › Last »

eduardolucioac commented on 2018-08-14 17:16 (UTC) (edited on 2018-08-14 17:17 (UTC) by eduardolucioac)

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 (UTC)

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 (UTC)

@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 (UTC) (edited on 2017-09-23 22:36 (UTC) by andrej)

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 (UTC)

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 (UTC)

@Anonymo - done, thnx.

Anonymo commented on 2015-08-08 19:19 (UTC)

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.