ingenarel (NeoJesus)
5ed920ecff
media-sound/rmpc: fix dependencies, install desktop file
...
Changes done to: 9999, 0.11.0 -> 0.11.0-r1
all changes that are listed here apply to both of the versions
- Previously I was assigning
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
in DEPEND, that was a mistake on my part. it should've been in
BDEPEND. because clang is actually being executed in the compile phase
to get the "libclang_rt.fuzzer-${CHOST%%-*}.a" path
On top of that, another mistake was thinking that libclang_rt.fuzzer
was actually being provided by the clang package. instead it was being
provided by the llvm-runtimes/compiler-rt-sanitizers[libfuzzer]
package
so that's inside DEPEND now.
Huge thanks to gonsoos for pointing this out to me in
651247c1b6 (r189289633)
- A desktop file was also being provided that I didn't notice.
The ebuilds install that now
Huge thanks to TimovVeen for pointing this out to me in
651247c1b6 (r189405830)
- instead of having references to files like
`target/completions/rmpc.bash`
it now uses
`target/completions/"${PN}".bash`
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
2026-06-22 08:33:26 +06:00
Bjorn Ferson
652e0cc245
media-sound/decibels: new package, add 49.6.1
...
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com >
2026-06-21 19:35:12 +02:00
ingenarel (NeoJesus)
e7433d5cd4
media-sound/rmpc: update 9999
...
update 9999 like the previous commit
also add the fix for aws-lc-sys
the -sys crate part was generated by
f9fe0341f3
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
Part-of: https://codeberg.org/gentoo/guru/pulls/20
Merges: https://codeberg.org/gentoo/guru/pulls/20
2026-06-16 09:14:24 +06:00
ingenarel (NeoJesus)
651247c1b6
media-sound/rmpc: add 0.11.0
...
updates:
- license years
- crate licenses
adds necessary dependencies for -sys crates so vendored deps don't get
used:
- libfuzzer-sys needs clang, for the version that's in the ebuild,
upstream built it against clang 19, but I have also tested this with
clang 22, and compile and tests ran fine, so I set LLVM_COMPAT from 19
to 22
- inotify-sys can use pkgconfig
the -sys crate part was generated by
92c40e243b
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
Part-of: https://codeberg.org/gentoo/guru/pulls/20
2026-06-16 09:14:24 +06:00
Niklaus 'vimja' Hofer
1da263ce73
media-sound/openaudible-bin: add 4.8.3, drop 4.8.1
...
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email >
2026-06-15 21:46:01 +02:00
Ceres
753e79767f
media-sound/nuclear-bin: drop 1.38.0
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-06-13 19:02:47 +01:00
Ceres
f98bc71884
media-sound/nuclear-bin: add 1.40.0
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-06-13 19:02:47 +01:00
Jonas Frei
ee435e13c8
media-sound/qobuz-player: drop 0.9.0
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2026-06-12 21:30:37 +02:00
Jonas Frei
ab648a719e
media-sound/qobuz-player: add 2026.06.12
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2026-06-12 21:30:36 +02:00
ingenarel (NeoJesus)
9013041f45
media-sound/mpd-discord-rpc: new package, add 1.11.0
...
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org >
2026-06-11 03:48:14 +06:00
David Roman
c21fdf9025
media-sound/lms: add 3.77.0
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-09 12:12:57 +02:00
Sergey Torokhov
69eae59aad
media-sound/yandex-music: drop old 5.92.1, 5.93.1, 5.94.0
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2026-06-07 17:52:52 +03:00
Sergey Torokhov
333428131e
media-sound/yandex-music: 5.105.3 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2026-06-07 17:50:43 +03:00
Ceres
791742de6d
media-sound/nuclear-bin: drop 1.37.4
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-06-03 16:28:26 +01:00
Ceres
ef3e9f860a
media-sound/nuclear-bin: add 1.39.0
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-06-03 16:28:26 +01:00
David Roman
72cc2ab596
media-sound/Tauon: add 10.0.1
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-06-02 23:39:35 +02:00
Timo van Veen
5b6ef7d568
media-sound/listenbrainz-mpd: add 2.5.1, drop 2.4.0
...
Signed-off-by: Timo van Veen <timovanveen@hotmail.nl >
2026-06-02 18:37:20 +02:00
Pavel Sobolev
c92674eebd
media-sound/piper: add dev-python/pathvalidate to RDEPEND
...
Closes: https://bugs.gentoo.org/975989
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2026-05-30 17:39:49 +03:00
Niklaus 'vimja' Hofer
1eccfcce4c
media-sound/openaudible-bin: fix vendored ffmpeg
...
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email >
2026-05-29 21:20:56 +02:00
Niklaus 'vimja' Hofer
ef85dc7ff9
media-sound/openaudible-bin: add 4.8.2, drop 4.7.4-r2
...
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email >
2026-05-29 21:16:26 +02:00
Ceres
13d0bb9533
media-sound/nuclear-bin: add 1.38.0
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-29 14:30:14 +01:00
David Roman
59a49e2fd5
media-sound/Tauon: update Manifest
...
The files of the extracted tarball are bit-identical between the
previous recorded tarball and the new one. The only difference is that
the commit was redone, which changed the metadata of the tarball.
The old one was 25e0323f635d0b2626e53754ac6b97407bbc39ef and the new one
is d11327247a4c54bc41959964b2598a7d602df0f1
Closes: https://bugs.gentoo.org/975817
Signed-off-by: David Roman <stkw0@disroot.org >
2026-05-29 11:19:07 +02:00
David Roman
2e101c9cb7
media-sound/lms: drop 3.74.0, 3.75.0
...
Signed-off-by: David Roman <stkw0@disroot.org >
2026-05-26 13:48:40 +02:00
Ceres
730f9e0923
media-sound/nuclear-bin: drop 1.37.3
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-23 17:32:35 +01:00
Ceres
7052aec992
media-sound/nuclear-bin: add 1.37.4
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-23 17:32:31 +01:00
Nickolay Goppen
9e0f353288
media-sound/songrec: add 0.7.3, drop 0.6.9
...
Signed-off-by: Nickolay Goppen <setotau@yandex.ru >
2026-05-22 20:42:11 +03:00
Ceres
a64600c8b5
media-sound/subtui: drop 2.14.2
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-22 14:19:47 +01:00
Ceres
49a78fad9b
media-sound/subtui: add 2.14.3
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-22 14:19:42 +01:00
Pavel Sobolev
7767162e1f
media-sound/mousai: set RUST_MIN_VER
...
Closes: https://bugs.gentoo.org/975330
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2026-05-21 22:59:42 +03:00
Pavel Sobolev
823aee6b7d
media-sound/mousai: add missing dependencies to RDEPEND
...
Closes: https://bugs.gentoo.org/975329
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2026-05-21 22:59:42 +03:00
Pavel Sobolev
f1f51bd9d3
media-sound/mousai: set QA_FLAGS_IGNORED
...
Closes: https://bugs.gentoo.org/975328
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2026-05-21 22:59:42 +03:00
Sebastian Engel
1ec0ee41ff
media-sound/fooyin: add 0.10.8
...
Signed-off-by: Sebastian Engel <sighunter@gmx.de >
2026-05-21 13:56:16 +02:00
Nicolas PARLANT
75adbc903d
media-sound/jacktrip: add 3.0.0
...
add optional libsamplerate enabled by default
enable py3.14
add missing qt5compat and help2man
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr >
2026-05-20 07:36:41 +02:00
Nicolas PARLANT
639b6c278f
media-sound/jacktrip: drop optional qt5 for 2.4.0
...
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr >
2026-05-20 07:36:41 +02:00
dsaf
dea7bdf174
media-sound/ytm-player: update BDEPEND
...
Closes: https://bugs.gentoo.org/975351
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2026-05-18 20:26:01 -03:00
Ceres
73f2259234
media-sound/nuclear-bin: add missing dependency
...
Closes: https://bugs.gentoo.org/975333
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-18 16:56:25 +01:00
Niklaus 'vimja' Hofer
328eb802f7
media-sound/openaudible-bin: Add QA_PREBUILT flag
...
Resolves https://bugs.gentoo.org/975335
Resolves https://bugs.gentoo.org/975334
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email >
2026-05-18 13:27:54 +02:00
Paul Zander
225ed42794
Revert "Closes: https://bugs.gentoo.org/975315 "
...
This reverts commit e0b51e7376 .
Broken commit message due to incorrect title.
Not a permanent fix, so please don't close the bug, but use `Bug: <url>`
to reference it.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2026-05-18 12:47:41 +02:00
Erwin Kaats
e0b51e7376
Closes: https://bugs.gentoo.org/975315
...
Signed-off-by: Erwin Kaats <mailgentoo@kaats.ch >
2026-05-18 12:26:12 +02:00
Willem Grant
60a430a3e5
media-sound/tidal-hifi-bin: add 7.0.1
...
Signed-off-by: Willem Grant <willemgrant@mailfence.com >
2026-05-17 11:39:48 -04:00
Willem Grant
b74e3cee0d
media-sound/tidal-hifi-bin: add 7.0.0
...
Signed-off-by: Willem Grant <willemgrant@mailfence.com >
2026-05-17 11:37:00 -04:00
Sebastian Engel
99f604b117
media-sound/fooyin: add 0.10.7
...
Signed-off-by: Sebastian Engel <sighunter@gmx.de >
2026-05-15 22:15:28 +02:00
Ceres
7c7eb007c9
media-sound/nuclear-bin: drop 1.36.0
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-14 15:40:38 +01:00
Ceres
e76d238e0c
media-sound/nuclear-bin: add 1.37.3
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-14 15:40:37 +01:00
Ceres
554c701a02
media-sound/subtui: drop 2.14.1
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-14 15:40:35 +01:00
Ceres
4c567460a3
media-sound/subtui: add 2.14.2
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-14 15:40:32 +01:00
Ceres
48447e32fb
media-sound/nuclear-bin: drop 1.35.0
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-12 16:15:08 +01:00
Ceres
26f086a762
media-sound/nuclear-bin: add 1.36.0
...
add net-libs/webkit-gtk:4.1 dependency
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-05-12 16:15:06 +01:00
Sebastian Engel
e9141c552b
media-sound/fooyin: drop 0.10.2, 0.10.4
...
Signed-off-by: Sebastian Engel <sighunter@gmx.de >
2026-05-11 23:58:31 +02:00
Sebastian Engel
6662c7fd35
media-sound/fooyin: add 0.10.6
...
Signed-off-by: Sebastian Engel <sighunter@gmx.de >
2026-05-11 23:57:01 +02:00