Package Release Info

kradio-4.0.8-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kradio

Change Logs

* Wed Mar 07 2018 wbauer@tmo.at
- Build with lame for MP3 support
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Thu Dec 08 2016 fabian@ritter-vogt.de
- Revert kde4_runtime_requires change
* Tue Nov 29 2016 olaf@aepfle.de
- Expand macro kde4_runtime_requires only when its available
  to fix quilt setup
* Mon Jul 25 2016 olaf@aepfle.de
- Unconditionally build with ffmpeg
* Tue Jul 05 2016 toddrme2178@gmail.com
- Fix Group tag.
* Fri Jan 30 2015 asterios.dramis@gmail.com
- Update to version 4.0.8:
  * updated Czech translation
  * fixed handling of alsa devices without mixer elements
  * enabled internet radio reconnect-watchdog with default timeout 4s
  * fixed Qt include paths for Ubuntu
  * fixed build dependencies in CMakeLists.txt and Debian/SuSE/Fedora build
    scripts
  * cleaned backlog of translation & preset emails
  * suspend-on-sleep feature added
  * fixed alarm time slip after suspend
  * updated for recent libav/libffmpeg
  * updated German translation
  * QString -> char* conversion fixes
  * various Build system fixes
  * various misc / conformance fixes
  * updated Italian translation
  * MPRIS Plugin
  * various build system fixes
  * various misc/i18n-conformance improvements
  * updated Russian translation
  * fixed compilation problems in Serbian translation
  * added more parts of Slovak translation
  * added Serbian (Latin) translation
  * fixed German translation for recent text string changes
- Added new build requirement alsa-devel.
- Added optional build requirement lame.
- Removed explicitly_add_qtcore_includes.patch (fixed upstream).
- Rebased suse_docdir.patch to apply cleanly.
* Thu Jan 02 2014 hrvoje.senjan@gmail.com
- added patches:
  * explicitly_add_qtcore_includes.patch: fixes build with newer
    kdelibs versions, as includes are now prefered without qtmodule
* Sat Feb 16 2013 asterios.dramis@gmail.com
- Update to version 4.0.7:
  * fix for planar sound sample formats in very recent ffmpeg releases
  * support for id3 tags in recording configuration
  * fixed segfault in case sample format is unknown
  * fixed charset/encoding of id3 tags / vorbis comments
* Thu Aug 16 2012 mlin@suse.com
- Update to version 4.0.6
  * bugfixes for playlist file .pls handling
  * support for WMV playlists
  * improved playlist type autodetection
* Fri Aug 10 2012 mlin@suse.com
- Update to version 4.0.5
  * bugfix for http error handling in playlist handler
  * cleanup of internet radio libffmpeg/libav code
  * fixed watchdog handling: it was not stopped during station change and caused
    accessing emptyplaylists, thus div/0
  * removing cr/lf in ICY meta data / RDS data for running text in GUI
  * fixed typo in escape sequence code for ICY meta data parsing
  * fixed content-type handling for mms streams (allows now skipping slow autodetection)
  * finally fixed the problem with skips and stops in internet radio stream decoding
  * fixed handling of HTTP 304 (not modified) response code
  * updated preset file for RioDeJaneiro/Brazil
  * initial partial Slovak translation
  * added watchdog for internet streams: reconnects after a configurable stall time
  * visualization of disabled alarms
  * endianess and sample conversion code speedup
  * disabled alsa blocking usleep workaround by default and added configuration option
  * updated German translation
  * added config option for internet radio stations to set metadata encoding charsets
  * further buffer management fixes to stop repeated skips on certain systems
  * individual name for quickbar window title
  * Czech translation update
  * spec file updates
* Mon Apr 02 2012 mlin@suse.com
- fix build fail with directories not owned by a package
* Sun Feb 19 2012 ctrippe@opensuse.org
- update to 4.0.4
  * improved shoutcast support: fixed "Accept:" HTTP header field
  * issue warning if a broken V4L2 kernel is detected
  * fixed buffer alignment issue to avoid alignment-error segfault
    in libffmpeg sse2 code
