Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-12 | Add provides/conflicts against non-git | Matti Niemenmaa | |
2018-08-28 | Update URLs to point to bitbucket.org/losnoco | Matti Niemenmaa | |
gitlab.kode54.net now redirects there. | |||
2018-02-28 | Link libm and libz since they're required | Matti Niemenmaa | |
2018-02-27 | Remove explicit glibc dependency | Matti Niemenmaa | |
2018-02-27 | Fix build for new Makefile | Matti Niemenmaa | |
2016-08-08 | Patch Makefile to use 32-bit source on i686 | Matti Niemenmaa | |
2015-10-04 | Revert "Update URLs to point to gitlab.kode54.net" | Matti Niemenmaa | |
This reverts commit 4701933890a89638e5702dec2de4cfbcb025903d. It's no longer openly accessible. | |||
2015-09-05 | Update URLs to point to gitlab.kode54.net | Matti Niemenmaa | |
Seems to get updates sooner. | |||
2015-08-15 | Set -msse2/ssse3 when defining ARCH_MIN_SSE2/SSSE3 | Matti Niemenmaa | |
Required if -march is not set appropriately in makepkg.conf, as it isn't by default. | |||
2015-08-15 | Fix typo in pkgdesc: Nintendo 64, not Nintendo DS | Matti Niemenmaa | |
2015-07-14 | Link with -Bsymbolic to reduce symbol leak issues | Matti Niemenmaa | |
Plenty of internal symbols are exported, with rather generic names that can (and do) conflict with other libraries. So link with -Bsymbolic, which prevents overriding them with LD_PRELOAD but also prevents such conflicts from causing problems with functions here accidentally calling some other library's functions. | |||
2015-07-14 | Initial commit: seems okay | Matti Niemenmaa | |