Skip to content

Commit

Permalink
updated shairport-sync to 4.2
Browse files Browse the repository at this point in the history
- required also updating nqptp to 1.2.1
  • Loading branch information
hojo0590 committed Jul 16, 2023
1 parent 2686ffd commit a256190
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
30 changes: 19 additions & 11 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Unreleased:
- Updated [shairport-sync](https://github.com/mikebrady/shairport-sync) to version 4.2 ([release notes](https://github.com/mikebrady/shairport-sync/releases/tag/4.2)) and as required [nqptp](https://github.com/mikebrady/nqptp) to version 1.2.1 ([release notes](https://github.com/mikebrady/nqptp/releases/tag/1.2.1))

20230404:
- Fix several DSP bugs
- Fix screensaver bug
- Fix UI bug when no samplerate is defined

20230223:
- DAC+ DSP profile v13 that is compatible with the latest DAC+ DSP hardware

Expand All @@ -7,7 +15,7 @@

20221109:
- improve Digi2 Pro detection
- improve volume control of Amp3/DSP add-on
- improve volume control of Amp3/DSP add-on

20221028:
- Upgrade Linux kernel
Expand Down Expand Up @@ -35,7 +43,7 @@
- Update kernel to 5.10.95
- Update to buildroot 2021.11
- Updated shairport-sync
- audiocontrol2 websocket API by @schnabel
- audiocontrol2 websocket API by @schnabel
- Bugfix: Set host name on MDNS when it changes
- Bugfix: Shiaport-sync/nqptp

Expand Down Expand Up @@ -173,15 +181,15 @@
- support setting maximum volume and mono/stereo mode for non-DSP sound cards
- equalizer settings: A/B comparisson
- support delay for DSP channels
- named listening modes can be stored and activated
- named listening modes can be stored and activated
- added automatic updates
- improved metadata handling with radio stations
- Squeezelite: Allow setting server address
- allow to reduce dynamic range of volume control (only backend)
- Several other bugfixes and improvements

20260226:
- Bugfix: Spotify configuration
- Bugfix: Spotify configuration

20200225:
- Bugfix: ympd not using IPv6
Expand Down Expand Up @@ -262,9 +270,9 @@ Known problems:
- Bugfix: Digi+ got stuck in previous release

20190926
- Added a central config file /etc/hifibery.conf that can be used to
- Added a central config file /etc/hifibery.conf that can be used to
configure the whole system
- Changed sound card reconfiguration that there is no plop sound
- Changed sound card reconfiguration that there is no plop sound
during startup anymore
- Added MPD web interface
- Added player web interface
Expand All @@ -282,21 +290,21 @@ Known problems:
- Added MPD
- DSPToolkit version 0.17
- Changed init system to use systemd (faster startup)
- Removed audiocontrol (as it will be replaced by audiocontrol2
- Removed audiocontrol (as it will be replaced by audiocontrol2
in the future)

20181015
- Added audiocontrol demon to support volume control
- Added audiocontrol demon to support volume control
via rotary controller
- DSPTookit upgraded to 0.14 which supports log scale
- DSPTookit upgraded to 0.14 which supports log scale
for shairport-sync

20181011
- Bugfix: DSPToolkit upgraded to 0.13
- Bugfix: Shairport now working (some libraries were missing in
- Bugfix: Shairport now working (some libraries were missing in
previous version)

20181009
20181009
- added nano to allow editing local files
- added WiFi support

Expand Down
6 changes: 3 additions & 3 deletions buildroot/package/hifiberry-shairport/hifiberry-shairport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
################################################################################

HIFIBERRY_SHAIRPORT_VERSION = a30c260ec575e6d76d35b72db1343c149ea0772d
HIFIBERRY_SHAIRPORT_VERSION = b56d55151890ff846a667b50d15e9e6b562144d2
HIFIBERRY_SHAIRPORT_SITE = $(call github,mikebrady,shairport-sync,$(HIFIBERRY_SHAIRPORT_VERSION))

HIFIBERRY_SHAIRPORT_LICENSE = MIT, BSD-3-Clause
HIFIBERRY_SHAIRPORT_LICENSE_FILES = LICENSES
HIFIBERRY_SHAIRPORT_DEPENDENCIES = alsa-lib libconfig libdaemon popt host-pkgconf avahi
HIFIBERRY_SHAIRPORT_DEPENDENCIES = alsa-lib libconfig libdaemon popt host-pkgconf avahi

# git clone, no configure
HIFIBERRY_SHAIRPORT_AUTORECONF = YES
Expand All @@ -20,7 +20,7 @@ HIFIBERRY_SHAIRPORT_CONF_OPTS = --with-alsa \
--with-stdout \
--with-avahi \
--with-mpris-interface \
--with-mpris-test-client
--with-mpris-test-client

HIFIBERRY_SHAIRPORT_CONF_ENV += LIBS="$(HIFIBERRY_SHAIRPORT_CONF_LIBS)"

Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/nqptp/nqptp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

NQPTP_VERSION = c71b49a3556ba8547ee28482cb31a97fe99298aa
NQPTP_VERSION = 57fc7ac20ffd7a04ea5fbed6417e4c658bb7eb68
NQPTP_SITE = $(call github,mikebrady,nqptp,$(NQPTP_VERSION))

# git clone, no configure
Expand Down

0 comments on commit a256190

Please sign in to comment.