summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-util/libstrangle: fix BetterCompressionUriIonen Wolkens2022-12-012-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: enable abi_x86_32 by defaultIonen Wolkens2022-09-221-6/+2
| | | | | | | | | | | | Similarly to what's done for wine and friends, unsure why haven't done this in the first place considering this has no further multilib deps (this doesn't link with any libraries in DEPEND, what this uses will depend on what applicates/games are linked with themselves). Remove warning too, assume anyone manually turning it off would know what they're getting into. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: rdepend on glibc[hash-sysv-compat]Ionen Wolkens2022-09-201-1/+8
| | | | | | | | | | Not closing bug #863863 yet given this isn't due to be a permanent solution. If steam/wine issues are resolved and this is the only package needing this, will look at other workarounds if upstream hasn't done anything yet. Bug: https://bugs.gentoo.org/863863 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: keep xorg-proto tooIonen Wolkens2022-07-301-0/+1
| | | | | | | | | | Went too quick with this, Xlib.h from libX11 will use xorg-proto too, so need both. Still doesn't need libglvnd[X]. Bug: https://bugs.gentoo.org/862228 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: xorg-proto -> libX11Ionen Wolkens2022-07-301-1/+1
| | | | | | | Oops, tend to think xorg-proto too much when it comes to X headers. Bug: https://bugs.gentoo.org/862228 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: add missing xorg-proto depIonen Wolkens2022-07-301-1/+2
| | | | | | | | May be possible to do without, but upstream currently passes -DVK_USE_PLATFORM_XLIB_KHR by default and is just headers. Closes: https://bugs.gentoo.org/862228 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: remove glibc restrictionsIonen Wolkens2022-05-131-16/+1
| | | | | | | DT_HASH glibc is stable and would rather not carry this in the ebuild forever. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-util/libstrangle: new package, add 0.1.1_p20220222Ionen Wolkens2022-04-243-0/+83
Useful tool to limit frame rate, change vsync state, and some other features. Use snapshot to include the >=glibc-2.34 fix among others. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>