Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949587 - media-sound/mixxx depends on <media-libs/taglib-2
Summary: media-sound/mixxx depends on <media-libs/taglib-2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Professional Audio Applications Maintainers
URL: https://github.com/mixxxdj/mixxx/pull...
Whiteboard:
Keywords: PullRequest, UPSTREAM
Depends on:
Blocks:
 
Reported: 2025-02-10 20:49 UTC by Andreas Sturmlechner
Modified: 2025-04-28 04:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2025-02-10 20:49:36 UTC
We should track upstream merging that MR, backport to latest release ebuild and then proceed with stabilisation without much delay.
Comment 1 Andreas Sturmlechner gentoo-dev 2025-03-09 22:41:23 UTC
While the upstream PR is stuck waiting for tests, this is not really blocking bug 949044.
Comment 2 Larry the Git Cow gentoo-dev 2025-04-28 04:28:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ddf200495ecf8471d05797fbe13b1f171091cb

commit a6ddf200495ecf8471d05797fbe13b1f171091cb
Author:     Nicolas PARLANT <nicolas.parlant@parhuet.fr>
AuthorDate: 2025-03-27 04:42:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-28 04:28:05 +0000

    media-sound/mixxx: add 2.5.1
    
    deps :
    * add dev-cpp/abseil-cpp, for its embarrassing proximity with protobuf
    * drop support for gles2-only on 2.5.X
    * dev-cpp/gtest :
      add subslot for RDEP
      set unconditionnaly in DEPEND for FRIEND_TEST header
    * media-libs/taglib-2 support
    * virtual/glu is not required
    * dev-util/spirv-tools, only required with <QT-6.6, otherwise
       qtshadertools is sufficient.
    
    options :
    * experimental-UI (QML) is off. Not functionnal at all on 2.5.X
    
    patch for X11-dep :
      use FindWrapOpenGL instead of FindOpenGL, allowing system without GL.
      libX11 is only required for screensaver
    
    Close an old bug for 2.3.6
    
    Closes: https://bugs.gentoo.org/947101
    Closes: https://bugs.gentoo.org/949587
    Closes: https://bugs.gentoo.org/953216
    Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
    Part-of: https://github.com/gentoo/gentoo/pull/41307
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/mixxx/Manifest                        |   1 +
 media-sound/mixxx/files/mixxx-2.5.1-x11_opt.patch |  79 ++++++++++
 media-sound/mixxx/mixxx-2.5.1.ebuild              | 173 ++++++++++++++++++++++
 3 files changed, 253 insertions(+)