snapserver: Fix snapweb icons and stream argument (109)

- Add non-empty icons for snapweb
- Fix stream argument for snapserver
- Update addon meta information to rev 109
This commit is contained in:
cr3bs 2022-02-18 09:31:32 +01:00
parent 29c72846aa
commit 55b79b8ae3
9 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
109
- Add non-empty icons for snapweb
- Fix stream argument for snapserver
108
- alsa-plugins: update to 1.2.6
- asio: update to 1.21.0

View File

@ -3,7 +3,7 @@
PKG_NAME="snapserver"
PKG_VERSION="0.26.0"
PKG_REV="108"
PKG_REV="109"
PKG_ARCH="any"
PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain shairport-sync snapcast"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 441 B

View File

@ -54,5 +54,5 @@ snapserver \
--http.port "$ss_hp" \
--http.bind_to_address "$ss_ha" \
--http.doc_root="$ADDON_DIR/snapweb" \
--stream "$stream" \
--stream.stream "$stream" \
> /dev/null