Github messages for voidlinux
 help / color / mirror / Atom feed
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 19:07:25 +0100	[thread overview]
Message-ID: <20250106180725.4803D222BA@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: 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

  parent reply	other threads:[~2025-01-06 18:07 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 [this message]
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

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=20250106180725.4803D222BA@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).