public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/
Date: Sat, 06 Sep 2025 14:34:18 +0000 (UTC)	[thread overview]
Message-ID: <1757169176.772fdeb533a8a3e644d01837cee7bae18ae4ab6b.sam@gentoo> (raw)

commit:     772fdeb533a8a3e644d01837cee7bae18ae4ab6b
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Sep  3 13:15:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 14:32:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772fdeb5

media-sound/mixxx: Bump to 2.5.3

remove patches merged

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43656
Closes: https://github.com/gentoo/gentoo/pull/43656
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/mixxx/Manifest           |   1 +
 media-sound/mixxx/mixxx-2.5.3.ebuild | 173 +++++++++++++++++++++++++++++++++++
 2 files changed, 174 insertions(+)

diff --git a/media-sound/mixxx/Manifest b/media-sound/mixxx/Manifest
index 8d34c73e7171..8420f6917c7a 100644
--- a/media-sound/mixxx/Manifest
+++ b/media-sound/mixxx/Manifest
@@ -1,2 +1,3 @@
 DIST mixxx-2.5.1.tar.gz 39957616 BLAKE2B a1541e74753ba97aa5faf0785f987619b60e061faf21500723568eb599fd72cc03b3948a1a8012dcfeb111a2e2e20256aa39dbeb15e49355830bb94aeef7d625 SHA512 14ca19b58e5f3bb2502a3a79125c2e4f149d002ff6e89bd3bad61a6bb268cfcecaaf1ee31eac3eb39bfdcdf77bae38ea6ef0ad3cdb8df9bfb842070b642b3ffc
 DIST mixxx-2.5.2.tar.gz 40033028 BLAKE2B f9ff48c45af4092ef8fcba5220d31d80b639d06b2803573b433b307d0062d6295337cde490b50ca1d9dfcab91d34ed9a6e299ffc9e84dfa39df3c15cc40006ef SHA512 3ea8faef80c5a8b28ffd1bd6384d2b60b318da6b77dc34d1a68a626e48756e235fe854cb5a7b1bbfab1f8c2b8be2489dd238c11f072b08d0fde86618ddd55c0f
+DIST mixxx-2.5.3.tar.gz 40055675 BLAKE2B 613d6eb774345eff58525442d4240227fe10910854f20833358640783bf4f7b429cbedded3b644c96dd7a7bdb9ff022458c4b0398a29c8d6723d7faeb7519607 SHA512 3dbb87fdc02e2dc38a370a7c78ce66140d69b6b84f6b5db986da83dc559de0a7ed9b9c72a52e94363eb86b94fee2176718b3d8fbc921fce1741a144bd693ea9d

