apteryks
apteryks
I've updated this based on comments from upstream here: https://github.com/dolphin-emu/dolphin/pull/13285
Upstream version was merged; I've adjusted the comment in the patch to match it (see: https://github.com/dolphin-emu/dolphin/pull/13285#event-16052974709). This should be ready to go!
I was using the `master` branch; I'll retry using the `ogre3` branch and keep you updated. I'm building mygui-next as its own package, not using the Python script, as this...
OK, I'm now using the latest commit of the ogre3 branch, trying to build it against ogre-next 3.0.0, and this is what I now get: ``` [ 95%] Building CXX...
Indeed. I'll check if I can make use of the FindOGRE.cmake more effictively to locate my system-provided Ogre-Next library.
Haven't heard back from them yet. Does anyone know of another means to reach them? (I tried by email).
I note that the distributed asm6.zip original source of `asm6` has a README.TXT file mentioning: ``` This is free software. You may use, modify, and / or redistribute any part...
https://community.chocolatey.org/packages/asm6f#discussion wrongly claims this software is under the 'unlicense' license. This one: https://github.com/void-linux/void-packages/blob/master/srcpkgs/asm6/template wrongly claims it's in the public domain.
Thanks for the feedback. In Guix I have been using the `non-copyleft` procedure that you can point to a file in the repository to denote the license, like so: `(non-copyleft...
That would still be an improvement, I think!