Package Details: soundfont-titanic 1.2-3

Git Clone URL: https://aur.archlinux.org/soundfont-titanic.git (read-only, click to copy)
Package Base: soundfont-titanic
Description: A public domain, high quality MIDI soundfont by Luke Sena
Upstream URL: http://www.titanicsf.com
Licenses: custom: public domain
Submitter: xcomcmdr
Maintainer: nerflad
Last Packager: nerflad
Votes: 15
Popularity: 0.43
First Submitted: 2013-10-09 23:47 (UTC)
Last Updated: 2024-06-12 19:58 (UTC)

Latest Comments

1 2 Next › Last »

rosenberg commented on 2024-09-10 03:06 (UTC)

The upstream URL is dead. I wonder whether we should remove this.

thurstylark commented on 2024-06-12 19:31 (UTC) (edited on 2024-06-12 19:46 (UTC) by thurstylark)

This fails to build because the LICENSE file is not being handled properly.

Quick Fix: Comment or remove Line 32 (the command that's failing), which will omit the LICENSE file entirely

Real Fix:

  1. Add 'LICENSE' to the source array
  2. Modify the install command that handles the LICENSE file: Remove leading ../
  3. Either: a) Run updpkgsums to add the checksum to the sha1sums array, OR b) Add 'SKIP' to the sha1sums array
  4. Update .SRCINFO

All together: https://git.thurstylark.com/aur/soundfont-titanic/commit/68cc7754f792b664793c68a3796c566f36155343

And you're definitely welcome to pull that commit if you wish :)

jpenguin commented on 2023-10-24 21:10 (UTC)

https://filedn.com/lHGef0SOQKnBTotcJeEfshJ/Sound%20Fonts/Titanic.bz2

sha1: 263ad69171193af7edcd6f70fca24caaf6c06c74

<deleted-account> commented on 2022-06-26 14:10 (UTC)

Hello soundfont-titanic does currently not seem to install due to missing LICENSE file.

After the first build failed, this workaround allowed installation afterwards:

cd /tmp/makepkg/soundfont-titanic
touch LICENSE

jpenguin commented on 2021-05-14 00:05 (UTC)

Probably the same, https://web.archive.org/web/20051121213752/http://titanicsf.com/download/download.html

lmat commented on 2021-05-13 01:36 (UTC)

The upstream URL is dead. Is this it? https://www.polyphone-soundfonts.com/documents/27-instrument-sets/257-titanic-200-gm-gs-v1-2

nerflad commented on 2020-08-11 20:44 (UTC)

@cbix: please read the included LICENSE file.

cbix commented on 2020-08-11 10:10 (UTC)

If this is public domain (couldn't find any reference, also the upstream website is down), it should maybe get hosted on archive.org

snakeroot commented on 2019-04-17 23:19 (UTC)

I needed to comment out the line

install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

to get it to work.