mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
snapcast: update to 0.15.0
This commit is contained in:
parent
94fc5dc14b
commit
39f46a4495
@ -17,8 +17,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="snapcast"
|
PKG_NAME="snapcast"
|
||||||
PKG_VERSION="0.13.0"
|
PKG_VERSION="0.15.0"
|
||||||
PKG_SHA256="331cfc62db8631af80f6c8798b9c359eb55e34d607af0881c3520b94f238f94e"
|
PKG_SHA256="7c584fad4941a299339fe060174e33c4d810b1cbe80d6efbee54da3dafb252cc"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/badaix/snapcast"
|
PKG_SITE="https://github.com/badaix/snapcast"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
diff -Naur snapcast-0.13.0/client/Makefile snapcast-0.13.0.Makefiles/client/Makefile
|
--- snapcast-0.14.0/client/Makefile 2018-04-27 19:43:25.000000000 +0200
|
||||||
--- snapcast-0.13.0/client/Makefile 2018-03-04 21:43:32.000000000 +0100
|
+++ snapcast-0.14.0.makefiles/client/Makefile 2018-05-21 13:14:12.388757526 +0200
|
||||||
+++ snapcast-0.13.0.Makefiles/client/Makefile 2018-03-05 13:33:36.686709820 +0100
|
|
||||||
@@ -78,10 +78,8 @@
|
@@ -78,10 +78,8 @@
|
||||||
|
|
||||||
else
|
else
|
||||||
@ -13,9 +12,9 @@ diff -Naur snapcast-0.13.0/client/Makefile snapcast-0.13.0.Makefiles/client/Make
|
|||||||
OBJ += ../common/daemon.o player/alsaPlayer.o browseZeroConf/browseAvahi.o
|
OBJ += ../common/daemon.o player/alsaPlayer.o browseZeroConf/browseAvahi.o
|
||||||
|
|
||||||
endif
|
endif
|
||||||
diff -Naur snapcast-0.13.0/server/Makefile snapcast-0.13.0.Makefiles/server/Makefile
|
diff -Naur snapcast-0.14.0/server/Makefile snapcast-0.14.0.makefiles/server/Makefile
|
||||||
--- snapcast-0.13.0/server/Makefile 2018-03-04 21:43:32.000000000 +0100
|
--- snapcast-0.14.0/server/Makefile 2018-04-27 19:43:25.000000000 +0200
|
||||||
+++ snapcast-0.13.0.Makefiles/server/Makefile 2018-03-05 13:34:03.530858350 +0100
|
+++ snapcast-0.14.0.makefiles/server/Makefile 2018-05-21 13:14:56.881206277 +0200
|
||||||
@@ -84,10 +84,8 @@
|
@@ -84,10 +84,8 @@
|
||||||
|
|
||||||
else
|
else
|
||||||
@ -23,8 +22,8 @@ diff -Naur snapcast-0.13.0/server/Makefile snapcast-0.13.0.Makefiles/server/Make
|
|||||||
-CXX = g++
|
-CXX = g++
|
||||||
-STRIP = strip
|
-STRIP = strip
|
||||||
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
||||||
-LDFLAGS = -lrt -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common -static-libgcc -static-libstdc++
|
-LDFLAGS += -lrt -lavahi-client -lavahi-common -static-libgcc -static-libstdc++
|
||||||
+LDFLAGS = -lrt -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
|
+LDFLAGS += -lrt -lavahi-client -lavahi-common -logg
|
||||||
OBJ += ../common/daemon.o publishZeroConf/publishAvahi.o
|
OBJ += ../common/daemon.o publishZeroConf/publishAvahi.o
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user