Search Criteria
Package Details: vgmstream-git r1980.157.gc5f154d7-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.72 |
First Submitted: | 2021-01-02 00:07 (UTC) |
Last Updated: | 2025-03-09 16:19 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR)
- 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)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (make)
- audacious (audacious-gitAUR, audacious-gtk3AUR) (optional) – for using the bundled plugin
Latest Comments
1 2 3 4 Next › Last »
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 includewav_utils.h
from its own directory:Deewiant commented on 2024-07-15 15:54 (UTC)
A new required header file was added. Updated install-headers.patch to include it.
kode54 commented on 2024-07-15 01:43 (UTC)
makepkg check step now fails:
Deewiant commented on 2024-05-13 14:49 (UTC)
Indeed, that code is straight-up broken on 64-bit platforms and GCC is right to reject it. Pushed a patch to circumvent the issue, but the fix should really be upstreamed, which I may get around to later this week.
kode54 commented on 2024-05-12 12:01 (UTC) (edited on 2024-05-12 12:01 (UTC) by kode54)
Now upstream is failing to build due to new warnings in GCC 14, due to passing a uint32_t by pointer to a parameter asking for a pointer to size_t.
Deewiant commented on 2023-05-26 14:29 (UTC)
Alright, well it seems that your plugin does need the
api.h
so I added it here.kode54 commented on 2023-05-26 07:28 (UTC)
@Deewiant: I'm not really involved with the project any more. Though I do occasionally use it still. I don't know that the api.h was really needed by a plugin, I may be able to get away without it.
I made a deadbeef plugin, it requires this AUR package to build, and links to it dynamically.
https://bitbucket.org/losnoco/deadbeef_plugins - under plugins/vgm
1 2 3 4 Next › Last »