Skip to content

Commit

Permalink
community/snapcast: upgrade to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Dec 25, 2021
1 parent 57fc106 commit 0e7755f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
12 changes: 5 additions & 7 deletions community/snapcast/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=snapcast
pkgver=0.25.0
pkgrel=1
pkgver=0.26.0
pkgrel=0
pkgdesc="Synchronous multi-room audio player"
url="https://github.com/badaix/snapcast"
arch="all"
Expand All @@ -18,8 +18,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/badaix/snapcast/archive/v$pk
$pkgname-client.confd
$pkgname-server.initd
$pkgname-server.confd
boost-1.77.patch
"

[ "$CARCH" = "riscv64" ] && options="$options textrels"
Expand All @@ -31,7 +29,8 @@ build() {
-DBUILD_WITH_FLAC=ON \
-DBUILD_WITH_VORBIS=ON \
-DBUILD_WITH_OPUS=ON \
-DBUILD_WITH_AVAHI=ON
-DBUILD_WITH_AVAHI=ON \
-DBUILD_TESTS=ON
cmake --build build
}

Expand Down Expand Up @@ -66,10 +65,9 @@ server() {
}

sha512sums="
bc5e0540574f96a73971bae4b185a96f8ce0ca6619a51d9418368cf19f1e5b5248052a3a1e8922a15ba6b54dc8c3234c2f800fa2951fa5e97b9dd5610f78419d snapcast-0.25.0.tar.gz
fc7885e42a11794e33314544083251ffbb91a0cf160c6d4b854c56f57ffe9f38f75c7594478c9edabfe9076959938cd8de891dd456e66202692de664a75cde71 snapcast-0.26.0.tar.gz
bc2219f00fa70890be0c12f6fb8da0ac86949f65c1714648d20f6e83a80e075b8482bafd65ebadcc65708f0c488f9655ad2ddd803e5a061973de4132134acbc0 snapcast-client.initd
fa353d7974d3a8b3b22ff009b762c7c4ee318f9f83e22762a9ebf550484b9fc3cc4dffd389b6d756630dc035cb86d5c5643541957785f8bbf71fe4915691c337 snapcast-client.confd
47feaf72d96ccab6996d24619b1d36a89a74e50d402fb6760792ee62d5c2460718324ef8f437ce2be121488f164372c2c0883b9ff0e45d484b5b0e3778d6d99b snapcast-server.initd
48d494143d044a413b414b32cd8be51d4242234b6d7cb03102914a42b1ea6b1913c2c31b223c23c6be316918e731875149a2505daa03165659d0a1be3ca7e75c snapcast-server.confd
8210cde629c73e27d3bfce5bc762a01c91af1054f15a60dbe3687f1b9462ad9f47b45c5734ec5cc7a7b3eed3a9adf8d53d1e9da1b52182c9be9074dc44bd0372 boost-1.77.patch
"
18 changes: 0 additions & 18 deletions community/snapcast/boost-1.77.patch

This file was deleted.

0 comments on commit 0e7755f

Please sign in to comment.