Search Criteria
Package Details: vgmstream-git r2117.58.g70304141-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: | libvgmstream, vgmstream |
| Replaces: | vgmstream-kode54-git |
| Submitter: | Deewiant |
| Maintainer: | Deewiant |
| Last Packager: | Deewiant |
| Votes: | 10 |
| Popularity: | 0.196678 |
| First Submitted: | 2021-01-02 00:07 (UTC) |
| Last Updated: | 2026-06-16 14:49 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- libao (libao-gitAUR)
- libatrac9-gitAUR
- libogg (libogg-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- mpg123 (mpg321AUR, mpg123-svnAUR)
- speex (speex-gitAUR)
- audacious (audacious-gitAUR, audacious-gtk3AUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- pango (pango-nothai-gitAUR, pango-gitAUR) (make)
- audacious (audacious-gitAUR, audacious-gtk3AUR) (optional) – for using the bundled plugin
Required by (4)
- deadbeef-plugins-kode54-git
- fooyin-kode54-plugins-git (requires vgmstream)
- kame-editor-git
- mpd-sacd
Latest Comments
1 2 3 4 5 6 Next › Last »
Deewiant commented on 2026-06-16 14:53 (UTC)
Fixed now, the required header moved to a different place.
kode54 commented on 2026-06-16 11:41 (UTC)
Build failing:
Deewiant commented on 2026-01-29 14:36 (UTC)
Sure, added
libvgmstreamtoprovides.I considered
libvgmstream.soto take advantage of the automatic sover detection in makepkg but I think it got confused with the Audacious plugin since it added two provides,libvgmstream.so=0-64(as expected) andlibvgmstream.so=libvgmstream.so-64(as not expected). And this package does not maintain any sane ABI versioning anyway, so it's kind of more honest to leave it out.kode54 commented on 2026-01-29 12:22 (UTC)
Clearly this package now needs to provide a "libvgmstream" package name as well, or I need to change my plugins' dependencies, since there's apparently a
vgmstream-cli-binpackage which is providingvgmstream, and probably doesn't provide either the libraries or the headers for building against them.Block commented on 2025-12-28 08:18 (UTC)
@kode54 You are correct. My mistake (my system was missing them for some reason, but that's on me).
kode54 commented on 2025-12-28 07:52 (UTC)
@Block m4, automake, and autoconf are part of the dependencies of base-devel, and base-devel is understood to be a minimum requirement for any AUR package building process. Or at least I thought it was.
Block commented on 2025-12-28 07:27 (UTC)
This is missing m4, automake, and autoconf from the makedepends section. Can these be added?
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.
1 2 3 4 5 6 Next › Last »