Vivian Heisz (vhz)
9ab7695da4
media-sound/spct: add 1.2.1, drop 1.1.8
...
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems >
2025-12-04 11:07:00 -05:00
ingenarel
1858635161
media-sound/rmpc: modify src_unpack() internally instead of redefining
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-12-03 05:40:21 +06:00
ingenarel
7a5764abf4
*/*: BSD-3-Clause -> BSD
...
Because the spdx identifier for for BSD-3-Clause is `BSD-3-Clause`, and
gentoo uses `BSD` in their /licenses, there was a misunderstanding by
me, this commit should fix this
sources:
- https://opensource.org/license/bsd-3-clause
- aa3e0fb07e/licenses/BSD
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-12-02 23:08:16 +06:00
Sergey Torokhov
3ae74d4f00
media-sound/aimp: 6.00.3021_alpha5 bump (6.00.3020_alpha5 drop)
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-12-02 19:50:31 +03:00
Sergey Torokhov
5598537ebd
media-sound/yandex-music: 5.78.7 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-12-01 00:41:23 +03:00
ingenarel
fb55821958
media-sound/rmpc: add 9999
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-11-29 23:35:57 +06:00
ingenarel
dc29f3c775
media-sound/rmpc: add 0.10.0
...
- update RUST_MIN_VER:
source:
c2b1af801f/Cargo.toml (L10)
- use CRATES instead of depfiles
- use the proper license:
perviously it was just bsd, while the exact license is BSD 3-Clause
The license was never changed, and has been BSD 3-Clause since a
license was added to rmpc
source:
https://github.com/mierak/rmpc/commits/master/LICENSE
c2b1af801f/Cargo.toml (L5)
- use an ebuild template
- install man files, zsh, bash, and fish completion files
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-11-29 23:23:01 +06:00
Myisha Betty
3f688dcca7
media-sound/neocrystal: add 1.5.0, update 9999
...
Signed-off-by: Myisha Betty <myisha.gentoo@proton.me >
2025-11-29 04:31:40 +03:00
Sergey Torokhov
d73e3605b6
media-sound/yandex-music: 5.78.4 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-28 22:58:07 +03:00
Sergey Torokhov
96036f0249
media-sound/aimp: 6.00.3020_alpha5 bump (6.00.3019_alpha5 drop)
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-27 21:23:21 +03:00
David Roman
d63aa84e8b
media-sound/lms: add 3.72.1
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-11-26 14:45:25 +01:00
David Roman
908e584984
media-sound/lms: drop 3.68.1, 3.71.0-r1
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-11-26 14:45:24 +01:00
Sergey Torokhov
4081677a23
media-sound/yandex-music: 5.77.1 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-23 14:45:50 +03:00
Myisha Betty
bed6e9cd46
media-sound/neocrystal: update Manifest
...
Signed-off-by: Myisha Betty <myisha.gentoo@proton.me >
2025-11-23 04:04:24 +03:00
Myisha Betty
2bd49981bc
media-sound/neocrystal: add 1.4.2
...
Signed-off-by: Myisha Betty <myisha.gentoo@proton.me >
2025-11-23 03:38:08 +03:00
Arif Kabayel
11d40c9376
media-sound/neocrystal: new package, add 1.4.1, 9999
...
Signed-off-by: Arif Kabayel <myisha.gentoo@proton.me >
2025-11-22 17:39:42 +03:00
Ceres
af5b87c4fe
media-sound/libcava: update upstream metadata
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2025-11-20 19:36:43 +00:00
Ceres
f2b51b5118
media-sound/libcava: Update metadata.xml
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2025-11-20 19:19:27 +00:00
Paul Zander
f8844552b3
*/*: Add := to dev-libs/libfmt deps, part 1
...
Done via:
```
git grep -l "${name}$" | xargs sed -i -e "s@${name}\$@&:=@"
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-18 18:04:25 +01:00
Paul Zander
d2bbb6ac03
*/*: QA fixes for prebuilt packages
...
Define SRC_URI only for supported archs.
Explicitly dekeyword them on unsupported arches.
Replace := from DEPENDS with the actual slot as it has no effect since we do not
rebuild against the new slot.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-18 17:59:01 +01:00
Paul Zander
e07d695d5d
*/*: Add := to virtual/zlib deps
...
Add := to virtual/zlib deps, part 1
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Add := to virtual/zlib deps
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
Unify virtual/zlib:0= to virtual/zlib:=
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Add := to virtual/zlib deps, part 3
Done via:
```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```
Add := to virtual/zlib deps, part 4
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Use := on virtual/zlib deps, part 5
Done via:
```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
Use := on virtual/zlib deps, part 6
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-18 17:53:08 +01:00
Paul Zander
c23791504e
*/*: update for virtual/zlib
...
Update done using:
```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 23:26:20 +01:00
YOSHIOKA Takuma
063b3d6de7
media-sound/loudgain: add 0.6.8_p20240128-r3
...
Use v0.6.8 release archive and apply manually extracted patches instead
of downloading a commit archive from GitHub. This makes it possible to
share the source archive between 0.6.8-rN and 0.6.8_p20240128-rN.
I'm a not big fan of having lots of patches in files/ directory instead
of using an upstream commit archive, but loudgain repository (and a
commit archives as well) have prebuilt binary inside it, so it would be
beneficial to use fixed version of release archive. I feel that the
amount of patches are still acceptable.
Bump minimum required CMake version. See bug #951350 .
Add a new rgbpm2 script, which is multi-processing version of rgbpm.
This was added to the upstream master branch after 0.6.8, but not yet
released.
I believe this ebuild can replace loudgain-0.6.8_p20240128-r2.ebuild
(and also loudgain-0.6.8-r2.ebuild), but considering the amount of
ebuild changes, I will keep those old ebuilds for a while.
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red >
2025-11-19 09:06:39 +09:00
YOSHIOKA Takuma
6f40d3063e
media-sound/loudgain: restore 0.6.8_p20240128-r2
...
0.6.8-r* (without unreleased changes and unmerged pull requests) lacks
documentation updates and ID3v2.3 support (through TagLib 1.12), and
0.6.8_p20240128 still comes from the same upstream repository.
So I believe the removal of 0.6.8_p20240128-r2 is an accident, and
restores it for users who requires such unreleased upstream features or
who don't want to install <ffmpeg-5 system-wide.
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red >
2025-11-19 08:05:00 +09:00
Paul Zander
7fa63e47f6
media-sound/pianobooster: EAPI-8 second try
...
Fixes: 0a8f392c7e
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 23:19:45 +01:00
Paul Zander
534c2aad56
media-sound/loudgain: EAPI-8
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 23:18:23 +01:00
Paul Zander
0a8f392c7e
media-sound/pianobooster: EAPI-8
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 22:32:12 +01:00
Paul Zander
17bffdeb7c
media-sound/loudgain: drop 0.6.8_p20240128-r2 0.6.8_p20240128
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 22:31:47 +01:00
Brian R McCarter
e0e71cee6f
media-sound/cyanrip: remove unused files
...
Signed-off-by: Brian R McCarter <bibocc@gmail.com >
2025-11-16 14:47:46 -06:00
Brian R McCarter
60ad592e29
media-sound/cyanrip: new package, add 0.9.3.1
...
Signed-off-by: Brian R McCarter <bibocc@gmail.com >
2025-11-16 14:41:46 -06:00
Sergey Torokhov
3d7510f378
media-sound/aimp: fix Manifest for 6.00.3019_alpha5
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-14 20:24:31 +03:00
Sergey Torokhov
fb818493de
media-sound/aimp: 6.00.3019_alpha5 bump (drop 6.00.3018_alpha5)
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-14 19:41:20 +03:00
Sergey Torokhov
6a38c333cf
media-sound/yandex-music: drop old 5.72.5, 5.73.1, 5.74.1
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-14 19:32:00 +03:00
Sergey Torokhov
89d350890f
media-sound/yandex-music: 5.76.4 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-14 19:27:44 +03:00
Sergey Torokhov
99a19e53fa
media-sound/aimp: 6.00.3018_alpha5 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-12 00:35:14 +03:00
David Roman
bb703bf956
media-sound/Tauon: add 8.2.2
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-11-11 17:07:16 +01:00
David Roman
33992122f9
media-sound/Tauon: drop 8.2.0
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-11-11 17:07:16 +01:00
Sergey Torokhov
fe3acfc85c
media-sound/yandex-music: update for virtual/zlib
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-06 18:48:36 +03:00
Sergey Torokhov
11fb44c9be
media-sound/yandex-music: 5.75.2 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-06 18:44:28 +03:00
Sergey Torokhov
eecd9188ed
media-sound/aimp: new package 6.00.3017_alpha4 version
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-06 14:54:38 +03:00
Ceres
2f0d9a4a24
media-sound/libcava: new package, add 0.10.2
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2025-11-05 19:09:34 +00:00
Jonas Frei
2e573617bb
media-sound/dzr: drop 240909, 250719
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2025-11-05 06:14:46 +01:00
Jonas Frei
c82817adbf
media-sound/dzr: add 251019
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2025-11-05 06:14:46 +01:00
David Roman
c937e0072a
media-sound/Tauon: drop 8.1.3
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-11-03 14:40:22 +01:00
David Roman
e6b8263b54
media-sound/Tauon: add 8.2.1
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-11-03 14:40:04 +01:00
Itai Ferber
9fb61cd367
media-sound/plexamp: add 4.13.0, drop 4.12.4
...
Signed-off-by: Itai Ferber <itai@itaiferber.net >
2025-10-30 18:21:37 -04:00
David Roman
56ccef4ecb
media-sound/lms: limite wt version to workaround compilation bug
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-10-30 14:24:56 +01:00
David Roman
dcd9998572
media-sound/lms: drop 3.71.0
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-10-30 14:24:22 +01:00
David Roman
b7469c5414
media-sound/supersonic: add 0.19.0
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-10-30 14:18:05 +01:00
David Roman
7ae2bc5910
media-sound/supersonic: drop 0.18.0
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-10-30 14:09:04 +01:00