Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-23 | Fix an implicit function declaration for GCC 14 | Matti Niemenmaa | |
An obvious omission. Patched in a way that is hopefully somewhat unlikely to have merge conflicts later, to avoid further churn... | |||
2024-07-15 | Install new vgmstream/util/vgmstream_limits.h | Matti Niemenmaa | |
It's needed by vgmstream/vgmstream.h. | |||
2024-05-24 | Revert bug fix now that it's upstream | Matti Niemenmaa | |
2024-05-13 | Fix a bug that GCC 14 doesn't let through any more | Matti Niemenmaa | |
2024-02-12 | Revert "Fix bootstrap following #1475 merge" | Matti Niemenmaa | |
This reverts commit aa6862c98b48338be56321c7d468ed1a7b16d7fa and updates pkgver to the latest. Upstream fixed the bootstrap script. | |||
2024-01-24 | Fix bootstrap following #1475 merge | Matti Niemenmaa | |
2023-05-26 | Fix versioning to always use the unannotated tags | Matti Niemenmaa | |
2023-05-26 | Install vgmstream/api.h header as well | Matti Niemenmaa | |
Seems to be some kind of public API thing, at least base/plugins.h (which is the only thing it pulls in currently) has declarations that are useful for some externals. | |||
2023-05-19 | Add check() function to catch missing headers | Matti Niemenmaa | |
2023-05-19 | Update install-headers.patch once more | Matti Niemenmaa | |
2023-01-23 | Fix build after Celt symbol naming change | Matti Niemenmaa | |
Required for upstream commit 0c77e5bec41be22fdd5cd826c33773823b065974. | |||
2021-12-12 | Add provides/conflicts against non-git | Matti Niemenmaa | |
2021-08-27 | Update install-headers.patch again | Matti Niemenmaa | |
There's a new util/log.h dependency in vgmstream.h and a new commented-out line made the patch not apply in the first place. | |||
2021-08-17 | Update install-headers.patch for current master | Matti Niemenmaa | |
clHCA.h is gone and it looks like nwa_decoder.h hasn't been needed in some time. | |||
2021-07-23 | Build Celt 0.6.1 and 0.11.0 in parallel | Matti Niemenmaa | |
2021-01-28 | Update to include new speex support | Christopher Snowhill | |
2021-01-02 | Rename to vgmstream-git, remove kode54 references | Matti Niemenmaa | |
https://github.com/kode54/vgmstream got renamed to https://github.com/vgmstream/vgmstream and is now the official upstream. | |||
2020-08-02 | Add gtk2 to makedepends | Matti Niemenmaa | |
The configure.ac explicitly checks for it. | |||
2020-08-02 | Move audacious into makedepends + optdepends | Matti Niemenmaa | |
2020-08-02 | Remove fix-audacious-prefix.patch | Matti Niemenmaa | |
The plugin .so builds bit-identically without it. | |||
2020-08-02 | Remove leftover unused patch | Matti Niemenmaa | |
2020-01-18 | Match upstream tags better in version numbers | Matti Niemenmaa | |
2020-01-18 | Remove libg7221_decode-git dependency | Matti Niemenmaa | |
VGM_USE_G7221 now enables an internal variation of the codec, so the external library is no longer used. | |||
2019-01-23 | Update pkgver correctly | Matti Niemenmaa | |
It seems that without a `makepkg -C` the tags weren't fetched into the repository, so I missed this. | |||
2019-01-22 | Remove --tags from git describe in pkgver() | Matti Niemenmaa | |
As requested by kode54, since there are sufficient annotated tags now. | |||
2019-01-03 | Pass --tags to git describe in pkgver() | Matti Niemenmaa | |
2018-10-15 | Install the license file too | Matti Niemenmaa | |
2018-10-15 | Update and add support for celt, g7221, atrac9 | Matti Niemenmaa | |
2018-02-28 | Patch a Makefile to not link audacious and gtk2 | Matti Niemenmaa | |
The main library does not need them. | |||
2018-02-28 | Remove explicit glibc dependency | Matti Niemenmaa | |
2018-02-28 | Update URLs to point to github.com | Matti Niemenmaa | |
According to kode54 himself, it's the main hub of vgmstream development. | |||
2018-02-28 | Fix build, and make/optdepend on audacious | Matti Niemenmaa | |
No point in fighting the build system about audacious, we can just provide the plugin and not require it at runtime. | |||
2017-09-07 | Fix build after various changes | Matti 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-03 | Install the required clHCA.h | Matti Niemenmaa | |
2017-05-03 | Patch a Makefile so that coding_utils.c is linked | Matti Niemenmaa | |
Without this the library doesn't work at all, since the symbols are required. | |||
2017-04-28 | Fix build due to newly needed include directory | Matti Niemenmaa | |
2017-04-28 | Update URLs to point to gitlab.kode54.net again | Matti Niemenmaa | |
It's accessible again. | |||
2015-10-04 | Revert "Update URLs to point to gitlab.kode54.net" | Matti Niemenmaa | |
This reverts commit 4609a3ebc10aba21fe13712fd99c18e9dbe2c8ff. 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-07-14 | Initial commit: no Audacious plugin but seems okay | Matti 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. |