Search Criteria
Package Details: snapcast 0.31.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/snapcast.git (read-only, click to copy) |
---|---|
Package Base: | snapcast |
Description: | Synchronous multi-room audio player |
Upstream URL: | https://github.com/badaix/snapcast |
Keywords: | audio multi-room |
Licenses: | GPL |
Submitter: | mogwai |
Maintainer: | mogwai |
Last Packager: | mogwai |
Votes: | 38 |
Popularity: | 0.66 |
First Submitted: | 2016-01-01 21:21 (UTC) |
Last Updated: | 2025-06-02 20:32 (UTC) |
Dependencies (15)
- alsa-lib
- avahi
- expat (expat-gitAUR)
- flac (flac-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsoxr
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- opus (opus-gitAUR)
- alsa-utils (alsa-utils-gitAUR) (make)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- python-mpd2 (python-mpd2-gitAUR) (optional) – stream plugin script
- python-musicbrainzngs (optional) – stream plugin script
- python-websocket-client (optional) – stream plugin script
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
mogwai commented on 2025-06-02 20:33 (UTC)
@stevil: Should be fixed now. Thanks for the notification.
stevil commented on 2025-05-27 08:02 (UTC)
This currently (0.31.0) doesn't build with boost 1.88.0. There's an upstream ticket here and a patch here.
nshephard commented on 2025-03-14 11:37 (UTC)
Ok, I think I may have solved this. After carefully reading the error message I saw that
-mno-omit-leaf-frame-pointer
was still listed despite removing it from/etc/makepkg.conf
.I therefore removed the whole
./src/snapcast-0.31.0
directory and its now built and installed :-DSorry for the noise.
nshephard commented on 2025-03-14 10:51 (UTC)
Hi,
I've encountered a problem trying to build this under ArchLinuxARM (Raspberry Pi 4b)
I've read the posts above from @m040601 and @mogwai and have a modern version of C++ (14.2.1). I noted the advice to disable
-mno-omit-leaf-frame-pointer
fromCFLAGS
in/etc/makepkg
and have done so, still hit an error withDetecting CXX compiler ABI info - failed
andCheck for working CXX compiler: /usr/bin/c++ - broken
.Unfortunately I can't build
0.28.0
and would be keen to move to the most recent version.mogwai commented on 2025-02-24 18:14 (UTC)
@BrainDamage: done
mogwai commented on 2025-02-23 20:32 (UTC)
@kingo55: That's how AUR packages work: if any of the dependencies are updated, it's your own responsibility to recompile it, even if the package itself has not been updated. Most dependency updates are fine, it's mainly the major release upgrades that need recompiling. Apparently that was the case with flac now.
kingo55 commented on 2025-02-23 02:04 (UTC)
There must have been some dependency changes because I had to reinstall this when libFLAC.so.12 was removed recently.
I'm an AUR noob so I'm not sure if this has to be handled in this package.
BrainDamage commented on 2025-02-22 11:20 (UTC)
jack is missing from the depedencies, the buildsystem does attempt to detect it at build time and then include if available, and will skip otherwise. Adding jack to the dep list would make this package align with the overall arch policy of building with all available features.
mogwai commented on 2025-01-26 17:58 (UTC)
@rnestler: Fixed
rnestler commented on 2025-01-26 15:25 (UTC)
The snapserver plug-ins in in
/usr/share/snapserver/plug-ins/
aren't marked as executable and thus trying to use them leads to an error:Running
sudo chmod +x /usr/share/snapserver/plug-ins/meta_mopidy.py
fixes it.In the PKGBUILD the mode on the files seems to be explicitly set to be non-executable:
1 2 3 4 5 6 .. 9 Next › Last »