1
0

6 Commits

Author SHA256 Message Date
2ef68f70b4 Accepting request 1274969 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1274969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shairport-sync?expand=0&rev=24
2025-05-07 17:17:30 +00:00
0cbc882a98 - Replace obsolete gnome-common with libtool BuildRequires.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=47
2025-05-06 14:42:48 +00:00
5d5a17dcb7 Accepting request 1242991 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1242991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shairport-sync?expand=0&rev=23
2025-02-04 17:13:24 +00:00
e783f8e61e - 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.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=45
2025-02-04 08:50:21 +00:00
4734fc8939 Accepting request 1227974 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1227974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shairport-sync?expand=0&rev=22
2024-12-03 19:47:34 +00:00
463b701562 - 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.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=43
2024-12-03 11:52:49 +00:00
4 changed files with 51 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3173cc54d06f6186a04509947697b56c7eac09c48153d7dea5f702042620a2df
size 562541

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1242d100b61fe1fffbbf706e919ed51d6a341c9fb8293fb42046e32ae2b3338
size 566065

View File

@@ -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 Syncs
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>

View File

@@ -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