From: MechDR <MechDR@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package request: amarok
Date: Tue, 23 Apr 2024 13:24:19 +0200 [thread overview]
Message-ID: <20240423112419.50E4A2153C@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49953@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 4553 bytes --]
New comment by MechDR on void-packages repository
https://github.com/void-linux/void-packages/issues/49953#issuecomment-2072047533
Comment:
This is never gonna be accepted in repos. Stable version (2.9.0) requires `qt4-devel` in `CmakeLists.txt`
````
find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED )
if(WITH_QTWEBKIT)
find_package( Qt4 COMPONENTS QtWebkit REQUIRED)
endif()
````
Qt4 is not part of the Void packages or templates, support for Qt4 has been dropped and I don't believe it was ever a part of the Void repos or xbps-src.
Here's a dirty repack of Amarok builds for Ubuntu.
````
# Template file for 'amarok'
pkgname=amarok
version=2.9.0
revision=1
archs="i686 x86_64 armv7l aarch64 ppc64"
short_desc="Amarok is a powerful music player for Linux, Unix and Windows with an intuitive interface."
maintainer="someone <someone@some.one>"
license="GPL-2.0-or-later"
homepage="https://amarok.kde.org/"
case "${XBPS_TARGET_MACHINE}" in
i686)
distfiles="https://web.archive.org/web/20240423093955/http://launchpadlibrarian.net/361089251/amarok_${version}-0ubuntu2_i386.deb"
checksum="12bfe9cb4b0cac8bd511d120c32707004992f1e38e538daec6a5f12b8d53c0a6"
;;
x86_64)
distfiles="https://web.archive.org/web/20240423093032/http://launchpadlibrarian.net/361089537/amarok_${version}-0ubuntu2_amd64.deb"
checksum="bd64a0b11a2f141c5ed769a6055f0eb0123c944f3897ab3a79385aacfaa62d4e"
;;
armv7l)
distfiles="https://web.archive.org/web/20240423094800/http://launchpadlibrarian.net/361090115/amarok_${version}-0ubuntu2_armhf.deb"
checksum="d717a8d551f5a8b996305abee37444fbfffb73699f210ef47224636034aa9567"
;;
aarch64)
distfiles="https://web.archive.org/web/20240423093825/http://launchpadlibrarian.net/361090149/amarok_${version}-0ubuntu2_arm64.deb"
checksum="81b761afdbd5ed245e08610cf381893679b6a3c1e22899d70db2ab59100e99da"
;;
ppc64)
distfiles="https://web.archive.org/web/20240423095017/http://launchpadlibrarian.net/361088804/amarok_${version}-0ubuntu2_ppc64el.deb"
checksum="814401fb073f0bc93cc18f81cacb77e58b89ab4a88d612e4b1a2f44a5cb4a164"
;;
esac
do_build () {
mkdir -p ${wrksrc}/usr
mv -f ${wrksrc}/bin ${wrksrc}/usr/bin
}
do_install() {
vcopy lib /
vcopy share /
vcopy usr /
}
````
But it requires so many old libraries, so many dependencies unresolved...
````
SONAME: libkdeui.so.5 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libkdecore.so.5 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtGui.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtCore.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libplasma.so.3 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtDBus.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libkcmutils.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libkio.so.5 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libsolid.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtNetwork.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libkdnssd.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libthreadweaver.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libqjson.so.0 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtOpenGL.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtSvg.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libkdewebkit.so.5 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtWebKit.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtXml.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtSql.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: liblastfm.so.1 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libmygpo-qt.so.1 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libmysqlclient.so.20 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libkfile.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libphonon.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libktexteditor.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtScript.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libQtScriptTools.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libofa.so.0 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libavformat.so.57 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libavcodec.so.57 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libavutil.so.55 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libknewstuff3.so.4 <-> UNKNOWN PKG PLEASE FIX!
SONAME: libqca.so.2 <-> UNKNOWN PKG PLEASE FIX!
````
And these depends will probably depend on other depreciated depends, so... is it doable? Yes. Is it worth it? No. Even if you just repackage from deb/rpm, it'll still take a lot of time and effort. And some of those libs need to communicate with online services, most of them won't (not up to date protocols, things change), and even if they do, they're still insecure for online communication.
next prev parent reply other threads:[~2024-04-23 11:24 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-21 9:58 [ISSUE] " Eloitor
2024-04-23 11:24 ` MechDR [this message]
2024-04-23 11:38 ` Eloitor
2024-04-23 14:09 ` MechDR
2024-05-03 7:20 ` mvf
2024-05-08 22:08 ` MechDR
2024-05-15 13:09 ` MechDR
2024-05-16 7:09 ` mvf
2024-05-16 7:20 ` MechDR
2024-05-16 7:22 ` MechDR
2024-05-16 7:38 ` mvf
2024-05-16 16:30 ` MechDR
2024-05-20 23:28 ` MechDR
2024-05-24 22:33 ` MechDR
2024-05-24 22:33 ` MechDR
2024-05-24 22:42 ` MechDR
2024-05-24 23:55 ` MechDR
2024-05-25 0:00 ` MechDR
2024-05-25 0:09 ` MechDR
2024-05-25 0:12 ` MechDR
2024-06-08 18:48 ` artenax
2024-06-09 22:46 ` MechDR
2025-01-11 1:36 ` SumOys
2025-01-30 8:56 ` MechDR
2025-01-30 8:58 ` MechDR
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240423112419.50E4A2153C@inbox.vuxu.org \
--to=mechdr@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).