Package Details: android-x86-64-qt5 5.15.2-2

Git Clone URL: https://aur.archlinux.org/android-x86-64-qt5.git (read-only, click to copy)
Package Base: android-x86-64-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: 6
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:07 (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

1 2 Next › Last »

hipersayan_x commented on 2021-07-07 15:07 (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.

alexbrinister commented on 2019-10-27 21:55 (UTC)

android-platform-22 should be a makedepend of this package.

sikmir commented on 2019-06-17 21:08 (UTC)

linking ../../bin/qdoc
g++: virhe: /opt/android-libs/x86-64/lib/libz.so: No such file or directory

sikmir commented on 2019-06-15 07:54 (UTC)

Note: android-environment should be installed before.

sikmir commented on 2019-02-19 21:03 (UTC)

How to make Qt Creator auto-detect this Qt kit?

hipersayan_x commented on 2018-11-19 21:15 (UTC)

From now on, android-qt5-* will have the following file structure:

/opt/android-libs/architecture/bin
/opt/android-libs/architecture/include
/opt/android-libs/architecture/lib
/opt/android-libs/architecture/lib/qt
/opt/android-libs/architecture/share

The purpose of this change is to coexist with other 3rd-party Android libraries, and create an homogeneous development environment. More changes would come in the future in order to improving the situation.

Apologies for the inconvenience caused.

hipersayan_x commented on 2016-06-25 13:19 (UTC) (edited on 2016-06-25 14:41 (UTC) by hipersayan_x)

In my system, the MySQL plugin build fail so i disabled it, in your case it fail only with Postgre? EDIT Found the problem. If the host and target architectures are the same, Qt try to compile the SQL plugin depending on which DB are installed in the host system instead of the target.

tinxy commented on 2016-06-25 08:26 (UTC)

I don't know if that was intended but you disabled MySQL, not Postgres ("-no-sql-mysql").

hipersayan_x commented on 2016-03-12 15:17 (UTC)

wicast, thank you very much, i've updated all packages with "-no-sql-psql" option.

wicast commented on 2016-03-12 01:50 (UTC)

Disable PostgreSQL with "-no-sql-psql" can build it successfully.