Package Details: plugdata-bin 0.9.3_2-4

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
Provides: plugdata
Submitter: aik2
Maintainer: aik2
Last Packager: aik2
Votes: 8
Popularity: 0.41
First Submitted: 2022-10-03 10:47 (UTC)
Last Updated: 2026-04-27 19:35 (UTC)

Pinned Comments

aik2 commented on 2026-03-05 23:15 (UTC)

Now aarch64 is also supported.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

aik2 commented on 2026-03-05 22:50 (UTC)

@Dunravin thanks for reporting. I guess this is due to the discrepancy of the Arch version and the Debian version from GitHub release (though I don't really know why). Previously this package pulls the Debian version because v0.9.2 only provides that. Now I've changed it to use the Arch version, so the behavior should be consistent. Please test and feel free to let me know if it works.

Dunravin commented on 2026-03-04 09:26 (UTC)

Despite being labelled as 0.9.3_1-1 this version contains a bug that prevents items downloaded from the store installing and displaying in the library correctly.

Version v0.9.3-1 from the github releases works flawlessly.

vxf6 commented on 2025-11-28 14:11 (UTC)

Agreed thanks @Gorka for requesting the shasum.

Gorka commented on 2025-11-14 15:59 (UTC)

@aik2 thanks! having the shasum makes me feel more secure :) (although I am not certain of how much more secure it makes it against the maintenance burden of having to generate the shasum for each update)

aik2 commented on 2025-11-13 08:43 (UTC)

@Gorka Hi, it's just for convenience. Now added, please check!

Gorka commented on 2025-11-13 07:58 (UTC)

@aik2 Hi! Thanks for packaging. I'd like to ask, why aren't you providing a sha512sum for the code download?

catniptwinz commented on 2024-08-04 12:51 (UTC)

@aik2 Great, glad I could be helpful. Would you mind pushing the changes when you get a chance?

aik2 commented on 2024-07-31 06:18 (UTC)

@catniptwinz thank you! I have made the changes as you suggested.

catniptwinz commented on 2024-07-29 15:49 (UTC)

@aik2 Thanks for clarifying. Let me amend my earlier comment: it turns out that the issue is more subtle. The current HEAD builds fine with plain makepkg but fails when using aurutils to build in a clean chroot.

Adding both assets to the source array:

source=("$pkgname-$pkgver.tar.gz::https://github.com/plugdata-team/plugdata/releases/download/v${pkgver}/plugdata-Arch-x64.tar.gz"
        "${_name}.desktop"
        "${_name}.png")
sha512sums=('SKIP'
            '1a64e0abbc5e2e9417bf3e2d7f0186b8137a92cebf2123adff550dba53468588c46200f5f40056fad745d583282e1bdd903da14dc064846f91309dc570bc25e3'
            '6ed1228803ea10d51e793f6c8f008b87465314a1f6484121745e42f84fe7b443a8319fcdba862b17af2a1a8b04b7275c0d69eb7a07d0841676f671d25e0790b4')

and changing the paths in package():

install -Dm644 "${_name}.desktop" "${pkgdir}/usr/share/applications/${_name}.desktop"
install -Dm644 "${_name}.png" "${pkgdir}/usr/share/pixmaps/${_name}.png"

Fixes the build issues on my end (tested with a clean checkout, works with both makepkg and aur build with a clean chroot).

aik2 commented on 2024-07-29 14:46 (UTC)

Hi catniptwinz, the .desktop file is included in this AUR repo (instead of the upstream tarball). I tested the installation with paru and found no issues. Perhaps you need a clean install?