Package Details: snapcast 0.28.0-2

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: 35
Popularity: 0.84
First Submitted: 2016-01-01 21:21 (UTC)
Last Updated: 2024-04-19 19:20 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

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 )

slackline commented on 2023-02-05 20:32 (UTC)

Thanks for keeping things up-to-date @mogwai.

I git pull'ed this package earlier today when testing an updated Gentoo ebuild but was too early and didn't pay close enough attention to dates and version earlier, sorry.

mogwai commented on 2023-02-05 18:26 (UTC)

@slackline: Indeed, and this package has already been updated to that version.

slackline commented on 2023-02-05 18:11 (UTC)

New release supporting boost-1.81.0 was made today (https://github.com/badaix/snapcast/releases) and specifically addresses the boost issue (https://github.com/badaix/snapcast/issues/1082).

mogwai commented on 2023-02-02 18:48 (UTC)

@keithspg: Any version lower than the current one in the arch repo should work.

In the meantime upstream has promised to release a new version within about a week: https://github.com/badaix/snapcast/issues/1100