Accepting request 672146 from home:illuusio:ports
Update to version 3.2.2 OBS-URL: https://build.opensuse.org/request/show/672146 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=5
This commit is contained in:
parent
06ebd30794
commit
246368c6d0
3
shairport-sync-3.2.2.tar.gz
Normal file
3
shairport-sync-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f1ee142b887842727ae0c310e21c83ea2386518e841a25c7ddb015d08b54eba
|
||||||
|
size 359760
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc30305ebf26b4499be1192d65f605c3e146d4d9b7101633daa8d9a1270cb483
|
|
||||||
size 355476
|
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 6 13:16:47 UTC 2019 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
|
||||||
|
|
||||||
|
- Update to release 3.2.2
|
||||||
|
Version 3.2 introduces two big new features – MPRIS support and a "native" Shairport
|
||||||
|
Sync D-Bus interface. MPRIS offers a standard set of facilities for implementing remote
|
||||||
|
control and the native D-Bus interface allows local programs to interact
|
||||||
|
directly with Shairport Sync.
|
||||||
|
When used with either of these interfaces, Shairport Sync offers access
|
||||||
|
to the remote control commands available to control the source, and also
|
||||||
|
offers access to metadata, including titles and cover art. These new features
|
||||||
|
are experimental, but are already useful.
|
||||||
|
|
||||||
|
This release of Shairport Sync contains important bug fixes and stability
|
||||||
|
improvements and is recommended for all users. If offers better synchronisation,
|
||||||
|
better compatibility with third-party AirPlay sources, greater stability when
|
||||||
|
used with YouTube and macOS system sound, faster resynchronisation, better
|
||||||
|
performance on noisy or congested networks and many other improvements.
|
||||||
|
|
||||||
|
A quick INSTALL guide for the Raspberry Pi, a how-to CAR INSTALL guide and
|
||||||
|
a note about installing to OpenBSD have been added.
|
||||||
|
|
||||||
|
- See https://github.com/mikebrady/shairport-sync/releases for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 30 18:15:58 UTC 2018 - jengelh@inai.de
|
Mon Jul 30 18:15:58 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package shairport-sync
|
# spec file for package shairport-sync
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -23,13 +23,13 @@
|
|||||||
%define _version 3.2
|
%define _version 3.2
|
||||||
|
|
||||||
Name: shairport-sync
|
Name: shairport-sync
|
||||||
Version: 3.1.99.10
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An AirPlay audio player
|
Summary: An AirPlay audio player
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
URL: https://github.com/mikebrady/shairport-sync
|
URL: https://github.com/mikebrady/shairport-sync
|
||||||
Source0: https://github.com/mikebrady/shairport-sync/archive/%{_version}%{rcversion}/%{name}-%{_version}%{rcversion}.tar.gz
|
Source0: https://github.com/mikebrady/shairport-sync/archive/%{_version}/%{name}-%{version}.tar.gz
|
||||||
Source1: airplay-server.xml
|
Source1: airplay-server.xml
|
||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
# PATCH-FIX-OPENSUSE drop-user-config.patch hillwood@opensuse.org -- Move configuring user account to rpm spec.
|
# PATCH-FIX-OPENSUSE drop-user-config.patch hillwood@opensuse.org -- Move configuring user account to rpm spec.
|
||||||
@ -68,7 +68,7 @@ Shairport Sync runs on Linux, FreeBSD and OpenBSD. It does not support AirPlay
|
|||||||
video or photo streaming.
|
video or photo streaming.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}%{rcversion}
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user