shairport-sync: update to v2.6
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 24 Oct 2015 18:26:35 +0000 (20:26 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 24 Oct 2015 18:58:52 +0000 (20:58 +0200)
Closes https://github.com/openwrt/packages/pull/1869

Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
sound/shairport-sync/Makefile
sound/shairport-sync/files/shairport-sync.config
sound/shairport-sync/files/shairport-sync.init

index 1cb6f57a81de8e4cac47b861491833a9055e6e5b..4d98052701c1801532d271ea441c264cfffe3171 100644 (file)
@@ -9,8 +9,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=shairport-sync
-PKG_VERSION:=2.4.1
-PKG_RELEASE:=2
+PKG_VERSION:=2.6
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://github.com/mikebrady/shairport-sync.git
index 289a3785541a6bd4db7fb623d3c894b5ebd47e45..0640bde3b88827e8b17580efe8154cc0e238cb50 100644 (file)
@@ -23,6 +23,7 @@ config shairport-sync 'shairport_sync'
        option resync_threshold '' # 2205
        option log_verbosity '' # 0/1/2/3
        option ignore_volume_control '' # no/yes
+       option volume_range_db '' # 30 to 150
        # Latencies
        option latencies_default '' # 88200
        option latencies_itunes '' # 99400
index 2631401c15953aca222515a7fbe315d00e78e8fa..ac4b5898fed87250821db35b5c1dfbb42a653afe 100644 (file)
@@ -58,6 +58,7 @@ start_instance() {
                append_num "$cfg" "$conf_file" resync_threshold "resync_threshold"
                append_num "$cfg" "$conf_file" log_verbosity "log_verbosity"
                append_str "$cfg" "$conf_file" ignore_volume_control "ignore_volume_control"
+               append_num "$cfg" "$conf_file" volume_range_db "volume_range_db"
                echo -e "};\n" >> $conf_file
 
                # Latencies