1
0
Commit Graph

13 Commits

Author SHA256 Message Date
Hillwood Yang
5f29a62353 Accepting request 912797 from home:hillwood:branches:multimedia:apps
- Update version to 3.3.8
  * For the PulseAudio backend pa, added a new server entry to the pa section of
    the configuration file, allowing you to specify a connection to a remote or
    a local system PulseAudio instance instead of letting PulseAudio choose. 
  * Enhance features. See details in RELEASENOTES.md
  * Fix bugs

OBS-URL: https://build.opensuse.org/request/show/912797
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=22
2021-08-18 02:26:45 +00:00
Martin Pluskal
d6070a012a Accepting request 827775 from home:gmbr3:libexecdir
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)

OBS-URL: https://build.opensuse.org/request/show/827775
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=20
2020-08-19 10:03:23 +00:00
Martin Pluskal
c35ce57ec0 Accepting request 787481 from home:hillwood:branches:multimedia:apps
- Update version to 3.3.6
  * Resampling has been added for the Jack Audio backend. This can be 
    used to up-sample to 192kHz.
  * Fix bugs. Please refer to 
    https://github.com/mikebrady/shairport-sync/blob/master/RELEASENOTES.md#version-336

OBS-URL: https://build.opensuse.org/request/show/787481
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=18
2020-03-23 13:39:23 +00:00
Hillwood Yang
707377782c Accepting request 765519 from home:hillwood:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/765519
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=16
2020-01-19 03:27:11 +00:00
Hillwood Yang
71a4681c6e Accepting request 765517 from home:hillwood:branches:multimedia:apps
- Update version to 3.3.5
  * Fix a crashing bug if output format S24 was chosen. 
  * Fix a bug whereby if Loudness was enabled through the D-Bus interface, the
    output would be muted until the volume was changed.
  * Enhancements to the D-Bus Interface
  * Fixes a deferred crash that occurred in Ubuntu 14.04
  * Fixes a potential crash when an incomplete fmtp parameter set is sent by the
    requesting client. Thanks to Angus71 for the fault report and for the
    repair.
  * Fixed a potential crash
  * A fix ensures the hardware mixer of an alsa device is detected and
    initialised before responding to the first volume setting.
  * Fixes were made to the MPRIS and native D-Bus interfaces. 
  * Fixes an error whereby the 'pvol'volume metadata was no longer sent if
    Shairport Sync was configured to ignore volume control information coming
    from the audio source. 
  * Instead of returning EXIT_FAILURE, return EXIT_WITH_SUCCESS on early exit
    with either "version" (–version or -V) or "help" (–help or -h) arguments.
    Thanks to Henrik Nilsson for the patch.
  * Normalises the 'pvol' volume outputs so that when both the software and
    hardware attenuators are in use to extend the overall attenuation range, the
    maximum output level corresponds to the maximum output level of the hardware
    mixer.
  * Add the option of including the file and line number of each log entry's
    source.
  * Rewrite the logic for identifying missing packets of audio and for asking
    for resends.
  * Expose the advanced settings controlling the resend request logic. 
  * Exposes two advanced metadata settings related to handling cover art

OBS-URL: https://build.opensuse.org/request/show/765517
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=15
2020-01-19 03:17:46 +00:00
Martin Pluskal
6f7ec2cd0a Accepting request 741693 from home:illuusio:ports
Update to package version 3.3.2

OBS-URL: https://build.opensuse.org/request/show/741693
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=13
2019-10-22 11:21:59 +00:00
Hillwood Yang
4f96d5aab3 Accepting request 711702 from home:hillwood:branches:multimedia:apps
- Update version to 3.3.1
  * Fix a bug in the MQTT documentation and add sanity checking for the port
    chosen -- thanks to David Crook.
  * Fix a bug that caused manual format and rate settings to be ignored --
    thanks to Jörg Krause.
  * Add missing support for format settings S24_LE, S24_BE, S32_LE and S32_BE.
  * Fix a bug that caused dither to be too loud.
  * Fix error message for invalid 
  * Automatic Format and Speed Selection for alsa devices. Using the alsa back
    end, when you specify the output device, Shairport Sync will now, by
    default, select the best output format and speed. For instance, if your
    output device is capable of 32-bit operation, it will be selected. In some
    situations, this will give a noticeable improvement in sound quality – see
    the discussion of audio improvements below. The greatest bit depth will
    always be selected, and the lowest speed that is a multiple of 44,100.
  * Audio Transient Reduction: A Disable Standby feature to eliminate certain
    faint-but-annoying audible pops and clicks has been added for alsa devices.
    The setting prevents an output device entering standby mode and thus
    minimises standby/busy transitions, which can sometimes be heard. It is
    pretty impressive, especially combined with fixes to the dithering code
    described below. If you can enable 24- or 32-bit audio output to your output
    device, you can get even better results. This feature is available in the
    ALSA back end (standard in Linux) when it is driving output devices that can
    provide precision delay information, i.e. most hardware output devices and
    possibly some virtual devices.
  * New active/inactive program hooks. Basically, these are "deglitched"
    replacements for play start/play end program hooks. When a play session
    starts, the system goes active. When the play session ends, the system
    remains active for a period determined by the active_state_timeout setting,
    10 seconds by default. If another play session starts before the period

OBS-URL: https://build.opensuse.org/request/show/711702
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=11
2019-06-24 14:30:57 +00:00
Hillwood Yang
f6a83a620d Accepting request 686235 from home:jengelh:branches:multimedia:apps
- Transform bash-specific sh code to POSIX sh in scriptlets.
- Do not hide errors from useradd.
- Reduce hard scriptlet dependency on systemd;
  %service_* does not need it.

OBS-URL: https://build.opensuse.org/request/show/686235
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=9
2019-03-19 02:48:44 +00:00
Tomáš Chvátal
d6af963bb9 - Really use upstream tarball from the source url
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=7
2019-02-25 13:57:26 +00:00
Tomáš Chvátal
ee41de39ea - Really use upstream tarball from the souorce url
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=6
2019-02-10 10:36:12 +00:00
Tomáš Chvátal
246368c6d0 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
2019-02-10 10:14:20 +00:00
Martin Pluskal
06ebd30794 Accepting request 626522 from home:jengelh:branches:multimedia:apps
- Avoid repeating name in summary (rpmlint).

OBS-URL: https://build.opensuse.org/request/show/626522
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=3
2018-07-31 06:47:12 +00:00
Tomáš Chvátal
2bc7298cd1 Accepting request 616309 from home:hillwood
OBS-URL: https://build.opensuse.org/request/show/616309
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=1
2018-06-12 12:52:43 +00:00