forked from pool/shairport-sync
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
2ef68f70b4 | |||
0cbc882a98 | |||
5d5a17dcb7 | |||
e783f8e61e | |||
4734fc8939 | |||
463b701562 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3173cc54d06f6186a04509947697b56c7eac09c48153d7dea5f702042620a2df
|
||||
size 562541
|
3
shairport-sync-4.3.7.tar.gz
Normal file
3
shairport-sync-4.3.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1242d100b61fe1fffbbf706e919ed51d6a341c9fb8293fb42046e32ae2b3338
|
||||
size 566065
|
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 08:43:38 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace obsolete gnome-common with libtool BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 12:34:25 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Update version to 4.3.7
|
||||
- This update comprises updates to GitHub Actions used for testing and for
|
||||
building Docker.
|
||||
|
||||
- Update version to 4.3.6
|
||||
- Bug fixes
|
||||
- Fix a potential bug (no issues reported) by checking that a buffer is not
|
||||
zero before attempting to deallocate it.
|
||||
- Documentation updates
|
||||
- Show how to use MQTTThing with Homebridge to represent Shairport Sync’s
|
||||
active status.
|
||||
- Correct and clarify the statistics documentation.
|
||||
- Fix a typo in the configuration file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 15:04:13 UTC 2024 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Update version to 4.3.5
|
||||
* https://github.com/mikebrady/shairport-sync/releases/tag/4.3.5
|
||||
* Add Home Assistant MQTT Auto-Discovery and active/playing State Messages.
|
||||
Thanks to aaronk6 for their considerable work and code -- see this PR.
|
||||
* Send pvol metadata on mute, thanks to Tucker Kern.
|
||||
* Ensure the PipeWire backend is initially inactive and that it goes active at
|
||||
the start of a play session and inactive at the end. This is to facilitate
|
||||
external activity-monitoring software. Thanks to Nemo157. Note that in
|
||||
AirPlay 2, play often stops momentarily between tracks, and so there will be
|
||||
momentary changes from active to inactive and back to active again in the
|
||||
PipeWire backend. This may change as the backend improves.
|
||||
* Fix a bug in the Jack Audio backend. If the system's Jack Audio server was
|
||||
running at anything other than 44,100 frames per second, the delay
|
||||
information being returned by the backend was incorrect. Thanks to
|
||||
lucianoiam.
|
||||
* Fix an incompatibility with the recently-introduced FFmpeg version 7. Thanks
|
||||
to Deyan Dragov.
|
||||
* Stop advertising the SFTP and SSH services on Bonjour. Thanks to
|
||||
Jean-Philippe Baril.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 08:42:40 UTC 2024 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package shairport-sync
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: shairport-sync
|
||||
Version: 4.3.4
|
||||
Version: 4.3.7
|
||||
Release: 0
|
||||
Summary: An AirPlay audio player
|
||||
License: GPL-3.0-only
|
||||
@@ -30,7 +30,7 @@ Patch1: harden_shairport-sync.service.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: firewall-macros
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xxd
|
||||
|
Reference in New Issue
Block a user