Search Criteria
Package Details: sonobus 1.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sonobus.git (read-only, click to copy) |
---|---|
Package Base: | sonobus |
Description: | An easy to use application for streaming high-quality, low-latency peer-to-peer audio |
Upstream URL: | https://sonobus.net |
Licenses: | GPL-3.0-or-later |
Submitter: | Luchs |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 9 |
Popularity: | 0.151579 |
First Submitted: | 2021-01-20 21:44 (UTC) |
Last Updated: | 2024-02-08 14:38 (UTC) |
Dependencies (11)
- alsa-lib
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- opus (opus-gitAUR)
- cmake (cmake-gitAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libx11 (libx11-gitAUR) (make)
- libxcursor (make)
- libxinerama (libxinerama-randr-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
Latest Comments
1 2 Next › Last »
Kunda commented on 2023-12-13 15:55 (UTC)
Any plans to update to latest release 1.7.2 ?
hockeymikey commented on 2022-06-08 20:15 (UTC)
Anyone getting an "error: ‘exchange’ is not a member of ‘std’" when is tries to compile juce? Tried using CFLAGS="$CFLAGS -std=c17" thinking that would solve but no dice.
themaddin commented on 2022-04-02 23:02 (UTC)
zenity
should be at least a optdep of this, as it's used for loading and saving setups and files.ph11 commented on 2022-01-20 18:38 (UTC)
Is there still a maintainer? It's 1.4.9, actually
kousu commented on 2022-01-04 00:45 (UTC)
Here's a backtrace, but it doesn't mean much to me:
kousu commented on 2022-01-04 00:31 (UTC) (edited on 2022-01-04 00:47 (UTC) by kousu)
I just built this package and I'm also getting a crash, but it's not a segfault:
I'm getting the same problem with sonobus-git, which is currently building version 1.4.7: https://aur.archlinux.org/packages/sonobus-git/#comment-844699
leonardder commented on 2021-06-05 07:19 (UTC)
Could you consider adding arm architectures to the list of architectures? I at least know aarch64 to work.
Cholfo commented on 2021-06-04 19:27 (UTC)
Hi, when I try to load an audio file or record the program crashes with a segfault. Talking with some friends who had sonobus also installed, one has the same issue and for the other one all works as expected.
sonosaurus commented on 2021-04-28 18:46 (UTC)
JUCE is not a normal library dependency (for anyone), it is a source code collection... it isn't designed to be linked to like most other "dependencies". And furthermore, I have modified it, so you need to think of it as part of the SonoBus source code (which it is), and not a dependency.
Looks like libcurl is no longer a dependency either.
Regarding X11 and libjack, the code does dynamic library loading internally at runtime, and not at link time, which is why they don't show up with ldd.
Scrumplex commented on 2021-04-28 17:29 (UTC) (edited on 2021-04-28 17:29 (UTC) by Scrumplex)
sonosaurus: Thank you for your comment. First of all: Awesome piece of software you got here :D
On Arch Linux it is undesirable to have dependencies in-tree, as that does not guarantee reproducability. But as far as I can tell it's currently not possible to solve this. Maybe we can work this out in a GitHub issue.
I was a little confused about it being statically linked or not, as libcurl, libjack and libx* are all not linked with any binary (neither /usr/bin/sonobus, nor the VSTs)
1 2 Next › Last »