Update dependency badaix/snapcast to v0.29.0 #124

Open
renovate-bot wants to merge 1 commits from renovate/badaix-snapcast-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
badaix/snapcast minor v0.27.0 -> v0.29.0

Release Notes

badaix/snapcast (badaix/snapcast)

v0.29.0: Snapcast v0.29.0

Compare Source

Version 0.29.0

Features

  • Server: Add support for Jack streams (PR #​1241, Issue #​644)
  • Client: Add support for 24 and 32 bit audio on Android

Bugfixes

  • Fix linker paths on ARM based MacOS

General

  • Snapweb: Update to v0.8.0
  • CI: Add clang 16, 17, 18, gcc 14, xcode 15.1, 15.2, 15.3, 15.4
  • CI: Create GitHub draft release

Packages

The provided debian packages are automated builds from snapcast github actions.

Debian

The packages snapclient_<version>_<arch>_<debian>_with-pulse.deb are built with pulse audio player backend support (i.e. do support --player pulse) and thus require the PulseAudio dependencies.

Windows

There is no installer provided, the contained package vc_redist.exe must be installed to run snapclient.exe. The dll files must be located in your PATH or in the same directory with snapclient.exe.
stijnvdb88 provides with Snap.Net a control interface and a player as single file installer.

v0.28.0: Snapcast v0.28.0

Compare Source

Version 0.28.0

Features

  • Server: Use filename as title for FileStreams

Bugfixes

  • Server: Fix noise caused by reading half samples (Issue #​1170)
  • Server: Check open syscall error in PipeStream::do_connect (PR #​1150)
  • Server: Tweak Airplay support (#​1102)
  • Server: Lower log severity for shairport-sync (Issue #​891)
  • Improve connect handling in meta_mopidy.py
  • Fix cppcheck issues

General

  • CI: Build debian bookworm and bullseye packages for amd64, arm and arm64
  • CI: Add cppcheck static analysis
  • Update documentation (PR #​1130, PR #​1067)
  • Delete deprecated Makefiles, CMake is the only supported buildsystem
  • Snapweb: Update to v0.7.0

Packages

The provided debian packages are automated builds from snapos github actions.
Every zip file contains debian packages for:

  • the snapserver
  • the snapclient without pulse audio support (requires less dependencies)
  • the snapclient with pulse audio support
Debian

The packages snapclient_<version>_without_pulse_<arch>.deb are built without pulse audio player backend support (i.e. do not support --player pulse) and thus don't require the PulseAudio dependencies, recommended for headless, non-desktop systems.

Windows

There is no installer provided, the contained package vc_redist.exe must be installed to run snapclient.exe. The dll files must be located in your PATH or in the same directory with snapclient.exe.
stijnvdb88 provides with Snap.Net a control interface and a player as single file installer


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [badaix/snapcast](https://github.com/badaix/snapcast) | minor | `v0.27.0` -> `v0.29.0` | --- ### Release Notes <details> <summary>badaix/snapcast (badaix/snapcast)</summary> ### [`v0.29.0`](https://github.com/badaix/snapcast/releases/tag/v0.29.0): Snapcast v0.29.0 [Compare Source](https://github.com/badaix/snapcast/compare/v0.28.0...v0.29.0) ### Version 0.29.0 #### Features - Server: Add support for Jack streams (PR [#&#8203;1241](https://github.com/badaix/snapcast/issues/1241), Issue [#&#8203;644](https://github.com/badaix/snapcast/issues/644)) - Client: Add support for 24 and 32 bit audio on Android #### Bugfixes - Fix linker paths on ARM based MacOS #### General - Snapweb: Update to v0.8.0 - CI: Add clang 16, 17, 18, gcc 14, xcode 15.1, 15.2, 15.3, 15.4 - CI: Create GitHub draft release #### Packages The provided debian packages are automated builds from [snapcast github actions](https://github.com/badaix/snapcast/actions/workflows/package.yml). ##### Debian The packages `snapclient_<version>_<arch>_<debian>_with-pulse.deb` are built with pulse audio player backend support (i.e. do support `--player pulse`) and thus require the PulseAudio dependencies. ##### Windows There is no installer provided, the contained package `vc_redist.exe` must be installed to run `snapclient.exe`. The `dll` files must be located in your `PATH` or in the same directory with `snapclient.exe`. stijnvdb88 provides with [Snap.Net](https://github.com/stijnvdb88/Snap.Net) a control interface and a player as single file installer. ### [`v0.28.0`](https://github.com/badaix/snapcast/releases/tag/v0.28.0): Snapcast v0.28.0 [Compare Source](https://github.com/badaix/snapcast/compare/v0.27.0...v0.28.0) ### Version 0.28.0 #### Features - Server: Use filename as title for FileStreams #### Bugfixes - Server: Fix noise caused by reading half samples (Issue [#&#8203;1170](https://github.com/badaix/snapcast/issues/1170)) - Server: Check open syscall error in PipeStream::do_connect (PR [#&#8203;1150](https://github.com/badaix/snapcast/issues/1150)) - Server: Tweak Airplay support ([#&#8203;1102](https://github.com/badaix/snapcast/issues/1102)) - Server: Lower log severity for shairport-sync (Issue [#&#8203;891](https://github.com/badaix/snapcast/issues/891)) - Improve connect handling in meta_mopidy.py - Fix cppcheck issues #### General - CI: Build debian bookworm and bullseye packages for amd64, arm and arm64 - CI: Add cppcheck static analysis - Update documentation (PR [#&#8203;1130](https://github.com/badaix/snapcast/issues/1130), PR [#&#8203;1067](https://github.com/badaix/snapcast/issues/1067)) - Delete deprecated Makefiles, CMake is the only supported buildsystem - Snapweb: Update to v0.7.0 #### Packages The provided debian packages are automated builds from [snapos github actions](https://github.com/badaix/snapos/actions). Every zip file contains debian packages for: - the snapserver - the snapclient without pulse audio support (requires less dependencies) - the snapclient with pulse audio support ##### Debian The packages `snapclient_<version>_without_pulse_<arch>.deb` are built without pulse audio player backend support (i.e. do not support `--player pulse`) and thus don't require the PulseAudio dependencies, recommended for headless, non-desktop systems. ##### Windows There is no installer provided, the contained package `vc_redist.exe` must be installed to run `snapclient.exe`. The `dll` files must be located in your `PATH` or in the same directory with `snapclient.exe`. stijnvdb88 provides with [Snap.Net](https://github.com/stijnvdb88/Snap.Net) a control interface and a player as single file installer </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjM5LjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-04-13 09:05:40 +00:00
Update dependency badaix/snapcast to v0.28.0
Some checks failed
continuous-integration/drone/pr Build is failing
4106345375
renovate-bot changed title from Update dependency badaix/snapcast to v0.28.0 to Update dependency badaix/snapcast to v0.29.0 2024-08-25 09:07:06 +00:00
renovate-bot force-pushed renovate/badaix-snapcast-0.x from 4106345375 to f678222023 2024-08-25 09:07:07 +00:00 Compare
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mwalbeck/docker-snapcast#124
No description provided.