From: zlice <zlice@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mixxx: update to 2.5.0
Date: Mon, 06 Jan 2025 20:27:28 +0100 [thread overview]
Message-ID: <20250106192728.9A1A72EAB7@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53868@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]
There is an updated pull request by zlice against master on the void-packages repository
https://github.com/zlice/void-packages mixxx250
https://github.com/void-linux/void-packages/pull/53868
mixxx: update to 2.5.0
#### Testing the changes
- I tested the changes in this PR: **BRIEF**
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- **aarch64-musl**
#### Comments
`guidelines-support-library` update to 4.1.0 @0x5c (contour and freecad seem to build, no need for bump but can be)
`mixxx` started using qt6 but tries to provide `QML`, which runs a binary and fails on aarch64 crossbuild. i don't think the build was using QML anyway.
`mixxx` also tries to download `libdjinterop` through cmake, which i was told is not supported in void. it wasn't in the previous version so it should be fine to ditch in 2.5.0

A patch file from https://github.com/void-linux/void-packages/pull/53868.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mixxx250-53868.patch --]
[-- Type: text/x-diff, Size: 3882 bytes --]
From 9d5479a97e671d6d43e5eb90a327803f070db3e7 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 14:08:33 -0500
Subject: [PATCH 1/2] guidelines-support-library: update to 4.1.0
---
srcpkgs/guidelines-support-library/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/guidelines-support-library/template b/srcpkgs/guidelines-support-library/template
index af77bd49417333..9103f75cf9b2ac 100644
--- a/srcpkgs/guidelines-support-library/template
+++ b/srcpkgs/guidelines-support-library/template
@@ -1,6 +1,6 @@
# Template file for 'guidelines-support-library'
pkgname=guidelines-support-library
-version=4.0.0
+version=4.1.0
revision=1
build_style=cmake
configure_args="-DGSL_TEST:BOOL=OFF"
@@ -9,7 +9,7 @@ maintainer="0x5c <dev@0x5c.io>"
license="MIT"
homepage="https://github.com/microsoft/GSL"
distfiles="https://github.com/microsoft/GSL/archive/refs/tags/v${version}.tar.gz"
-checksum=f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9
+checksum=0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd
post_install() {
vlicense LICENSE
From c754190e10e0f92b0d12b4bfa98bc2571038378e Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 14:08:50 -0500
Subject: [PATCH 2/2] mixxx: update to 2.5.0
---
srcpkgs/mixxx/template | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/srcpkgs/mixxx/template b/srcpkgs/mixxx/template
index 3568315470a260..07d308a29b7b89 100644
--- a/srcpkgs/mixxx/template
+++ b/srcpkgs/mixxx/template
@@ -1,22 +1,27 @@
# Template file for 'mixxx'
pkgname=mixxx
-version=2.3.3
-revision=8
+version=2.5.0
+revision=1
build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=Release"
-hostmakedepends="extra-cmake-modules pkg-config protobuf qt5-host-tools qt5-qmake"
+# ENGINEPRIME is for libdjinterop which mixxx's cmake tries to download
+# void's cmake is not built with openssl support to do this
+# QML is trying to run qmlimportscanner which fails on aarch64 cross build
+configure_args="-DCMAKE_BUILD_TYPE=Release -DENGINEPRIME=OFF -DQML=OFF"
+hostmakedepends="extra-cmake-modules pkg-config protobuf qt6-base qt6-declarative"
makedepends="chromaprint-devel faad2-devel ffmpeg6-devel libkeyfinder-devel glu-devel
lame-devel libid3tag-devel libmad-devel libmodplug-devel libusb-devel
opusfile-devel libflac-devel libogg-devel libsndfile-devel libvorbis-devel
- wavpack-devel portaudio-devel portmidi-devel protobuf-devel qt5-script-devel
- qt5-svg-devel qt5-xmlpatterns-devel rubberband-devel taglib-devel upower-devel
- vamp-plugin-sdk-devel lv2 lilv-devel qt5-x11extras-devel hidapi-devel libtheora-devel
- speex-devel soundtouch-devel qtkeychain-qt5-devel qt5-plugin-mysql qt5-plugin-odbc
- qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds libebur128-devel"
-depends="qt5-plugin-sqlite"
+ wavpack-devel portaudio-devel portmidi-devel protobuf-devel qt6-base-devel
+ qt6-base-private-devel qt6-declarative-devel qt6-declarative-private-devel
+ qt6-tools-devel qt6-qt5compat-devel qt6-shadertools-devel qt6-svg-devel
+ rubberband-devel taglib-devel upower-devel vamp-plugin-sdk-devel lv2 lilv-devel
+ hidapi-devel libtheora-devel speex-devel soundtouch-devel qtkeychain-qt6-devel
+ qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite libebur128-devel
+ benchmark-devel gtest-devel guidelines-support-library"
+depends="qt6-plugin-sqlite"
short_desc="Open source digital DJing software that allows mixing music"
maintainer="prez <prez@national.shitposting.agency>"
license="GPL-2.0-or-later"
homepage="https://www.mixxx.org"
distfiles="https://github.com/mixxxdj/mixxx/archive/${version}.tar.gz"
-checksum=8e3a5a545175982336bb07c81a3839897a007c43689b93641242db662f6beb9c
+checksum=95ad113f1988abaa4fabc2e19027d5456a6ba9cb0f6366a386a2239030f41089
next prev parent reply other threads:[~2025-01-06 19:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-06 18:03 [PR PATCH] " zlice
2025-01-06 18:05 ` [PR PATCH] [Updated] " zlice
2025-01-06 18:07 ` zlice
2025-01-06 19:25 ` zlice
2025-01-06 19:27 ` zlice [this message]
2025-01-07 1:22 ` 0x5c
2025-01-09 23:58 ` [PR REVIEW] " Johnnynator
2025-01-09 23:58 ` Johnnynator
2025-01-10 2:57 ` [PR PATCH] [Updated] " zlice
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=20250106192728.9A1A72EAB7@inbox.vuxu.org \
--to=zlice@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).