-
Posts
165 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Alberto Salvia Novella
-
Signs you might be an NPC
Alberto Salvia Novella replied to Alberto Salvia Novella's topic in Off-Topic
Sad we can't enjoy the mentioned absurdity. -
Signs you might be an NPC
Alberto Salvia Novella replied to Alberto Salvia Novella's topic in Off-Topic
Oh, is it "Patently Dangerous"? -
Fan Mission : Moongate Ruckus🎻 (4/1/24)
Alberto Salvia Novella replied to kingsal's topic in Fan Missions
-
I have requested to upstream this patch to the original openal code: https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/ThirdParty/custom/openal/patches/1.21.1/mxcsr.patch Here: https://github.com/kcat/openal-soft/issues/926 They have proposed commit, but I have not enough knowledge about the patch to comment of it. If someone could go there and give it the "okay" it would be very appreciated.
-
TDM 2.09: black menu with music playing
Alberto Salvia Novella replied to stgatilov's topic in TDM Tech Support
Try removing "Darkmod.cfg". -
https://bugs.thedarkmod.com/view.php?id=5921
-
https://bugs.thedarkmod.com/view.php?id=5881#c14713
-
https://bugs.thedarkmod.com/view.php?id=5883
-
What I mean is I try to avoid the packaging maintenance as much as possible. For that I automate the generation of recipes, and favor using the code from upstream. If I really need a customization I try to suggest it upstream, or I automatically append it to the original recipe. But I avoid trying to keep local recipes per se, because that would be a recurrent effort to maintain.
-
I went one step further and all my package definitions, dependencies and such, are generated procedurally at any given point in time. I only change a package recipe when it fails to retrieve the new data. For example: https://gitlab.com/es20490446e/express-repository/-/blob/master/recipes/ttf-twemoji/PKGBUILD
-
Well, I should have seen it: zlib/1.2.11: WARN: minizip option is deprecated. Please use the new minizip/1.2.11 package But fixing that: WARN: libcurl/7.61.1@thedarkmod/local: requirement zlib/1.2.11@conan/stable overridden by your conanfile to zlib/1.2.11 ERROR: Failed requirement 'mbedtls/2.13.0@bincrafters/stable' from 'libcurl/7.61.1@thedarkmod/local' And fixing that: Failed requirement 'zlib/1.2.11@conan/stable' from 'libcurl/7.61.1@thedarkmod/local' It seems there are more than a few things broken at conanfile.py. Please let me know when the published file works again, at least for you.