diff options
author | Nicolas PARLANT <nicolas.parlant@parhuet.fr> | 2025-01-21 22:56:02 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-30 23:34:23 +0100 |
commit | 4acce30f14476d8b2f99e64275abe57054bf8d05 (patch) | |
tree | 7b2eb34ee3d4ae189b3a41d2adb523cc2ae66103 /media-sound/mixxx/mixxx-2.3.9999.ebuild | |
parent | dev-libs/libqt5pas: treeclean (diff) | |
download | gentoo-4acce30f14476d8b2f99e64275abe57054bf8d05.tar.gz gentoo-4acce30f14476d8b2f99e64275abe57054bf8d05.tar.bz2 gentoo-4acce30f14476d8b2f99e64275abe57054bf8d05.zip |
media-sound/mixxx: taglib-2 blocker
Even if upstream has produced a patch to compile with taglib2, it is
advised against using it because of new '/' separator for
multi value tags.
Blocker could be remove soon (pull/12854).
See :
issues 12708 12790
https://github.com/Holzhaus/mixxx/commit/4e4d4e866ef86bb4d196a1903778697552cca05a
https://github.com/mixxxdj/mixxx/pull/12854.patch
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40251
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/mixxx/mixxx-2.3.9999.ebuild')
-rw-r--r-- | media-sound/mixxx/mixxx-2.3.9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/mixxx/mixxx-2.3.9999.ebuild b/media-sound/mixxx/mixxx-2.3.9999.ebuild index 442ba0752f5f..e6988a2060f6 100644 --- a/media-sound/mixxx/mixxx-2.3.9999.ebuild +++ b/media-sound/mixxx/mixxx-2.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,7 +49,7 @@ RDEPEND=" media-libs/portaudio[alsa] media-libs/portmidi media-libs/rubberband - media-libs/taglib:= + <media-libs/taglib-2 media-libs/vamp-plugin-sdk media-sound/lame sci-libs/fftw:3.0= @@ -90,7 +90,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-9999-docs.patch - "${FILESDIR}"/${PN}-2.3.6-fix-build-taglib2.patch ) PLOCALES=" |