snapcast: update to 0.15.0

This commit is contained in:
awiouy 2018-05-21 15:24:09 +02:00
parent 94fc5dc14b
commit 39f46a4495
2 changed files with 9 additions and 10 deletions

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="snapcast"
PKG_VERSION="0.13.0"
PKG_SHA256="331cfc62db8631af80f6c8798b9c359eb55e34d607af0881c3520b94f238f94e"
PKG_VERSION="0.15.0"
PKG_SHA256="7c584fad4941a299339fe060174e33c4d810b1cbe80d6efbee54da3dafb252cc"
PKG_ARCH="any"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/badaix/snapcast"

View File

@ -1,6 +1,5 @@
diff -Naur snapcast-0.13.0/client/Makefile snapcast-0.13.0.Makefiles/client/Makefile
--- snapcast-0.13.0/client/Makefile 2018-03-04 21:43:32.000000000 +0100
+++ snapcast-0.13.0.Makefiles/client/Makefile 2018-03-05 13:33:36.686709820 +0100
--- snapcast-0.14.0/client/Makefile 2018-04-27 19:43:25.000000000 +0200
+++ snapcast-0.14.0.makefiles/client/Makefile 2018-05-21 13:14:12.388757526 +0200
@@ -78,10 +78,8 @@
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
endif
diff -Naur snapcast-0.13.0/server/Makefile snapcast-0.13.0.Makefiles/server/Makefile
--- snapcast-0.13.0/server/Makefile 2018-03-04 21:43:32.000000000 +0100
+++ snapcast-0.13.0.Makefiles/server/Makefile 2018-03-05 13:34:03.530858350 +0100
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.makefiles/server/Makefile 2018-05-21 13:14:56.881206277 +0200
@@ -84,10 +84,8 @@
else
@ -23,8 +22,8 @@ diff -Naur snapcast-0.13.0/server/Makefile snapcast-0.13.0.Makefiles/server/Make
-CXX = g++
-STRIP = strip
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
-LDFLAGS = -lrt -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common -static-libgcc -static-libstdc++
+LDFLAGS = -lrt -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
-LDFLAGS += -lrt -lavahi-client -lavahi-common -static-libgcc -static-libstdc++
+LDFLAGS += -lrt -lavahi-client -lavahi-common -logg
OBJ += ../common/daemon.o publishZeroConf/publishAvahi.o
endif