Thank you!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a34c0ed229fe93737f53da210d43cbdf4c306c4 commit 0a34c0ed229fe93737f53da210d43cbdf4c306c4 Author: Nicolas PARLANT <nicolas.parlant@parhuet.fr> AuthorDate: 2025-02-26 09:40:15 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-02-26 23:46:00 +0000 media-sound/gogglesmm: add 1.2.5, update useflags/deps update HOMEPAGE useflags/deps: * add a52, media-libs/a52dec * add alsa, media-libs/alsa-lib * add dca, media-libs/libdca * add jack, virtual/jack * add libsamplerate, media-libs/libsamplerate. Detection with patch * add sndio, media-sound/sndio * add stream, sys-libs/zlib dev-libs/libgcrypt (forced instead of openssl or gnutls) * add tremor, media-libs/tremor * rm ogg, definition forced (depless) and add libogg for opus, tremor, vorbis * nls, add dep virtual/libintl other deps: * >=x11-libs/fox-1.7.80 Too much patches are needed to preserve compat with stable 1.7.67. Replacing in src/CMakeLists.txt is not enough (and requires also fullpath). * virtual/pkgconfig bdep * x11-base/xorg-proto dep * x11-libs/X11 rdep Closes: https://bugs.gentoo.org/890369 Closes: https://bugs.gentoo.org/947019 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/40770 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-sound/gogglesmm/Manifest | 1 + .../files/gogglesmm-1.2.5-libsamplerate.patch | 64 +++++++++++++ media-sound/gogglesmm/gogglesmm-1.2.5.ebuild | 102 +++++++++++++++++++++ media-sound/gogglesmm/metadata.xml | 6 ++ 4 files changed, 173 insertions(+)
Cool, thank you!