* [PR PATCH] mixxx: update to 2.5.0
@ 2025-01-06 18:03 zlice
2025-01-06 18:05 ` [PR PATCH] [Updated] " zlice
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: zlice @ 2025-01-06 18:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]
There is a new 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**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### 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
`msgsl` is just a dev package. for some reason requires `-Wno-ctor-dtor-privacy` no void, though arch and alpine do not seem to mention this. figured it may be compiler?
`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
![mixxx](https://github.com/user-attachments/assets/25b93c2c-3f83-48bb-b277-6bf8dff66e52)
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: 4432 bytes --]
From d8a2dedd1ae8d5b2f0f4e59d14708e6b523c2d22 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 12:44:53 -0500
Subject: [PATCH 1/2] New package: msgsl-4.1.0
---
srcpkgs/msgsl/patches/ctorprivacy.patch | 13 +++++++++++++
srcpkgs/msgsl/template | 13 +++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcpkgs/msgsl/patches/ctorprivacy.patch
create mode 100644 srcpkgs/msgsl/template
diff --git a/srcpkgs/msgsl/patches/ctorprivacy.patch b/srcpkgs/msgsl/patches/ctorprivacy.patch
new file mode 100644
index 00000000000000..444c9282bd2e74
--- /dev/null
+++ b/srcpkgs/msgsl/patches/ctorprivacy.patch
@@ -0,0 +1,13 @@
+# not sure what this is about, other distros don't seem to have it
+# may be newer compilers?
+--- a/tests/CMakeLists.txt
++++ b/tests/CMakeLists.txt
+@@ -129,7 +129,7 @@
+ -Wall
+ -Wcast-align
+ -Wconversion
+- -Wctor-dtor-privacy
++ -Wno-ctor-dtor-privacy
+ -Werror
+ -Wextra
+ -Wpedantic
diff --git a/srcpkgs/msgsl/template b/srcpkgs/msgsl/template
new file mode 100644
index 00000000000000..1a0e5c38b7a9a9
--- /dev/null
+++ b/srcpkgs/msgsl/template
@@ -0,0 +1,13 @@
+# Template file for 'msgsl'
+pkgname=msgsl
+version=4.1.0
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="git"
+short_desc="Microsoft C++ Core Guidelines Support Library"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/microsoft/GSL"
+distfiles="https://github.com/microsoft/GSL/archive/refs/tags/v${version}.tar.gz"
+checksum=0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd
From 2b1fd8e2a052eedf109acdedc6992f63c50863a2 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 12:45:05 -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..9aed6a733f6737 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 msgsl"
+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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
@ 2025-01-06 18:05 ` zlice
2025-01-06 18:07 ` zlice
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2025-01-06 18:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1381 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**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### 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
`msgsl` is just a dev package. for some reason requires `-Wno-ctor-dtor-privacy` on void, though arch and alpine do not seem to mention this. figured it may be compiler?
`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
![mixxx](https://github.com/user-attachments/assets/25b93c2c-3f83-48bb-b277-6bf8dff66e52)
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: 4454 bytes --]
From adcbaf50808f1fd12c2e20dcd14547184b01fc25 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 12:44:53 -0500
Subject: [PATCH 1/2] New package: msgsl-4.1.0
---
srcpkgs/msgsl/patches/ctorprivacy.patch | 13 +++++++++++++
srcpkgs/msgsl/template | 17 +++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 srcpkgs/msgsl/patches/ctorprivacy.patch
create mode 100644 srcpkgs/msgsl/template
diff --git a/srcpkgs/msgsl/patches/ctorprivacy.patch b/srcpkgs/msgsl/patches/ctorprivacy.patch
new file mode 100644
index 00000000000000..444c9282bd2e74
--- /dev/null
+++ b/srcpkgs/msgsl/patches/ctorprivacy.patch
@@ -0,0 +1,13 @@
+# not sure what this is about, other distros don't seem to have it
+# may be newer compilers?
+--- a/tests/CMakeLists.txt
++++ b/tests/CMakeLists.txt
+@@ -129,7 +129,7 @@
+ -Wall
+ -Wcast-align
+ -Wconversion
+- -Wctor-dtor-privacy
++ -Wno-ctor-dtor-privacy
+ -Werror
+ -Wextra
+ -Wpedantic
diff --git a/srcpkgs/msgsl/template b/srcpkgs/msgsl/template
new file mode 100644
index 00000000000000..a096661bcee9db
--- /dev/null
+++ b/srcpkgs/msgsl/template
@@ -0,0 +1,17 @@
+# Template file for 'msgsl'
+pkgname=msgsl
+version=4.1.0
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="git"
+short_desc="Microsoft C++ Core Guidelines Support Library"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/microsoft/GSL"
+distfiles="https://github.com/microsoft/GSL/archive/refs/tags/v${version}.tar.gz"
+checksum=0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd
+
+post_install(){
+ vlicense LICENSE
+}
From 8e0c455a09fd806231715b9be90b14f2d2d762bd Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 12:45:05 -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..9aed6a733f6737 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 msgsl"
+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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
2025-01-06 18:05 ` [PR PATCH] [Updated] " zlice
@ 2025-01-06 18:07 ` zlice
2025-01-06 19:25 ` zlice
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2025-01-06 18:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1381 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**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### 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
`msgsl` is just a dev package. for some reason requires `-Wno-ctor-dtor-privacy` on void, though arch and alpine do not seem to mention this. figured it may be compiler?
`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
![mixxx](https://github.com/user-attachments/assets/25b93c2c-3f83-48bb-b277-6bf8dff66e52)
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: 4455 bytes --]
From 83c34235f3beb756cea56926ac27bb8f4b9d87d8 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 12:44:53 -0500
Subject: [PATCH 1/2] New package: msgsl-4.1.0
---
srcpkgs/msgsl/patches/ctorprivacy.patch | 13 +++++++++++++
srcpkgs/msgsl/template | 17 +++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 srcpkgs/msgsl/patches/ctorprivacy.patch
create mode 100644 srcpkgs/msgsl/template
diff --git a/srcpkgs/msgsl/patches/ctorprivacy.patch b/srcpkgs/msgsl/patches/ctorprivacy.patch
new file mode 100644
index 00000000000000..444c9282bd2e74
--- /dev/null
+++ b/srcpkgs/msgsl/patches/ctorprivacy.patch
@@ -0,0 +1,13 @@
+# not sure what this is about, other distros don't seem to have it
+# may be newer compilers?
+--- a/tests/CMakeLists.txt
++++ b/tests/CMakeLists.txt
+@@ -129,7 +129,7 @@
+ -Wall
+ -Wcast-align
+ -Wconversion
+- -Wctor-dtor-privacy
++ -Wno-ctor-dtor-privacy
+ -Werror
+ -Wextra
+ -Wpedantic
diff --git a/srcpkgs/msgsl/template b/srcpkgs/msgsl/template
new file mode 100644
index 00000000000000..47fe06605a1e14
--- /dev/null
+++ b/srcpkgs/msgsl/template
@@ -0,0 +1,17 @@
+# Template file for 'msgsl'
+pkgname=msgsl
+version=4.1.0
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="git"
+short_desc="Microsoft C++ Core Guidelines Support Library"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/microsoft/GSL"
+distfiles="https://github.com/microsoft/GSL/archive/refs/tags/v${version}.tar.gz"
+checksum=0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd
+
+post_install() {
+ vlicense LICENSE
+}
From 04254a23fc76441275913b16dd22aa285ba3e812 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 6 Jan 2025 12:45:05 -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..9aed6a733f6737 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 msgsl"
+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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 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
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2025-01-06 19:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1381 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**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### 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
`msgsl` is just a dev package. for some reason requires `-Wno-ctor-dtor-privacy` on void, though arch and alpine do not seem to mention this. figured it may be compiler?
`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
![mixxx](https://github.com/user-attachments/assets/25b93c2c-3f83-48bb-b277-6bf8dff66e52)
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: 3861 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 bfef754d940ae61237f5214dd7d043de0ad55eec 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..9aed6a733f6737 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 msgsl"
+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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
` (2 preceding siblings ...)
2025-01-06 19:25 ` zlice
@ 2025-01-06 19:27 ` zlice
2025-01-07 1:22 ` 0x5c
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2025-01-06 19:27 UTC (permalink / raw)
To: ml
[-- 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
![mixxx](https://github.com/user-attachments/assets/25b93c2c-3f83-48bb-b277-6bf8dff66e52)
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
` (3 preceding siblings ...)
2025-01-06 19:27 ` zlice
@ 2025-01-07 1:22 ` 0x5c
2025-01-09 23:58 ` [PR REVIEW] " Johnnynator
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: 0x5c @ 2025-01-07 1:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
New comment by 0x5c on void-packages repository
https://github.com/void-linux/void-packages/pull/53868#issuecomment-2574214438
Comment:
The GSL bump looks good to me
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR REVIEW] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
` (4 preceding siblings ...)
2025-01-07 1:22 ` 0x5c
@ 2025-01-09 23:58 ` Johnnynator
2025-01-09 23:58 ` Johnnynator
2025-01-10 2:57 ` [PR PATCH] [Updated] " zlice
7 siblings, 0 replies; 9+ messages in thread
From: Johnnynator @ 2025-01-09 23:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
New review comment by Johnnynator on void-packages repository
https://github.com/void-linux/void-packages/pull/53868#discussion_r1909570389
Comment:
```suggestion
hostmakedepends="extra-cmake-modules pkg-config protobuf qt6-base qt6-declarative-host-tools qt6-shadertools"
```
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR REVIEW] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
` (5 preceding siblings ...)
2025-01-09 23:58 ` [PR REVIEW] " Johnnynator
@ 2025-01-09 23:58 ` Johnnynator
2025-01-10 2:57 ` [PR PATCH] [Updated] " zlice
7 siblings, 0 replies; 9+ messages in thread
From: Johnnynator @ 2025-01-09 23:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
New review comment by Johnnynator on void-packages repository
https://github.com/void-linux/void-packages/pull/53868#discussion_r1909570642
Comment:
```suggestion
configure_args="-DCMAKE_BUILD_TYPE=Release -DENGINEPRIME=OFF"
```
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] mixxx: update to 2.5.0
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 zlice
` (6 preceding siblings ...)
2025-01-09 23:58 ` Johnnynator
@ 2025-01-10 2:57 ` zlice
7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2025-01-10 2:57 UTC (permalink / raw)
To: ml
[-- 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
![mixxx](https://github.com/user-attachments/assets/25b93c2c-3f83-48bb-b277-6bf8dff66e52)
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: 3825 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 f5d5326e72f2b2df602922109ba9706e43df18ac 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..9322ea15528c64 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
+configure_args="-DCMAKE_BUILD_TYPE=Release -DENGINEPRIME=OFF"
+hostmakedepends="extra-cmake-modules pkg-config protobuf qt6-base
+ qt6-declarative-host-tools qt6-shadertools"
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
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-10 2:57 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-06 18:03 [PR PATCH] mixxx: update to 2.5.0 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
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
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).