Search Criteria
Package Details: rusty-pipes 1.6.0-1
Package Actions
| 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) |
Dependencies (13)
- alsa-lib
- desktop-file-utils (desktop-file-utils-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- pkgconf (pkgconf-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
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.