Package Details: android-ndk r26.d-1

Git Clone URL: https://aur.archlinux.org/android-ndk.git (read-only, click to copy)
Package Base: android-ndk
Description: Android C/C++ developer kit
Upstream URL: https://developer.android.com/ndk/
Licenses: GPL, custom, LGPL
Replaces: android-ndk64
Submitter: sergej
Maintainer: migrev
Last Packager: migrev
Votes: 280
Popularity: 1.12
First Submitted: 2009-06-26 09:29 (UTC)
Last Updated: 2024-04-25 09:03 (UTC)

Dependencies (15)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 17 Next › Last »

yan12125 commented on 2016-04-20 07:30 (UTC)

This package should now depends on libtinfo-5 instead of libtinfo: $ for f in $(grep -lr libtinfo /opt/android-ndk/toolchains) ; do ; echo $f ; ldd $f | grep libtinfo ; done /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/lib64/LLVMgold.so libtinfo.so.5 => not found libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/lib64/libLLVM.so libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-dis libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-as libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/FileCheck libtinfo.so.5 => not found /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-link libtinfo.so.5 => not found

xyproto commented on 2016-04-18 15:00 (UTC)

That is possible, but introducing epoch is a bit ugly and can never be removed. I am planning to remove the "r" from the package version instead.

yan12125 commented on 2016-04-09 17:29 (UTC)

Add "epoch=1" to PKGBUILD should fix the problem of version comparisons.

xyproto commented on 2016-04-07 13:24 (UTC)

@chenxiaolong, it is possible to have a version number without the "r", like for android-sdk. Someone complained about the "r" being missing in the android-sdk package, but I think it would be an improvement to not have the "r" also for android-ndk.

chenxiaolong commented on 2016-04-06 18:40 (UTC)

@xyproto: Is there a good way to ensure the version numbers are always increasing? Right now, pacman is treating r11c as being older than r11: chenxiaolong@cxl-4270cto $ vercmp r11 r11c 1 It's not a big deal, just a minor inconvenience. Thanks!

xyproto commented on 2016-04-06 09:47 (UTC)

@dreamingincode Flagging as out-of-date does the trick.

dreamingincode commented on 2016-04-03 13:19 (UTC)

r11c sha1sum de5ce9bddeee16fb6af2b9117e9566352aa7e279 sha256sum ba85dbe4d370e4de567222f73a3e034d85fc3011b3cbd90697f3e8dcace3ad94 Please update the PKGBUILD.

xyproto commented on 2016-03-17 11:53 (UTC)

Upstream updated the zip file. Updated the sha256 sum in response. Added dependency on libtinfo (thanks, @chenxiaolong).

chenxiaolong commented on 2016-03-15 07:31 (UTC)

@xyproto: Could you add libtinfo to the dependencies? clang depends on it: /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory Thanks!

poom commented on 2016-03-10 00:07 (UTC)

r11 is now released