Package Details: vgmstream-git r2023.29.g0dca1628-1

Git Clone URL: https://aur.archlinux.org/vgmstream-git.git (read-only, click to copy)
Package Base: vgmstream-git
Description: Library for playback of various streamed audio formats used in video games
Upstream URL: https://github.com/vgmstream/vgmstream
Licenses: ISC
Conflicts: vgmstream, vgmstream-kode54-git
Provides: vgmstream
Replaces: vgmstream-kode54-git
Submitter: Deewiant
Maintainer: Deewiant
Last Packager: Deewiant
Votes: 10
Popularity: 0.121954
First Submitted: 2021-01-02 00:07 (UTC)
Last Updated: 2025-06-22 11:31 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Deewiant commented on 2025-06-22 11:33 (UTC)

Looks like using those is recommended now, yes. Added. Thanks for the notification.

kode54 commented on 2025-06-20 07:10 (UTC)

This needs to add two relatively new headers, libvgmstream.h and libvgmstream_streamfile.h, which are in the same place as the other headers.

Deewiant commented on 2025-06-09 18:36 (UTC)

Fixed upstream already: https://github.com/vgmstream/vgmstream/commit/7b0c835cacb7717a142a77b3af6d9466b83ce7ee

Star-X commented on 2025-06-09 15:50 (UTC) (edited on 2025-06-09 15:53 (UTC) by Star-X)

Fails to build now.

plugin.cc: In function 'bool read_info(const char*, Tuple&)':
plugin.cc:286:16: error: 'mod_name' was not declared in this scope
  286 |         g_free(mod_name);
      |                ^~~~~~~~
make[2]: *** [Makefile.autotools:488: plugin.lo] Error 1
make[2]: Leaving directory '/home/star-x/git/aur/vgmstream-git/src/vgmstream-git/audacious'
make[1]: *** [Makefile.autotools:371: all] Error 2
make[1]: Leaving directory '/home/star-x/git/aur/vgmstream-git/src/vgmstream-git/audacious'
make: *** [Makefile.autotools:417: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Deewiant commented on 2025-03-09 16:20 (UTC)

Thanks. You're right, it has been ISC all along. Updated.

Alleop commented on 2025-03-08 11:47 (UTC)

The license is actually ISC: https://github.com/vgmstream/vgmstream/blob/master/COPYING Link to SPDX page: https://spdx.org/licenses/ISC.html

Deewiant commented on 2024-07-23 14:32 (UTC)

Another issue with GCC 14 being stricter than whatever the devs regularly use. Patched.

kode54 commented on 2024-07-22 02:11 (UTC)

Looks like vgmstream123.c forgot to include wav_utils.h from its own directory:

vgmstream123.c: In function ‘play_vgmstream’:
vgmstream123.c:399:13: error: implicit declaration of function ‘swap_samples_le’ [-Wimplicit-function-declaration]
  399 |             swap_samples_le(buffer, output_channels * to_do, 0);
      |             ^~~~~~~~~~~~~~~
make[1]: *** [Makefile.autotools:447: vgmstream123.o] Error 1

Deewiant commented on 2024-07-15 15:54 (UTC)

A new required header file was added. Updated install-headers.patch to include it.