summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: destable sparcArthur Zamarin2025-09-022-2/+2
| | | | | | | Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/sdl*-mixer: Fix conflict by blocking playtools on other versJames Le Cuirot2025-08-222-1/+9
| | | | | | | | | sdl-mixer 1, 2, and 3 all install playmus and playwave with the playtools USE flag. It doesn't make sense to have multiple copies of these tools, especially when sdl-mixer uses SDL2 anyway. Closes: https://bugs.gentoo.org/621772 Signed-off-by: James Le Cuirot <[email protected]>
* media-libs/sdl2-mixer: Keyword 2.8.1-r3 alpha, #947940Arthur Zamarin2025-05-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/sdl2-mixer: Keyword 2.8.1-r3 ppc, #947940Sam James2025-03-181-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/sdl2-mixer: depend on multilib libxmpIonen Wolkens2025-03-111-1/+1
| | | | | Closes: https://bugs.gentoo.org/951152 Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/sdl2-mixer: depend on multilib opusfileIonen Wolkens2025-03-101-1/+1
| | | | | | | | Essentially this didn't work with 32bit before and dlopen() was hiding that (was getting a proper build failure now). Thanks-to: David Seifert <[email protected]> Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/sdl2-mixer: avoid dlopen() usageIonen Wolkens2025-03-091-1/+2
| | | | | | | | | | | | | | | Not particularly useful on gentoo, and can cause problems with some usage wrt bug #950965. Feel it's not overly worth re-stabilizing over esp. given previous stable had the same behaviour, so straight-to-stable. Did try all USE for any glaring issues. Also do mpg123 -> mpg123-base, this does not need the mpg123 command + output plugins and it actually links with -base now. Closes: https://bugs.gentoo.org/950965 Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/sdl2-mixer: drop 2.8.0Ionen Wolkens2025-03-092-97/+0
| | | | Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/sdl2-mixer: Stabilize 2.8.1 sparc, #950458