https://bugs.kde.org/show_bug.cgi?id=474318

--- Comment #1 from Urs Fleisch <uflei...@users.sourceforge.net> ---
Thanks for the report. However, I do not maintain the app on KDE's fdroid repo,
but I will give information on how to fix it.
I maintain two variants of Android apps, see https://kid3.kde.org/#download

- An apk hosted on Kid3's SourceForge repo, it is built with Qt 6.5.1, I would
try this:
https://prdownloads.sourceforge.net/kid3/kid3-3.9.4-android.apk?download
- I have Kid3 in the official FDroid, it is built with Qt 5.15 (FDroid dictates
that Qt must be built from source, so I have not upgraded this to Qt 6 yet):
https://f-droid.org/en/packages/net.sourceforge.kid3/

The reason for the error you are reporting seems to be that the OpenSSL shared
library is missing. In both of my versions, it is available and therefore
"Automatic import" is working. Note however, that this import corresponds to
"File/Automatic Import" and not "File/Import from MusicBrainz Fingerprint" in
the desktop version of Kid3, i.e. it does not use AcoustID but matches the
albums by artist and album tag frames, which have already to be set, and the
tracks are matched using length and file name heuristics.

Information about the SSL library used:

Qt 6.5.1 version:

lib/armeabi-v7a/libplugins_tls_qopensslbackend_armeabi-v7a.so
lib/armeabi-v7a/libssl_3.so
lib/armeabi-v7a/libcrypto_3.so

The first SO is provided by Qt, the other two are built using build.sh in
Kid3's sources using openssl-3.0.9.

Qt 5.14 version:

lib/armeabi-v7a/libplugins_bearer_libqandroidbearer.so
lib/armeabi-v7a/libssl_1_1.so
lib/armeabi-v7a/libcrypto_1_1.so

Again, the first one is built by Qt, the other two using build.sh and
openssl-1.1.1g. Note that these suffixes ('_3' and '_1_1' are required for
Android).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to