Search Criteria
Package Details: sn76489-vst-git r21.831508e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sn76489-vst-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sn76489-vst-git |
| Description: | Emulates Texas Instruments SN76489 audio chip found in Sega Master System as a VST plugin |
| Upstream URL: | http://socalabs.com/ |
| Licenses: | LGPL |
| Groups: | socalabs-vst-suite |
| Submitter: | prg |
| Maintainer: | prg |
| Last Packager: | prg |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-01-08 20:27 (UTC) |
| Last Updated: | 2018-03-06 22:21 (UTC) |
Dependencies (3)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-amber)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
prg commented on 2018-03-06 22:22 (UTC)
Thanks! I'll look into implementing the submodule workaround at some point. Or if you would rather adopt this package ( I have very limited time ) let me know.
I've gone ahead and added the webkit2gtk dependency
cyberic commented on 2018-02-28 10:21 (UTC)
This seem to be missing in depends: webkit2gtk
cyberic commented on 2018-02-27 16:14 (UTC) (edited on 2018-02-28 10:20 (UTC) by cyberic)
Thank you for packaging thse plugins!
I use another workaround for the github SSH keys issue:
git clone --progress https://github.com/FigBug/SN76489.git
sed -i -e 's#git@github.com:#https://github.com/#' .gitmodules
This way, if the author updates something, your package stays up to date