And it's fixed upstream
Search Criteria
Package Details: fluidplug-git r37.8457f10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluidplug-git.git (read-only, click to copy) |
---|---|
Package Base: | fluidplug-git |
Description: | SoundFonts as LV2 plugins via FluidSynth |
Upstream URL: | https://github.com/falkTX/FluidPlug |
Keywords: | fluidsynth lv2 pro-audio soundfont |
Licenses: | CCPL |
Groups: | lv2-plugins |
Conflicts: | fluidplug |
Provides: | fluidplug |
Submitter: | Gimmeapill |
Maintainer: | Gimmeapill |
Last Packager: | Gimmeapill |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-03 16:38 (UTC) |
Last Updated: | 2022-02-06 10:08 (UTC) |
Dependencies (6)
- fluidsynth (fluidsynth-gitAUR)
- fluidsynth (fluidsynth-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lv2 (lv2-gitAUR) (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Required by (1)
Sources (1)
Gimmeapill commented on 2023-03-18 18:14 (UTC)
Gimmeapill commented on 2023-03-18 07:11 (UTC) (edited on 2023-03-18 07:29 (UTC) by Gimmeapill)
@Renard: Error confirmed, thanks for the heads up.
This is not a packaging issue however, it looks like an upstream problem when downloading via https:
https://github.com/falkTX/FluidPlug/issues/12
I don't have much time to look for a workaround at the moment, so if that can help, here'a s cached version of the package:
https://drive.google.com/file/d/1NTflOgz-VTRgQgwNI1WlXPKwdaf9GpaL/view?usp=sharing
Renard commented on 2023-03-16 22:47 (UTC)
Hello, this package currently returns a 403 forbidden from download.linuxaudio.org
Gimmeapill commented on 2022-02-06 10:11 (UTC)
@dann-merlin: you are absolutely correct - thanks for the tip! The prepare function was not working as intended anyway, so it's fine to get rid of it.
dann-merlin commented on 2022-02-05 13:10 (UTC)
@Gimmeapill @nathan I'm not exactly sure why it fixes it, but removing the prepare function works for me. The download target is then executed anyways, when the build target (default target) is called. For some reason it fails this way when calling the download target directly.
Gimmeapill commented on 2022-01-12 21:26 (UTC)
@nathan: https added (I didn't have any failure downloading but this was still much needed). The build fails however and there was no particular upstream change - I didn't manage to find the issue so far but I'll try again when time allows.
nathan commented on 2022-01-11 01:43 (UTC)
Received this error while trying to build this package:
Cloning into bare repository '/home/nathan/.cache/yay/fluidplug-git/fluidplug'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Fixed by modifying the source
to this:
source=("${pkgname%-git}::git+https://github.com/falkTX/FluidPlug.git")
Gimmeapill commented on 2021-05-11 19:18 (UTC)
@dreieck: Sorry for the late feedback. I gave it a try but that doesn't seem to help. The build script always want to download everything no matter how, and I think like modifying it would be overkill. But if you have a pkgbuild ready that works in a more efficient way let me know. Also if you want to take over. I am not using this package very much so...
dreieck commented on 2021-04-24 19:28 (UTC) (edited on 2021-04-24 19:29 (UTC) by dreieck)
Thanks for maintaining this package!
Is is possible to have all the stuff that currently gets downloaded in build()
to be downloaded in prepare()
, so that after a makepkg -o
further build does not need (high bandwidth) internet connectivity?
Thanks!
[...]
-2021-04-24 21:25:33-- http://download.linuxaudio.org/musical-instrument-libraries/sf2/AVL-Drumkits-1.1-SF2-splitted/Black_Pearl_5-1.1.tar.7z
Resolving download.linuxaudio.org (download.linuxaudio.org)... 185.78.198.50
Connecting to download.linuxaudio.org (download.linuxaudio.org)|185.78.198.50|:80... connected.
Black_Pearl_4B-1.1.tar.7z 24%[========================================> ] 2.82M 2.71MB/s 200 OK
Length: 12173766 (12M) [application/x-7z-compressed]
Saving to: ‘Black_Pearl_5-1.1.tar.7z’
Black_Pearl_4A-1.1.tar.7z 11%[=================> ] 1.26M 863KB/s aairfont_a340u.tar.7z 100%[======================================================================================================================================================================>] 7.44M 3.23MB/s in 2.3s
[...]
Pinned Comments
Gimmeapill commented on 2016-12-03 17:14 (UTC)