summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2020-08-02Add gtk2 to makedependsMatti Niemenmaa
The configure.ac explicitly checks for it.
2020-08-02Move audacious into makedepends + optdependsMatti Niemenmaa
2020-08-02Remove fix-audacious-prefix.patchMatti Niemenmaa
The plugin .so builds bit-identically without it.
2020-01-18Match upstream tags better in version numbersMatti Niemenmaa
2020-01-18Remove libg7221_decode-git dependencyMatti Niemenmaa
VGM_USE_G7221 now enables an internal variation of the codec, so the external library is no longer used.
2019-01-23Update pkgver correctlyMatti Niemenmaa
It seems that without a `makepkg -C` the tags weren't fetched into the repository, so I missed this.
2019-01-22Remove --tags from git describe in pkgver()Matti Niemenmaa
As requested by kode54, since there are sufficient annotated tags now.
2019-01-03Pass --tags to git describe in pkgver()Matti Niemenmaa
2018-10-15Update and add support for celt, g7221, atrac9Matti Niemenmaa
2018-02-28Patch a Makefile to not link audacious and gtk2Matti Niemenmaa
The main library does not need them.
2018-02-28Remove explicit glibc dependencyMatti Niemenmaa
2018-02-28Update URLs to point to github.comMatti Niemenmaa
According to kode54 himself, it's the main hub of vgmstream development.
2018-02-28Fix build, and make/optdepend on audaciousMatti Niemenmaa
No point in fighting the build system about audacious, we can just provide the plugin and not require it at runtime.
2017-09-07Fix build after various changesMatti Niemenmaa
* Makefile patch no longer applies, and is not needed. * Patch configure.ac instead of configure.in. * clHCA.h is #included from outside vgmstream/, so install it at the root of /usr/include. * Makefiles were renamed from *.unix to *.audacious. Misleading for this, since we don't actually provide the Audacious plugin. * ffmpeg is now needed due to VGM_USE_FFMPEG, which is theoretically optional, but the code does not compile without it.
2017-05-03Install the required clHCA.hMatti Niemenmaa
2017-05-03Patch a Makefile so that coding_utils.c is linkedMatti Niemenmaa
Without this the library doesn't work at all, since the symbols are required.
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 4609a3ebc10aba21fe13712fd99c18e9dbe2c8ff. It's no longer openly accessible.
2015-09-05Update URLs to point to gitlab.kode54.netMatti Niemenmaa
Seems to get updates sooner.
2015-07-14Initial commit: no Audacious plugin but seems okayMatti Niemenmaa
It appears that the Audacious plugin doesn't build against Audacious 3.6.1, so leave it out. This package is mainly for the library anyway.