Skip to content

Commit ba55134

Browse files
xabolcshnyman
authored andcommitted
snapcast: update to v0.34.0
A straightforward update from 0.28.0 (2024-03-19, [1]) to 0.34.0 (2025-10-12, [2]) with almost 400 commits. [3] Notable change is the configurable OpenSSL support (BUILD_WITH_SSL) for both snapserver and snapclient. They will be enabled once I introduce the flavours. In the mean time upsteam moved to it's own organization. [4] Upstream changelog: https://github.com/snapcast/snapcast/blob/v0.34.0/changelog.md [1]: https://github.com/snapcast/snapcast/releases/tag/v0.28.0 [2]: https://github.com/snapcast/snapcast/releases/tag/v0.34.0 [3]: snapcast/snapcast@v0.28.0...v0.34.0 [4]: https://github.com/snapcast Signed-off-by: Szabolcs Hubai <[email protected]>
1 parent a77e588 commit ba55134

6 files changed

+10
-245
lines changed

sound/snapcast/Makefile

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
include $(TOPDIR)/rules.mk
44

55
PKG_NAME:=snapcast
6-
PKG_VERSION:=0.28.0
7-
PKG_RELEASE:=2
6+
PKG_VERSION:=0.34.0
7+
PKG_RELEASE:=1
88

99
PKG_SOURCE_PROTO:=git
10-
PKG_SOURCE_URL:=https://github.com/badaix/snapcast.git
10+
PKG_SOURCE_URL:=https://github.com/snapcast/snapcast.git
1111
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
12-
PKG_MIRROR_HASH=288325fc8b134502adb522711c18210794734675684cf5d8eba8a0a82778f6c9
12+
PKG_MIRROR_HASH=b47c44e208708cbfd6fb89b5874ed05ffa165b959904ccc11b03073bf9b55b0a
1313

1414
PKG_MAINTAINER:=Szabolcs Hubai <[email protected]>, David Andreoletti <[email protected]>
1515
PKG_LICENSE:=GPL-3.0-or-later
@@ -23,14 +23,18 @@ CMAKE_OPTIONS += \
2323
-DBUILD_TESTS=OFF \
2424
-DBUILD_WITH_ALSA=ON \
2525
-DBUILD_WITH_AVAHI=OFF \
26-
-DBUILD_WITH_PULSE=OFF
26+
-DBUILD_WITH_JACK=OFF \
27+
-DBUILD_WITH_PIPEWIRE=OFF \
28+
-DBUILD_WITH_PULSE=OFF \
29+
-DBUILD_WITH_SSL=OFF \
30+
-DBUILD_WITH_TREMOR=ON
2731

2832
define Package/snapcast/Default
2933
SECTION:=sound
3034
CATEGORY:=Sound
3135
TITLE:=Synchronous multiroom audio player
3236
DEPENDS:=+alsa-lib +libexpat +libatomic +libogg +libflac +libopus +boost +libsoxr
33-
URL:=https://github.com/badaix/snapcast
37+
URL:=https://github.com/snapcast/snapcast
3438
endef
3539

3640
define Package/snapcast/Default/description

sound/snapcast/patches/001-v0.29.0-fix-compilation-with-boost-v1.87.0.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

sound/snapcast/patches/002-v0.30.0-use-make_address-from-boost-as-from_string-is-deprecated-1308.patch

Lines changed: 0 additions & 87 deletions
This file was deleted.

sound/snapcast/patches/003-v0.30.0-fix-compilation-with-boost-v1.87.0.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

sound/snapcast/patches/004-v0.31.101-fix-compilation-with-boost-1.88.patch

Lines changed: 0 additions & 60 deletions
This file was deleted.

sound/snapcast/patches/005-v0.32.4-fix-building-with-boost-v1.89.0.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)