Package Details: vgmtrans-git r1550.b684e65-1

Git Clone URL: https://aur.archlinux.org/vgmtrans-git.git (read-only, click to copy)
Package Base: vgmtrans-git
Description: Converter for sequenced videogame music
Upstream URL: https://github.com/vgmtrans/vgmtrans
Licenses: zlib, BSD-3-Clause
Submitter: ettolrach
Maintainer: ettolrach (DodoGTA)
Last Packager: DodoGTA
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-29 11:53 (UTC)
Last Updated: 2026-03-05 14:03 (UTC)

Latest Comments

elynl commented on 2026-03-01 22:27 (UTC)

Hello, I'm one of the upstream maintainers. We have rewritten our build scripts last week - you will need to update this package. Some of the changes we made should be useful to you (esp. around vendoring). Build instructions are provided in the repo.

DaforLynx commented on 2026-02-09 20:01 (UTC) (edited on 2026-02-09 20:04 (UTC) by DaforLynx)

Getting this error. Maybe the build process changed recently.

CMake Error at CMakeLists.txt:77 (add_subdirectory):
  The source directory

    /home/d/gitrepos/vgmtrans-git/src/vgmtrans/lib/fmt

  does not contain a CMakeLists.txt file.

DodoGTA commented on 2023-04-12 19:06 (UTC)

I recently did some big refactors to the package (which should make it work again)

Check the commits for more information

ettolrach commented on 2022-04-17 09:56 (UTC)

@lithium_sulfate I'm editing it right now. I've noticed that the program doesn't start if libbassmidi isn't installed, and that's an issue with upstream that I'm currently trying to solve. Once that's done I'll update the PKGBUILD with the correct procedure.

For now, manually replace git+git:// with git+https:// and manually install the package libbassmidi from the Arch repos. Once I've updated the PKGBUILD it should hopefully no longer be necessary to install libbassmidi.

lithium_sulfate commented on 2022-04-16 09:30 (UTC) (edited on 2022-04-16 20:06 (UTC) by lithium_sulfate)

Thank you for maintaining this package. The PKGBUILD is still using the outdated git+git:// protocol for its source which doesn't work anymore, would you mind changing it to git+https:// ?