Package Details: snapcast 0.27.0-5

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: 34
Popularity: 0.005167
First Submitted: 2016-01-01 21:21 (UTC)
Last Updated: 2023-07-31 07:55 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

matejdro commented on 2023-11-13 11:23 (UTC)

Build fails on arm (Raspberry PI 3):

{standard input}: Assembler messages:
{standard input}:95154: Error: undefined local label `.L15288'
{standard input}:95174: Error: undefined local label `.L15288'

robbie_t commented on 2023-07-31 13:56 (UTC)

@mogwai you're amazing. Thank you very much! How can I reciprocate, votes (as mentioned by @m040601), patreon?

m040601 commented on 2023-07-31 10:08 (UTC) (edited on 2023-07-31 10:11 (UTC) by m040601)

Thanks to @mogwai for taking good and prompt care of this (amazing, very usefull and important) PKGBUILD. Also works fine in Arch arm (raspeberry pi, chromebooks etc). Really nice addition to mpd etc.

Just hope that with enough votes this could turn into an offficial Arch package.

mogwai commented on 2023-07-31 07:55 (UTC)

@robbie_t: Just investigated this further and the patch was trivial, so I added it to this AUR package. It should now build again. Could you please check?

mogwai commented on 2023-07-31 07:31 (UTC) (edited on 2023-07-31 07:32 (UTC) by mogwai)

@robbie_t: See https://github.com/badaix/snapcast/issues/1144

So no fix at the moment for the stable package. :/ I noticed that someone else added a snapcast-git package to AUR which should contain the fix on the development branch.

(edit: fixed incorrect link to github)

robbie_t commented on 2023-07-31 04:24 (UTC)

I'm getting the following build error. Can anyone lend some advice? I've installed base-devel and all required dependencies specified for this package.

robbie@astro% makepkg -isc
==> Making package: snapcast 0.27.0-4 (Sun 30 Jul 2023 11:16:55 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found snapcast-0.27.0.tar.gz
  -> Found snapos-0.27.0.tar.gz
  -> Found snapcast.sysusers
  -> Found snapcast.tmpfiles
  -> Found snapcast.install
==> Validating source files with sha256sums...
    snapcast-0.27.0.tar.gz ... Passed
    snapos-0.27.0.tar.gz ... Passed
    snapcast.sysusers ... Passed
    snapcast.tmpfiles ... Passed
    snapcast.install ... Passed
==> Extracting sources...
  -> Extracting snapcast-0.27.0.tar.gz with bsdtar
  -> Extracting snapos-0.27.0.tar.gz with bsdtar
==> Starting build()...
-- Architecture: x86_64
-- Checking for one of the modules 'vorbisidec'
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/robbie/.builds/snapcast/src/snapcast-0.27.0/build
[  1%] Building CXX object common/CMakeFiles/common.dir/resampler.cpp.o

...

make[2]: *** [common/CMakeFiles/common.dir/build.make:76: common/CMakeFiles/common.dir/resampler.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:161: common/CMakeFiles/common.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Nim65s commented on 2023-02-10 14:23 (UTC)

Hi,

Could you replace make -C build by cmake --build build ? Otherwise, build is broken if eg. one use export CMAKE_GENERATOR=Ninja

AndreaCattaneo commented on 2023-02-07 21:04 (UTC) (edited on 2023-02-07 21:04 (UTC) by AndreaCattaneo)

optdepends=("python-websocket-client: stream plugin script" "python-mpd2: stream plugin script" "python-musicbrainzngs: stream plugin script")

mogwai commented on 2023-02-06 20:34 (UTC)

@AndreaCattaneo: Done. The new package should have those files now.

AndreaCattaneo commented on 2023-02-06 19:26 (UTC)

missing files in /usr/share/snapserver/plug-ins/ ( according to https://github.com/badaix/snapcast/blob/develop/doc/json_rpc_api/stream_plugin.md )