summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-08-09Match latest upstream changesDaniel Bermond
2022-07-21Match latest upstream changesDaniel Bermond
2022-07-07Update pkgdesc and refresh patchesDaniel Bermond
2022-07-05Match latest upstream changesDaniel Bermond
2022-07-02Match latest upstream changesDaniel Bermond
2022-04-04Remove bundled discord game sdk and vosk. Disable dynarec.Daniel Bermond
Also removed the now unneeded minizip dependency. Discord game sdk and vosk-api are now dependencies, instead of being bundled inside the package. Pros: - size: package has very significant smaller size - convenience: vosk-api can be an optinal dependency (at least as far as I could gather, please let me know if not) - security: vosk-api dependency is built from source, instead of relying in a pre-built library shipped by upstream - security: vosk-api package is built with full relro support and fortify, oposing to the library shipped by upstream - performance: vosk-api package is built with lto enabled (suposing the user is building with devtools or with lto enabled in makepkg.conf) Cons: - increased total build time, as vosk-api takes a while to build If something break os goes wrong, we will consider rolling back the removal of bundled discord game sdk and vosk api.
2022-04-03Match latest upstream changesDaniel Bermond
2022-03-17Refresh patchesDaniel Bermond
2021-12-05Fix paths of core library and pluginsDaniel Bermond
2021-11-30Match latest upstream changesDaniel Bermond
2021-09-04Update dependenciesDaniel Bermond
It dlopens libvulkan[1][2]. [1] https://github.com/loganmc10/m64p/blob/a19045299cd00266663a666cea98bfec9025f5a8/parallel-rdp-standalone/vulkan/context.cpp#L96-L99 [2] https://github.com/loganmc10/m64p/blob/a19045299cd00266663a666cea98bfec9025f5a8/parallel-rdp-standalone/volk/volk.c#L65-L67
2021-07-18Install libvoskDaniel Bermond
2021-07-18Match latest upstream changesDaniel Bermond
2021-06-10Match latest upstream changesDaniel Bermond
2020-11-03Match latest upstream changesDaniel Bermond
2020-10-19Add PIE to mupen64plus-gui (upstream now forces no-pie)Daniel Bermond
Upstream is now deliberately forcing no-pie to mupen64plus-gui, and this removes the important PIE security feature. Add PIE here downstream. References ---------- https://github.com/loganmc10/m64p/commit/4033a0446cf45b1c2dbf01fc6e88e611f1bbd142#diff-13cd3dc9606b27bdfcc0af94b0e2bc6c71990dda661c84e0b5a6715566eeec64
2020-10-18Fix default config paths. Refresh patches.Daniel Bermond
2020-10-08Update patches and dependencies. Cosmetic changes on pkgver().Daniel Bermond
2020-06-04Match upstream changes. General improvements.Daniel Bermond
Upstream no longer uses git submodules and have reseted the commit count.
2020-05-29Improve icons installationDaniel Bermond
2020-05-25Fix provides and conflictsDaniel Bermond
2020-05-23Update patches to match upstream changesDaniel Bermond
2020-05-14Update dependenciesDaniel Bermond
qt5-websockets and sdl2_net are now dependencies. They were added upstream due to netplay support (new upstream feature).
2020-05-04Fix iconDaniel Bermond
2020-05-04Cosmetic changesDaniel Bermond
2020-04-24Match latest upstream changesDaniel Bermond
2020-04-11Various changesDaniel Bermond
- speed up the build process by removing the build jobs limitation - enable assembly optimizations on mupen64plus components - enable HQ textures on GLideN64 - add mupen64plus include files for the core library - change url - update provides/conflicts
2020-04-10Initial commit of m64p-gitDaniel Bermond