summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-05-19Add note about lack of maintenanceMatti Niemenmaa
2023-05-19Switch to GitHub mirror, bitbucket repo deletedMatti Niemenmaa
2021-12-12Add more conflicts/providesMatti Niemenmaa
2021-12-12Drop "Maintainer" commentMatti Niemenmaa
2021-12-12Update url to match sourceMatti Niemenmaa
2018-08-28Update URLs to point to bitbucket.org/losnocoMatti Niemenmaa
gitlab.kode54.net now redirects there.
2018-03-16Link with -Bsymbolic to reduce symbol leak issuesMatti 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.
2017-05-03Link to zlib, it's requiredMatti Niemenmaa
2017-04-28Switch from qtchooser to qt5-baseMatti Niemenmaa
qtchooser has been demoted to the AUR, qt5-base provides qmake.
2017-04-28Update URLs to point to gitlab.kode54.net againMatti Niemenmaa
It's accessible again.
2015-10-04Revert "Update URLs to point to gitlab.kode54.net"Matti Niemenmaa
This reverts commit 6f3c6a9db25dfe86313e9b9d8ccccbedf58734d8. It's no longer openly accessible.
2015-09-05Update URLs to point to gitlab.kode54.netMatti Niemenmaa
Seems to get updates sooner.
2015-09-05Link new version with --allow-multiple-definitionMatti Niemenmaa
Since the Data_Reader.cpp from File_Extractor is still required, but now blargg_common.cpp defines some conflicting UTF-8 functions.
2015-07-14Mess with the .pro file in prepare(), not build()Matti Niemenmaa
2015-07-14Get rid of the double build, just do the defaultMatti Niemenmaa
Which seems to produce only a dynamic library at least in my environment.
2015-07-14Initial commit: seems okay, though inefficientMatti Niemenmaa
We build both the standard and the dynamic library from scratch. Notably, since people often have !staticlibs in options, half of that work is often wasted.