summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-12Add provides/conflicts against non-gitMatti Niemenmaa
2018-08-28Update URLs to point to bitbucket.org/losnocoMatti Niemenmaa
gitlab.kode54.net now redirects there.
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 5ac68a77dfea056591f2e6452bedf8129214cfaf. It's no longer openly accessible. Not bothering to bump the epoch for this... If you managed to grab the newer version in the interim, congratulations.
2015-09-05Update URLs to point to gitlab.kode54.netMatti Niemenmaa
Seems to get updates sooner.
2015-07-15Get rid of the now upstreamed printf removal patchMatti Niemenmaa
And bump the pkgver while we're here.
2015-07-14Drop obsolete "Maintainer" commentMatti Niemenmaa
2015-07-14Link 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.
2015-07-14Link libvio2sf.o with c++, not ccMatti Niemenmaa
2015-07-14Add patch to get rid of an internal printfMatti Niemenmaa
2015-07-14Initial commit: seems okayMatti Niemenmaa