Search Criteria
Package Details: soundfont-unison 1.00-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/soundfont-unison.git (read-only, click to copy) |
---|---|
Package Base: | soundfont-unison |
Description: | Lean and clean GM/GS soundbank, by Peter Jevnisek |
Upstream URL: | https://musical-artifacts.com/artifacts/659 |
Licenses: | custom |
Submitter: | None |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 33 |
Popularity: | 0.000000 |
First Submitted: | 2005-11-12 21:53 (UTC) |
Last Updated: | 2023-03-17 01:02 (UTC) |
Latest Comments
0BAD-C0DE commented on 2022-11-09 12:57 (UTC)
I can consistently get the Sf2 from https://musical-artifacts.com/artifacts/659/Unison.SF2
poikilos commented on 2020-10-29 08:13 (UTC)
The ftp server fails to respond sometimes, but I can download it from a browser by going to ftp://ftp.personalcopy.net/pub sometimes. There may be outages, and the site says, "attempts to establish multiple connections are noted by the server, and if you persist, access to the soundfonts you're trying to download will be suspended; all downloads in progress will halt and time out, and new attempts to download files, or retry the halted downloads will fail. This will happen automatically. You can still browse the site, but you can't download anything. After a couple of days, your access will be restored - if you come back, disable your download manager or it will happen to you again." http://www.personalcopy.com/linuxfiles.htm
hagabaka commented on 2019-07-30 21:57 (UTC)
makepkg saves the downloaded Unison.sf2.gz file without extracting it, so the package() step fails because Unison.sf2 doesn't exist. I'm using pacman 5.1.3.
Adding a prepare() to manually decompress it works:
prepare() { cd "$srcdir" zcat Unison.sf2.gz > Unison.sf2 }
friday commented on 2019-02-05 23:13 (UTC)
The site still links to "ftp://ftp.personalcopy.net/pub/Unison.sf2.gz", but the FTP server is not responding.
ngoonee commented on 2013-06-12 01:55 (UTC)
lmello commented on 2013-06-11 17:35 (UTC)
ngoonee commented on 2010-11-21 10:47 (UTC)