games-util / libstrangle

Frame rate limiter for OpenGL/Vulkan

Official package sites : https://gitlab.com/torkel104/libstrangle/ ·

v0.1.1_p20220222-r1 :: 0 :: gentoo

Modified
License
GPL-3+
Keywords
~amd64 ~x86

abi_mips

n32
64-bit (32-bit pointer) libraries
n64
64-bit libraries
o32
32-bit libraries

abi_s390

32
32-bit (s390) libraries
64
64-bit (s390x) libraries

abi_x86

32
32-bit (x86) libraries
64
64-bit (amd64) libraries
x32
x32 ABI libraries

dev-util / vulkan-headers : Vulkan Header files and API registry

media-libs / libglvnd : The GL Vendor-Neutral Dispatch library

x11-base / xorg-proto : X.Org combined protocol headers

x11-libs / libX11 : X.Org X11 library

sys-apps / grep : GNU regular expression matcher

sys-libs / glibc : GNU libc C library

863863
games-util/libstrangle: broken at runtime with glibc-2.36 due to hash-style changes (fatal error: cannot find real dlsym)
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: fix build with gcc13
Just a quick downstream fix, upstream hasn't shown activity in a year. Closes: https://bugs.gentoo.org/899038 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: fix BetterCompressionUri
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: enable abi_x86_32 by default
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>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: rdepend on glibc[hash-sysv-compat]
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>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: keep xorg-proto too
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>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: xorg-proto -> libX11
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>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: add missing xorg-proto dep
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>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: remove glibc restrictions
DT_HASH glibc is stable and would rather not carry this in the ebuild forever. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
games-util/libstrangle: new package, add 0.1.1_p20220222
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>