Package Details: rusty-pipes 1.6.0-1

Git Clone URL: https://aur.archlinux.org/rusty-pipes.git (read-only, click to copy)
Package Base: rusty-pipes
Description: A MIDI-controlled virtual pipe organ simulator compatible with GrandOrgue and Hauptwerk sample sets.
Upstream URL: https://github.com/dividebysandwich/rusty-pipes
Licenses: GPL-2.0-or-later
Submitter: dividebysandwich
Maintainer: dividebysandwich
Last Packager: dividebysandwich
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-09 13:35 (UTC)
Last Updated: 2026-01-14 23:21 (UTC)

Latest Comments

dividebysandwich commented on 2025-11-25 09:45 (UTC)

@alerque Roger that, I have updated the PKGBUILD accordingly.

alerque commented on 2025-11-25 09:39 (UTC)

Try the build in a chroot, I think you'll see why you are actually making use of a layer of symlinks that are not always available. Building in a chroot fails.

You can remove one level of ../, but I would actually just replace "../../<file>" with "$srcdir/<file>" for maximum robustness.

dividebysandwich commented on 2025-11-24 19:37 (UTC)

@alerque Thanks for the feedback! I've updated the package steps according to the wiki. However, the paths to the extra assets appear to be correct - I am inside the "./src/rusty-pipes-x.x.x/ directory" at that step and the extra files are downloaded to "." The build works both locally and via AUR for me. Could you tell me what I am missing?

alerque commented on 2025-11-24 10:57 (UTC)

The paths to install the extra assets are wrong in the package function.

Also please check the Rust package guidelines in the Arch wiki, this is missing several relevant bits like forcing the right stable toolchain and prefetching deps.