mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
Merge pull request #4984 from heitbaum/bump-snap
snapclient and snapserver: update to 0.23.0
This commit is contained in:
commit
f19e26997c
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="snapcast"
|
PKG_NAME="snapcast"
|
||||||
PKG_VERSION="0.22.0"
|
PKG_VERSION="0.23.0"
|
||||||
PKG_SHA256="b5156f346c32557bc1347c81fd5071fd4a32be61adc582e63323c11b105c9ff6"
|
PKG_SHA256="70efdeea60021f493f77ba1f3d00784911463cad11c6df214ecb19d74899b611"
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/badaix/snapcast"
|
PKG_SITE="https://github.com/badaix/snapcast"
|
||||||
PKG_URL="https://github.com/badaix/snapcast/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/badaix/snapcast/archive/v$PKG_VERSION.tar.gz"
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
else
|
else
|
||||||
|
|
||||||
-CXX = g++
|
-CXX = g++
|
||||||
CXXFLAGS += -pthread -DHAS_VORBIS -DHAS_ALSA -DHAS_AVAHI -DHAS_DAEMON
|
CXXFLAGS += -pthread -DHAS_VORBIS -DHAS_ALSA -DHAS_PULSE -DHAS_AVAHI -DHAS_DAEMON
|
||||||
-LDFLAGS += -lrt -lasound -lvorbis -lavahi-client -lavahi-common -latomic
|
-LDFLAGS += -lrt -lasound -lpulse -lvorbis -lavahi-client -lavahi-common -latomic
|
||||||
+LDFLAGS += -lrt -lasound -lvorbis -lavahi-client -lavahi-common -logg
|
+LDFLAGS += -lrt -lasound -lpulse -lvorbis -lavahi-client -lavahi-common -logg
|
||||||
OBJ += ../common/daemon.o player/alsa_player.o browseZeroConf/browse_avahi.o
|
OBJ += ../common/daemon.o player/alsa_player.o player/pulse_player.o browseZeroConf/browse_avahi.o
|
||||||
diff -Naur snapcast-0.14.0/server/Makefile snapcast-0.14.0.makefiles/server/Makefile
|
diff -Naur snapcast-0.14.0/server/Makefile snapcast-0.14.0.makefiles/server/Makefile
|
||||||
--- snapcast-0.14.0/server/Makefile 2018-04-27 19:43:25.000000000 +0200
|
--- snapcast-0.14.0/server/Makefile 2018-04-27 19:43:25.000000000 +0200
|
||||||
+++ snapcast-0.14.0.makefiles/server/Makefile 2018-05-21 13:14:56.881206277 +0200
|
+++ snapcast-0.14.0.makefiles/server/Makefile 2018-05-21 13:14:56.881206277 +0200
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
104
|
||||||
|
- Update to 0.23.0
|
||||||
|
|
||||||
103
|
103
|
||||||
- Update to 0.22.0
|
- Update to 0.22.0
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="snapclient"
|
PKG_NAME="snapclient"
|
||||||
PKG_VERSION="0.22.0"
|
PKG_VERSION="0.23.0"
|
||||||
PKG_REV="103"
|
PKG_REV="104"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast"
|
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
104
|
||||||
|
- Update to 0.23.0
|
||||||
|
|
||||||
103
|
103
|
||||||
- Update to 0.22.0
|
- Update to 0.22.0
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="snapserver"
|
PKG_NAME="snapserver"
|
||||||
PKG_VERSION="0.22.0"
|
PKG_VERSION="0.23.0"
|
||||||
PKG_REV="103"
|
PKG_REV="104"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_DEPENDS_TARGET="toolchain shairport-sync snapcast"
|
PKG_DEPENDS_TARGET="toolchain shairport-sync snapcast"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user