diff --git a/media-sound/mixxx/mixxx-2.5.3.ebuild b/media-sound/mixxx/mixxx-2.5.3.ebuild
new file mode 100644
index 000000000000..56878541fedf
--- /dev/null
+++ b/media-sound/mixxx/mixxx-2.5.3.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake dot-a udev xdg
+
+DESCRIPTION="Advanced Digital DJ tool based on Qt"
+HOMEPAGE="https://mixxx.org/"
+if [[ ${PV} == *9999 ]] ; then
+	inherit git-r3
+	if [[ ${PV} == ?.?.9999 ]] ; then
+		EGIT_BRANCH=${PV%.9999}
+	fi
+	EGIT_REPO_URI="https://github.com/mixxxdj/${PN}.git"
+else
+	SRC_URI="https://github.com/mixxxdj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+# gles2-only: at least not before 2.6 for keyworded ebuild
+IUSE="aac benchmark ffmpeg keyfinder lv2 midi modplug mp3 mp4 opus"
+IUSE+=" qtkeychain rubberband shout test upower wavpack +X"
+REQUIRED_USE="
+	benchmark? ( test )
+	qtkeychain? ( shout )
+	test? ( aac ffmpeg midi mp3 opus rubberband )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-db/sqlite:3
+	dev-cpp/abseil-cpp:=
+	dev-libs/hidapi
+	dev-libs/protobuf:=
+	dev-qt/qt5compat:6
+	dev-qt/qtbase:6[concurrent,dbus,-gles2-only,gui,icu,network,opengl,sql,sqlite,ssl,widgets,xml,X?]
+	dev-qt/qtdeclarative:6
+	dev-qt/qtshadertools:6
+	dev-qt/qtsvg:6
+	media-libs/chromaprint:=
+	media-libs/flac:=
+	media-libs/libebur128:=
+	media-libs/libglvnd[X?]
+	media-libs/libogg
+	media-libs/libsndfile
+	media-libs/libsoundtouch:=
+	media-libs/libvorbis
+	media-libs/portaudio
+	media-libs/taglib:=
+	media-sound/lame
+	virtual/libusb:1
+	virtual/udev
+	aac? (
+		media-libs/faad2
+		media-libs/libmp4v2
+	)
+	benchmark? (
+		dev-cpp/benchmark:=
+		dev-cpp/gtest:=
+		dev-util/google-perftools:=
+	)
+	ffmpeg? ( media-video/ffmpeg:= )
+	keyfinder? ( media-libs/libkeyfinder )
+	lv2? ( media-libs/lilv )
+	midi? ( media-libs/portmidi )
+	modplug? ( media-libs/libmodplug )
+	mp3? (
+		media-libs/libid3tag:=
+		media-libs/libmad
+	)
+	mp4? ( media-libs/libmp4v2 )
+	opus? (
+		media-libs/opus
+		media-libs/opusfile
+	)
+	qtkeychain? ( >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] )
+	rubberband? ( media-libs/rubberband:= )
+	shout? ( dev-libs/openssl:= )
+	upower? (
+		dev-libs/glib:2
+		sys-power/upower:=
+	)
+	wavpack? ( media-sound/wavpack )
+	X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+	dev-cpp/gtest
+	dev-cpp/ms-gsl
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	# Fix strict-aliasing violations in vendored katai_cpp_stl_runtime
+	# https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime/commit/c01f530.patch
+	"${FILESDIR}"/${PN}-2.5.0-fix-strict-aliasing-kaitai.patch
+	# Try OpenGL::OpenGL first for X11-less system
+	# Make libX11 optional. Merged in main branch.
+	"${FILESDIR}"/${PN}-2.5.2-x11_opt.patch
+)
+
+CMAKE_SKIP_TESTS=(
+	# need HID controller
+	LegacyControllerMappingValidationTest.HidMappingsValid
+	# randomly fails
+	# https://github.com/mixxxdj/mixxx/issues/12554
+	EngineBufferE2ETest
+)
+
+src_configure() {
+	# prevent ld error as package builds static libs.
+	lto-guarantee-fat
+
+	local mycmakeargs=(
+		-DBATTERY="$(usex upower)"
+		-DBROADCAST="$(usex shout)"
+		-DBUILD_SHARED_LIBS=ON
+		-DBUILD_TESTING="$(usex test)"
+		-DBUILD_BENCH="$(usex benchmark)"
+		# prevent duplicate call
+		-DCCACHE_SUPPORT=OFF
+		-DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
+		-DENGINEPRIME=OFF
+		-DFAAD="$(usex aac)"
+		-DFFMPEG="$(usex ffmpeg)"
+		-DGPERFTOOLS="$(usex benchmark)"
+		-DGPERFTOOLSPROFILER="$(usex benchmark)"
+		-DHID=ON
+		-DINSTALL_USER_UDEV_RULES=OFF
+		-DKEYFINDER="$(usex keyfinder)"
+		-DLILV="$(usex lv2)"
+		-DMAD="$(usex mp3)"
+		-DMODPLUG="$(usex modplug)"
+		-DOPTIMIZE=OFF
+		-DOPUS="$(usex opus)"
+		-DPORTMIDI="$(usex midi)"
+		# new QML-UI, experimental and not functionnal for now
+		-DQML=OFF
+		-DQTKEYCHAIN="$(usex qtkeychain)"
+		-DRUBBERBAND="$(usex rubberband)"
+		-DVINYLCONTROL=ON
+		-DWAVPACK="$(usex wavpack)"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	use benchmark && dobin "${BUILD_DIR}"/mixxx-test
+	udev_newrules "${S}"/res/linux/mixxx-usb-uaccess.rules 69-mixxx-usb-uaccess.rules
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	udev_reload
+
+	elog "Manuals are no longer part of the package."
+	elog "Please refer to https://downloads.mixxx.org/manual/ for up-to-date manuals."
+	if use benchmark; then
+		elog ""
+		elog "Launch benchmark : ${EROOT}/usr/bin/mixxx-test --benchmark"
+		elog "Launch Unittests : ${EROOT}/usr/bin/mixxx-test"
+		elog "Some test suites may not be available without source files."
+	fi
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	udev_reload
+}


             reply	other threads:[~2025-09-06 14:35 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-06 14:34 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-30  4:39 [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ Sam James
2025-10-30  4:11 Sam James
2025-09-23 13:35 Sam James
2025-09-06 14:34 Sam James
2025-06-22  9:47 Sam James
2025-05-21 10:56 Arthur Zamarin
2025-05-21 10:56 Arthur Zamarin
2025-05-13  0:53 Sam James
2025-04-28  4:28 Sam James
2025-04-28  4:28 Sam James
2025-03-10 11:09 Arthur Zamarin
2025-03-09 22:11 Sam James
2025-01-30 22:39 Andreas Sturmlechner
2025-01-30 22:39 Andreas Sturmlechner
2023-10-25  7:45 Miroslav Šulc
2023-10-25  6:25 Arthur Zamarin
2023-10-25  6:25 Arthur Zamarin
2023-08-16 13:42 Miroslav Šulc
2023-07-10  5:39 Miroslav Šulc
2023-07-09 18:48 Arthur Zamarin
2023-06-03  2:23 Sam James
2023-06-02 23:26 Sam James
2023-05-31 12:42 Arthur Zamarin
2023-05-30 19:39 Andreas Sturmlechner
2023-05-11  5:24 Miroslav Šulc
2023-03-04  7:38 Miroslav Šulc
2023-01-23  4:34 Sam James
2023-01-23  4:28 Sam James
2023-01-23  4:28 Sam James
2022-07-27  4:51 Miroslav Šulc
2022-07-26 15:24 Agostino Sarubbo
2022-07-26  7:04 Sam James
2022-06-25 13:00 Miroslav Šulc
2022-06-25  8:46 Miroslav Šulc
2022-06-16 16:30 Sam James
2022-05-10 13:48 Agostino Sarubbo
2022-05-02  2:02 Sam James
2022-02-22 19:25 Sam James
2022-02-17 14:56 Lars Wendler
2022-01-20 16:41 Lars Wendler
2022-01-19  7:56 Lars Wendler
2022-01-18 13:30 Lars Wendler
2022-01-18 11:47 Lars Wendler
2022-01-18 11:43 Lars Wendler
2021-10-14  9:13 Sam James
2021-08-16 21:28 Sam James
2021-06-12 14:20 Lars Wendler
2021-01-28 12:12 Miroslav Šulc
2020-09-19 11:28 Michał Górny
2020-09-02 12:20 Miroslav Šulc
2020-09-02  7:45 Miroslav Šulc
2020-09-02  2:43 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-08-28 10:51 Miroslav Šulc
2020-02-26 22:57 Andreas Sturmlechner
2020-02-24  7:41 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-02-13 23:20 Andreas Sturmlechner
2020-02-13 23:20 Andreas Sturmlechner
2020-02-13 23:20 Andreas Sturmlechner
2020-01-24 22:48 Andreas Sturmlechner
2019-12-12 17:00 Lars Wendler
2019-12-12 17:00 Lars Wendler
2019-08-19 11:01 Lars Wendler
2019-08-19 11:01 Lars Wendler
2019-05-20 11:31 Lars Wendler
2019-05-20 11:16 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-04-27 16:06 Lars Wendler
2019-04-27 16:06 Lars Wendler
2019-04-20 23:58 Lars Wendler
2019-04-20 23:58 Lars Wendler
2019-03-24 12:56 Lars Wendler
2019-03-11 13:43 Lars Wendler
2018-12-28 16:18 Lars Wendler
2018-12-28 16:12 Lars Wendler
2018-12-27 18:48 Lars Wendler
2018-12-26  0:04 Lars Wendler
2018-11-02 16:18 Lars Wendler
2018-11-02 16:18 Lars Wendler
2018-09-10 12:37 Lars Wendler
2018-09-01 22:42 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-08-25 12:30 Andreas Sturmlechner
2018-08-25 12:30 Andreas Sturmlechner
2018-08-23 23:05 Lars Wendler
2018-06-19  9:53 Lars Wendler
2018-06-19  9:49 Lars Wendler
2018-05-10 22:08 Lars Wendler
2018-05-10 22:08 Lars Wendler
2018-05-10 22:08 Lars Wendler
2017-08-31 13:21 Tim Harder
2017-07-01 10:05 Michael Palimaka
2017-06-30 11:10 Agostino Sarubbo
2017-06-25 16:32 Agostino Sarubbo
2016-12-09  8:58 Lars Wendler
2016-10-23  9:40 David Seifert
2016-10-23  9:40 David Seifert
2016-10-21 14:15 Ettore Di Giacinto
2016-10-21 14:15 Ettore Di Giacinto
2016-10-19 14:39 Lars Wendler
2016-09-05  8:00 Lars Wendler
2016-09-02 13:48 Lars Wendler
2016-08-06 16:51 Michał Górny
2016-08-03  8:18 Lars Wendler

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=1757169176.772fdeb533a8a3e644d01837cee7bae18ae4ab6b.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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