- update to 4.0.3
  * major rework of internet radio stream handling: support for
    shoutcast http icy protocol extensions (RDS-like meta data
    support)
  * improved running text in radio display
  * eliminated ancient workarounds in docking menu
  * fixes for docking menue issues on Ubuntu
  * fixed stuttering playback on Ubuntu
  * working FLV support (simply based on libffmpeg, but many thanks
    to Paulo Cavalcanti for reporting/debungging/testing!)
  * libffmpeg fixes for recent deprecations
  * German translation fixes
  * fixed UI files
  * segfault and compatibility fixes with recent libav / libffmpeg
  * workaround for problem with high cpu load during blocking ALSA
    pcm writes (ALSA seems to poll to a certain degree)
  * fixed reading of radio card name
  * Added partial spanish translation
  * fixed save/restore of mixer settings
  * fixed wrong handling of prepare/releaseCapture in v4l
  * partial Turkish translation
  * more parts for Spanish translation
  * started to complete Spanish translation
  * Czech translation update
  * Ukrainian translation update
  * Italian translation
  * fix of desktop icon
- Removed outdated obsoletes/provides added for the KDE4 transition
- Remove patch for desktop file, was fixed upstream
* Fri Sep 16 2011 toddrme2178@gmail.com
- Fixed self-obsoletes (fix for RPMLINT warning)
- Added ffmpeg optional buildrequires (needed for streaming support)
- Cleaned up spec file formatting
* Tue Sep 13 2011 idonmez@suse.com
- Fix tarball URL
* Sat Jan 08 2011 dmueller@suse.de
- update to 4.0.2 (bnc#663157):
  - added preset files
  - fixed segfault and problems in internetradio plugin when
    playlists/streams do not load properly
    emw - better configurability for alsa buffer handling plus extra debugging output
  - fixed pause/resume for pulse audio environments
    emw - fixed problem with inapropriately set capture mixer volumes
  - fixed capture/playback mixer list c&p error in v4l plugin
    emw - better error handling in case the opening of an alsa sound device fails
    emw - moved internet radio play list loading from decoder thread to GUI
  - new, currently still disabled method to do the stream downloading
    for internet radio in the main thread asynchronously, not in the
    decoder thread any more. Unfortunately, KDE4 does not yet have
    an kioslave for the mms:// protocol. Thus this method is currently
    still disabled.
  - fixed problem with non-ascii-characters / encoding detection in
    .asx playlists
  - fixed segfault caused by improper way to delete QThread objects
  - check box for v4l config to disable caps check at startup to
    minimize interference with other programs using V4L devices
  - combo box for radio device selection in V4L radio configuration
    (with option to manually add device)
    emw - fixed segfault in ALSA module caused by insufficient checks while
    parsing ALSA device descriptions
  - fixed mix up of pause/resume in dbus plugin
  - dbus plugin can change stations even if power is off
  - stop recording v4l stream when powering off v4l plugin
  - power on before starting recording triggered by system tray icon/menu
  - fixed signal naming mistake in recording configuration dialog
  - internet radio: big rework of playlist download method. should be much cleaner now
* Thu Dec 16 2010 toddrme2178@gmail.com
- Fix LIRC support
* Sun Oct 03 2010 javier@opensuse.org
- package updated to 4.0.1 (bugfix release)
  + internet radio: automatic reconnect if connection is terminated.
    limit time required for autodetection. Parameters
    are currently only configurable in config file,
    will be added to GUI in 4.0.2
  + fixed segfault when opening of internet radio stream fails
  + keep selection in station list editor when ok/apply is pressed
  + updated German internet radio streems part of ARD (WDR, SWR, BR,
    MDR, Radio Bremen, SR, RBB, NDR, HR)
  + ensure station list items visible in station list editor
  + new stations are added at cursor position
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
* Wed Aug 26 2009 mls@suse.de
- make patch0 usage consistent