Package Details: android-armv7a-eabi-qt5 5.15.2-2

Git Clone URL: https://aur.archlinux.org/android-armv7a-eabi-qt5.git (read-only, click to copy)
Package Base: android-armv7a-eabi-qt5
Description: Qt 5 for Android
Upstream URL: https://www.qt.io
Licenses: GPL3, LGPL
Groups: android-qt5
Submitter: hipersayan_x
Maintainer: None
Last Packager: hipersayan_x
Votes: 18
Popularity: 0.000000
First Submitted: 2018-11-22 19:15 (UTC)
Last Updated: 2021-03-14 20:02 (UTC)

Dependencies (26)

Sources (4)

Pinned Comments

hipersayan_x commented on 2021-07-07 15:06 (UTC) (edited on 2021-07-07 15:10 (UTC) by hipersayan_x)

I'll drop this package, I been thinking and there are a lot of strong reasons not to waste any time maintaining it.
KDE doesn't provide an easy way to download the entire Qt source code in a single package, like in the official Qt releases.
Also, KDE doesn't provides tagged versions, I've to keep tracking manually the latest commits, or converting it to a git package.
It will require to split this package into 47x4 packages, 47 Qt modules and 4 architectures to maintain, that's 188 packages to maintain, absurd!
Cloning a git repository is slower than just downloading a source package file, making the build even much slower and painful.
Is a lot of work for something that will be dead in 1 year or 2 at most.
Good luck to the one that will step up to take care of this monstrosity, to the rest of developers, don't be lazy and consider switching to Qt6.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

hipersayan_x commented on 2018-07-03 16:15 (UTC)

@Martchus, nope I'm quite busy right now, if you have your OpenSSL packages ready upload them to the AUR. Also, I've uploaded the scripts to my github, send me a PR with the changes to support OpenSSL or any other change.

https://github.com/hipersayanX/pkgbuild-android-qt5

Martchus commented on 2018-07-03 15:30 (UTC)

@Skycoder42, @hipersayan_x I'm currently working on an Android package for OpenSSL. I'll upload it to the AUR when it is done. Or is there already any progress on your side?

@thomas66 Or, alternatively you just alter the PKGBUILD to point to the correct path.<br> @hipersayan_x It would be nice if the PKGBUILD would allow to adjust the paths without modifying the file. If you would use eg. export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT:-/opt/android-ndk} it would be possible to do so by adding ANDROID_NDK_ROOT=/some/path to /etc/makepkg.conf.

hipersayan_x commented on 2018-05-21 16:01 (UTC)

thomas66, you must install the SDK and NDK from AUR, not from android-studio.

thomas66 commented on 2018-05-21 15:50 (UTC) (edited on 2018-05-21 15:55 (UTC) by thomas66)

Trying to compile package always fails with error message:

In file included from /opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_algo.h:59:0,
                 from /opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/algorithm:62,
                 from global/qglobal.h:110,
                 from kernel/qsystemerror.cpp:40:
/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdlib:72:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
                   ^
compilation terminated.

Have installed android-ndk-10e and android SDK 25.0.2 from android-studio. What is going wrong with my set-up?

hipersayan_x commented on 2018-04-14 02:22 (UTC)

Skycoder42, sure, just upload the openssl android packages and give me the changes I need to apply to support it in my packages.

Skycoder42 commented on 2018-04-12 11:27 (UTC)

Qt can use openssl on the device, but most modern devices do not come with openssl, and thus it has to be added yourself. There is a doc entry for that: https://doc.qt.io/qt-5/opensslsupport.html

So creating a new package the cross-compiles openssl would be very useful

hipersayan_x commented on 2017-07-29 17:47 (UTC)

@Tazmain, do you mean creating an openssl package for Android? Theoretically, Qt may be using SSL support from Android base system.

Tazmain commented on 2017-07-29 16:52 (UTC) (edited on 2017-07-29 17:38 (UTC) by Tazmain)

Is there a package for openssl? Or could open ssl be added for this as well?

hipersayan_x commented on 2017-07-20 17:48 (UTC)

Is a bug with android-sdk-build-tools-26, according to this https://bugreports.qt.io/browse/QTCREATORBUG-17852, install android-sdk-build-tools-25.0.2, then export ANDROID_BUILD_TOOLS_REVISION=25.0.2 and makepkg

k1ngfru1t commented on 2017-07-20 13:11 (UTC) (edited on 2017-07-20 13:13 (UTC) by k1ngfru1t)

Unfortunately when building my application with Qt Creator for android target I get the following errors: /usr/bin/env: ‘sh\r’: No such file or directory Building the android package failed!