Search Criteria
Package Details: vgmstream-git r2055.50.g9cbf6d5c-1
Package Actions
| 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.35 |
| First Submitted: | 2021-01-02 00:07 (UTC) |
| Last Updated: | 2025-11-03 18:56 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR)
- libao (libao-gitAUR)
- libatrac9-gitAUR
- libogg (libogg-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- mpg123 (mpg123-svnAUR, mpg321AUR)
- speex (speex-gitAUR)
- audacious (audacious-gitAUR, audacious-gtk3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- pango (pango-gitAUR) (make)
- audacious (audacious-gitAUR, audacious-gtk3AUR) (optional) – for using the bundled plugin
Required by (3)
- deadbeef-plugins-kode54-git
- fooyin-kode54-plugins-git (requires vgmstream)
- kame-editor-git
Latest Comments
1 2 3 4 5 Next › Last »
Deewiant commented on 2025-11-03 19:05 (UTC)
Yep, the removal of gtk2 last week and api.h yesterday double-broke this. Should be fixed now.
@kode54 Thanks for the patch, I took it in and updated the dependencies to glib2 and pango since that seems to be all that's really required here.
kode54 commented on 2025-11-03 00:50 (UTC) (edited on 2025-11-03 00:50 (UTC) by kode54)
Here:
Removes
api.hand addsvgmstream_init.h.Applies this patch -p0:
(The source doesn't even touch gtk, and the resulting binary never linked it.)
Technically you could make it check for GTK+ 3 instead.
kode54 commented on 2025-11-03 00:22 (UTC)
Also fails to build because gtk2 has been removed from the Arch repos.
cuba200611 commented on 2025-11-02 20:02 (UTC) (edited on 2025-11-02 20:13 (UTC) by cuba200611)
Fails to build with this error:
make[2]: *** No rule to make target 'api.h', needed by 'all-am'. Stop.Deewiant commented on 2025-08-08 14:27 (UTC)
@alstruit I don't think that's accurate.
Per https://spdx.org/licenses/ISC.html "[t]ext in italicized blue is omittable" and the "/or" part is in italicized blue. There is also a note above: "The ISC License text changed 'and' to 'and/or' in July 2007."
https://spdx.org/licenses/ISC-Veillard.html says "same grant as ISC, but a different disclaimer paragraph". The disclaimer paragraph there is indeed different to ISC, and also different to vgmstream's which uses the normal ISC one.
alstruit commented on 2025-08-07 23:18 (UTC) (edited on 2025-08-07 23:19 (UTC) by alstruit)
License is ISC Veillard variant since it doesn't have the "and/or" part.
https://github.com/vgmstream/vgmstream/blob/master/COPYING
https://spdx.org/licenses/ISC-Veillard.html
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.handlibvgmstream_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.
1 2 3 4 5 Next › Last »