mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
Merge pull request #5471 from heitbaum/snapcast
snapcast: update to 0.25
This commit is contained in:
commit
331f30d295
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libconfig"
|
||||
PKG_VERSION="1.7.2"
|
||||
PKG_SHA256="f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726"
|
||||
PKG_VERSION="1.7.3"
|
||||
PKG_SHA256="68757e37c567fd026330c8a8449aa5f9cac08a642f213f2687186b903bd7e94e"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="https://github.com/hyperrealm/libconfig"
|
||||
PKG_URL="https://github.com/hyperrealm/libconfig/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -1,25 +0,0 @@
|
||||
--- libconfig-1.7.2/Makefile.am.orig 2020-12-30 11:29:05.944066542 +0000
|
||||
+++ libconfig-1.7.2/Makefile.am 2020-12-30 11:29:27.477746250 +0000
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
-SUBDIRS = lib doc tinytest tests
|
||||
+SUBDIRS = lib
|
||||
|
||||
if BUILDEXAMPLES
|
||||
SUBDIRS += examples
|
||||
--- libconfig-1.7.2/configure.ac.orig 2020-12-30 11:27:52.216245652 +0000
|
||||
+++ libconfig-1.7.2/configure.ac 2020-12-30 11:28:13.199901992 +0000
|
||||
@@ -129,11 +129,8 @@
|
||||
lib/libconfig++.pc
|
||||
lib/libconfigConfig.cmake
|
||||
lib/libconfig++Config.cmake
|
||||
- doc/Makefile
|
||||
examples/Makefile
|
||||
examples/c/Makefile
|
||||
examples/c++/Makefile
|
||||
- tinytest/Makefile
|
||||
- tests/Makefile
|
||||
libconfig.spec
|
||||
)
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="asio"
|
||||
PKG_VERSION="1.18.1"
|
||||
PKG_SHA256="01e4c72985af0e19378e763d513ddc0c61886bc14556a14dd4220eb18304c383"
|
||||
PKG_VERSION="1.18.2"
|
||||
PKG_SHA256="9071370beb50f4e974042a2a8604e761397cc34a2021a49b5712571b5e1536d7"
|
||||
PKG_LICENSE="BSL"
|
||||
PKG_SITE="http://think-async.com/Asio"
|
||||
PKG_URL="https://github.com/chriskohlhoff/asio/archive/asio-${PKG_VERSION//./-}.zip"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="shairport-sync"
|
||||
PKG_VERSION="3.3.7"
|
||||
PKG_SHA256="7f8d4ecec53f2f681a962467bf09205568fc936c8c31a9ee07b1bd72d3d95b12"
|
||||
PKG_VERSION="3.3.8"
|
||||
PKG_SHA256="c92f9a2d86dd1138673abc66e0010c94412ad6a46da8f36c3d538f4fa6b9faca"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://github.com/mikebrady/shairport-sync"
|
||||
PKG_URL="https://github.com/mikebrady/shairport-sync/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="snapcast"
|
||||
PKG_VERSION="0.24.0"
|
||||
PKG_SHA256="3f179ad0326627f66fd2e581359366c6c49ef51cb1c7b87ed8739fb9d0969a3c"
|
||||
PKG_VERSION="0.25.0"
|
||||
PKG_SHA256="c4e449cb693e091261727421f4965492be049632537e034fa9c59c92d091a846"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/badaix/snapcast"
|
||||
PKG_URL="https://github.com/badaix/snapcast/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -1,3 +1,9 @@
|
||||
107
|
||||
- asio: update to 1.18.2
|
||||
- libconfig: update to 1.7.3
|
||||
- shairport-sync: update to 3.3.8
|
||||
- snapcast: update to 0.25.0
|
||||
|
||||
106
|
||||
- Fixed issue when listing sound cards
|
||||
- Added the option to specify the snapcast server host address
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="snapclient"
|
||||
PKG_VERSION="0.24.0"
|
||||
PKG_REV="106"
|
||||
PKG_VERSION="0.25.0"
|
||||
PKG_REV="107"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast"
|
||||
|
@ -1,3 +1,10 @@
|
||||
107
|
||||
- asio: update to 1.18.2
|
||||
- libconfig: update to 1.7.3
|
||||
- shairport-sync: update to 3.3.8
|
||||
- snapcast: update to 0.25.0
|
||||
|
||||
|
||||
106
|
||||
- Added options to enable and configure the HTTP server
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="snapserver"
|
||||
PKG_VERSION="0.24.0"
|
||||
PKG_REV="106"
|
||||
PKG_VERSION="0.25.0"
|
||||
PKG_REV="107"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_DEPENDS_TARGET="toolchain shairport-sync snapcast"
|
||||
|
Loading…
x
Reference in New Issue
Block a user