Package Details: plugdata-bin 0.8.3-1

Git Clone URL: https://aur.archlinux.org/plugdata-bin.git (read-only, click to copy)
Package Base: plugdata-bin
Description: Plugin wrapper around Pure Data with a new JUCE GUI, allowing patching in DAWs
Upstream URL: https://github.com/plugdata-team/plugdata
Licenses: GPL3
Groups: lv2-plugins, pro-audio, vst3-plugins, clap-plugins
Conflicts: plugdata-git
Replaces: plugdata-git
Submitter: aik2
Maintainer: aik2
Last Packager: aik2
Votes: 3
Popularity: 0.27
First Submitted: 2022-10-03 10:47 (UTC)
Last Updated: 2024-01-18 10:36 (UTC)

Latest Comments

rokidakota commented on 2023-05-09 20:17 (UTC)

0.7.1 is out :)

aik2 commented on 2023-01-31 12:22 (UTC)

Thanks paulj. The source link is corrected now.

paulj commented on 2023-01-30 20:26 (UTC)

Source format has changed. The following changes worked:

...
source=("https://github.com/timothyschoen/PlugData/releases/download/v${pkgver}/PlugData-Arch-x64.tar.gz")
...

package () {
    ...
    find ./plugdata/LV2 -name ...
    find ./plugdata/VST3 -name ...
    install -Dm755 -T ./plugdata/Standalone/* ...
}