Files
pianobar/pianobar.changes
Luigi Baldoni 95f6c21d52 - Update to version 2024.12.21
* Improved network error retrying
  * Improved compatibility with newer versions of ffmpeg and
    libcurl
  * Minor documentation fixes
- Drop b11ba432.patch and 8bf4c1bb.patch (merged upstream)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pianobar?expand=0&rev=18
2025-10-17 04:30:01 +00:00

128 lines
4.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Thu Oct 16 14:30:45 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2024.12.21
* Improved network error retrying
* Improved compatibility with newer versions of ffmpeg and
libcurl
* Minor documentation fixes
- Drop b11ba432.patch and 8bf4c1bb.patch (merged upstream)
-------------------------------------------------------------------
Thu Oct 10 15:30:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build using FFMPEG 7.1 : Add upstream patches:
+ 8bf4c1bb.patch: ui: Replace deprecated libcurl function.
+ b11ba432.patch player: Adapt to new ffmpeg channel layout API.
-------------------------------------------------------------------
Wed Aug 21 05:33:01 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Build against ffmpeg-6 on Factory
-------------------------------------------------------------------
Tue Jul 12 20:50:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2022.04.01:
* Fix compilation with ffmpeg 5.0 and replace deprecated function
* Improved retry handling with unreliable HTTP proxies
* Minor UI improvements
- Update source url to main site.
-------------------------------------------------------------------
Tue Apr 13 12:37:17 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2020.11.28
* Support changing station modes
* Allow choosing time format
* Add optional debug output
version 2020.04.05:
* Support writing audio to named pipe (audio_pipe)
* Add resampling (sample_rate)
* Fix station list not showing more than 95 stations
-------------------------------------------------------------------
Thu Feb 14 12:53:46 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2019.02.14
* Fix MP3 playback (affects premium subscribers with audio
quality “high”)
version 2019.01.25
* Implement audio buffering
-------------------------------------------------------------------
Sun Jul 8 11:45:36 UTC 2018 - aloisio@gmx.com
- Update to version 2018.06.22
* Happy 10th birthday pianobar!
* Add network timeouts and retries
* Fix cross-thread memory access
* Misc UI and documentation improvements
- Use ffmpeg4
-------------------------------------------------------------------
Fri May 4 14:03:47 UTC 2018 - olaf@aepfle.de
- Use ffmpeg3 versions of pkgconfig(libav*)
-------------------------------------------------------------------
Sat Apr 14 13:37:17 UTC 2018 - aloisio@gmx.com
- Spec cleanup
-------------------------------------------------------------------
Fri Apr 13 22:46:57 UTC 2018 - takeda@takeda.tk
- Update to version 2017.08.30
* Support binding to specific network interface, see config option
bind_to
* New config option gain_mul softens effect of replay gain
* Replaced deprecated ffmpeg and json-c functions, bumps
ffmpeg/libav version requirement
* Fix use-after-free
* Minor improvements to code and documentation
-------------------------------------------------------------------
Sat Sep 24 11:48:29 UTC 2016 - aloisio@gmx.com
- Update to version 2016.06.02
* Quit pianobar upon reception of two SIGINT
* Minor bugfixes
-------------------------------------------------------------------
Wed Dec 23 21:04:02 UTC 2015 - takeda@takeda.tk
- Update to version 2015.11.22:
* Switch back to libcurl. tls_fingerprint setting has been replaced by
ca_bundle
* Interruptible network transactions (press ^C). Timeouts removed
* Config file parser fixes and improvements
* Player respects proxy, replaced deprecated api calls
* Added ability to change Pandora settings (username, password,
explicit content filter)
* The usual minor bugfixes/improvements here and there
-------------------------------------------------------------------
Tue Sep 22 08:47:31 UTC 2015 - olaf@aepfle.de
- Use pkgconfig for ffmpeg BuildRequires
-------------------------------------------------------------------
Tue Apr 14 13:43:30 UTC 2015 - aloisio@gmx.com
- Update to version 2014.09.28
* Fix segfault when retrieving stations feedback list
* Refactored audio player
* Correctly detect ffmpeg 2.3 and 2.4
* Restore terminal attributes after waking up (SIGCONT)
Release 2014.06.08:
* Switch to ffmpeg/libav for audio playback. ffmpeg 2.2, 2.1
and 1.2 as well as libav 10 and 9 are supported. libav 8
does *not* work. libmad/libfaad are not required any more.
* Tilde-expansion for the fifo setting
* eventcmds songstart reports correct song length
* Readline improvements
* Support TLS SNI
* Improved error messages