Changelog for
kaffeine-lang-2.0.18-2.2.noarch.rpm :
* Wed May 15 2019 wbauerAATTtmo.at- Update to 2.0.18:
* Start using TravisCI for test builds
* mediawidget: Override DVD keys instead of changing their settings (kde#394076)
* mediawidget: warn user to use keys for DVD menu
* mediawidget: remove a now unneeded check
* mediawidget: fix video position movement with mouse wheel
* mediawidget: fix the mouse wheel behavior at the streaming window
* vlc: with vlc 2.x, use vlcMedia for libvlc_MediaMetaChanged event (kde#407153)
* vlc: fix support for vlc 2.x (kde#407153)- Drop patches merged upstream:
* fix-support-for-vlc-2.x.patch
* with-vlc-2.x-use-vlcMedia-for-libvlc_MediaMetaChanged-event.patch
* Sat May 04 2019 wbauerAATTtmo.at- Add upstream patches to make it build (and work) with vlc 2.2 on Leap 42.3 (kde#407153):
* fix-support-for-vlc-2.x.patch
* with-vlc-2.x-use-vlcMedia-for-libvlc_MediaMetaChanged-event.patch
* Thu May 02 2019 wbauerAATTtmo.at- Update to 2.0.17:
* Fix GCC 9 warnings (due to -Wdeprecated-copy)
* dvbtab: remove unused hide cursor logic
* dvbdevice: fix a race condition with frontend timeout
* dvbdevice_linux: improve some warning messages
* mediawidget: fix a regression with next/previous logic (kde#405276)
* scanfile.dvb: update it to reflect last changes
* dvbepgdialog: allow showing channels with empty EPG
* index.docbook: some updates at the doc guide
* index.docbook: add documentation about XMLTV support (kde#405278)
* Add support for reading EPG from xmltv files (kde#405278)
* Add support for disabling MPEG-TS EPG reception
* README.md: add a quick description about xmltv (kde#405278)
* dvbconfigdialog: remove an extra addLayout()
* iso-codes: add support for handling 2-letter codes as well
* dvbdevice_linux: remove unused frontendFd
* dvb: fix initialization for some objects
* backend-vlc: don\'t leak metadata
* backend-vlc: remove two temporary debug logs
* backend-vlc: only release libvlc_media_new() when stopped
* mediawidget: increase language popup size
* mediawidget: define a policy for the audio combo dropbox
* backend-vlc: ensure that audio stream will be a valid value
* backend-vlc: update metadata at stop()
* backend-vlc: release libvlc_media at destroy method
* backend-vlc: add other events to the list of possible types
* backend-vlc: simplify events handling logic
* backend-vlc: print unhandled libVLC events by name
* backend-vlc: update audio streams at metadata change
* mainwindow: associate control bar to main window widget
* backend-vlc: avoid memory leaks
* mainwindow: free configuration at exit
* mainwindow: better implement close event
* backend-vlc: don\'t leak timer at object destroy
* vlcmediawidget: properly initialize the class
* vlcmediawidget: initialize urlIsAudioCd and trackNumber variables
* backend-vlc: store current audio stream (kde#382546)- BuildRequire libvlc 3.0 or higher, it fails to build with 2.2.x (kde#407153)
* Tue Jan 15 2019 wbauerAATTtmo.at- Update to 2.0.16(-2):
* Update scanfile.dvb to reflect latest channel additions
* Immediately apply the new audio language if the user changes it while a channel is being playing
* Fix audio language selection issues (kde#402735)
* Add support for \"Original Language\" for audio and sub-title descriptors
* Add some new PMT stream_type identifiers in order to allow supporting newer audio and video encoding types
* Add support for High DPI pixel maps (kde#400422)
* Add a command line option to force an specific aspect ratio (kde#394201)
* Only read/write longitude/latitude from config files for USALS satellite configurations (kde#400268)
* Add support for parallel instant records
* Fix several issues related to audio CD playing
* Update build instructions for Debian/Ubuntu and Fedora at README.md
* Fix handling of command line arguments and describe the ones that are mutually exclusive at the docs (kde#394000)
* Fix compilation issues and clean warnings when built with Clang
* Fix compilation issues with qt5.11-rc2 and with FreeBSD (kde#393222)
* Some code cleanups and typo fixes- Add full Source URL- Drop patches merged upstream:
* 0001-only-use-qPrintable-for-debug-messages.patch
* 0002-Fix-breakages-with-qt5.11-rc2.patch
* fix-audio-CD-playing.patch
* Set-vlcMedia-to-NULL-after-release.patch
* Mon Oct 29 2018 wbauerAATTtmo.at- Add fix-audio-CD-playing.patch to make Audio CD playback work- Add Set-vlcMedia-to-NULL-after-release.patch to prevent a crash when the Audio CD cannot be opened for some reason
* Sun Jun 03 2018 christopheAATTkrop.fr- Add upstream patches: - 0001-only-use-qPrintable-for-debug-messages.patch - 0002-Fix-breakages-with-qt5.11-rc2.patch- Run spec-cleaner
* Wed May 02 2018 wbauerAATTtmo.at- Update to 2.0.15:
* Fix logic that handles ATSC EIT entries (regression fix) (kde#388962)
* Auto-hide all bars when in minimal/full screen mode and mouse is out of window
* Allow better control of deinterlacing mode (kde#389783)
* Better handle higherVoltage settings, as it exists only for satellite TV delivery systems (kde#388367)
* Improve error handling when parsing config.dvb file (kde#388367)
* Change volume wheel logic to accept both point and angle-based volume control, accepting it only when the mouse is under the media widget
* Simplify the mouse hide logic
* Fix DVD menu navigation by using the keyboard instead of the mouse (as mouse control is incompatible with newer versions of Qt/libVLC) (kde#373814)
* Fix handling of display mode, correcting some erratic behavior (kde#393533)
* Add options to start Kaffeine on minimal mode and/or with its main window always on top
* When a new record starts and there aren\'t enough resources to keep playing the current DVB channel, switch to the new channel instead of stop playing (kde#393647)
* Improve documentation to match the recent changes- Drop fix-pt_BR-docs.patch, merged upstream
* Fri Dec 08 2017 wbauerAATTtmo.at- Update to 2.0.14:
* Add support for multi-language EPG
* Jump to a position was not working, as it was lacking the Ok button
* On minimal and full screen mode, auto-unhide top menu bar and lateral DVB tab bar
* The mouse wheel can now be used to control volume
* Reduce button size at DVB tab, in order to allow showing a bigger playback window
* Fix LNBf numbering and position at DiSEqC satellite configuration
* Kaffeine\'s handbook now covers all menu bar items
* Kaffeine\'s handbook was improved to contain more details about Digital TV settings
* LNBf names at DVB satellite configuration are now using translations from libdvbv5
* Get rid on two compilation warnings with gcc++ version 7.2
* scanfile.dvb updated- Add fix-pt_BR-docs.patch to fix build with kdoctools < 5.41
* Fri Sep 15 2017 wbauerAATTtmo.at- Update to 2.0.13:
* Add a logic to send LNBf higher voltage commands. That may be needed on a few devices, if the antenna cabling is too long, as, otherwise, polarity setting may not work (kde#374693).
* Fix layer selection for ISDB-T
* Improve README.md instructions
* get rid of incomplete work (dtvdaemon)
* fix install dir on some distros
* Shut up a gcc 7.1 warning
* scanfile.dvb updated.
* Wed Jul 26 2017 wbauerAATTtmo.at- Update to 2.0.12.1:
* Add back man pages that were missing by mistake in 2.0.12
* Wed Jul 19 2017 wbauerAATTtmo.at- Update to 2.0.12:
* Update Changelog to reflect all changes since version 1.3.1- Update to 2.0.11:
* Solve performance issues causing kaffeine to use 100% CPU even when video is paused or stopped
* Fix DVB play on videos that use a separate PID for synchronism
* Fix some bugs at DVB pause logic, making it more reliable and making unpause to continue from the paused position
* Disable debug messages by default
* Remove a warning on some DVB streams when a program is not rated
* Improve notes about video output settings at README.md- Package README.md too, it contains some hints about known video output issues
* Fri Jun 30 2017 wbauerAATTtmo.at- Update to 2.0.10:
* Fix video resize and scale factor issues;
* Handle parameters when there\'s a running instance and a new kaffeine is called with some URL.
* Updated scanfile.dvb.- Drop remove-stray-call-to-ki18n_install.patch, no longer necessary
* Sun Jun 04 2017 wbauerAATTtmo.at- Update to 2.0.9:
* Fix build at tarball- Drop fix-building-from-tarball.patch, included upstream- Add remove-stray-call-to-ki18n_install.patch to fix build with the latest KDE Frameworks in Factory- Enable DVB support on Leap 42.3 too, v4l-utils are recent enough
* Tue Mar 07 2017 wbauerAATTtmo.at- Update to 2.0.8:
* Added Norwegian Nynorsk translation to .desktop files.- Update to 2.0.7:
* Add support for H-265 video streams.
* Organize debug logs per category, using QLoggingCategory.- Add fix-building-from-tarball.patch to fix building it from the released 2.0.8 tarball.
* Wed Feb 22 2017 wbauerAATTtmo.at- Update to 2.0.6:
* No changelog available
* Wed Dec 14 2016 wbauerAATTtmo.at- Require vlc-noX, without it installed kaffeine won\'t even start- Recommend vlc-codecs to be able to play more files if the user has an appropriate repo added
* Thu Dec 01 2016 jengelhAATTinai.de- Description updates
* Wed Nov 30 2016 wbauerAATTtmo.at- Update to 2.0.5:
* No changelog available
* Wed Aug 10 2016 joerg.lorenzenAATTki.tng.de- Update to 2.0.4: - No recent changelog available in tarball. - Build against kf5 and qt5. - Removed patches build-fix.diff, crash-on-resume-fix.patch, initial-preference.diff, kaffeine-cmake34.patch, kaffeine-gcc47.patch, kaffeine-gcc6.patch, ksuseinstall.diff, support_for_sundtek_tv_tuners.patch and support_mimetypes_bnc671581.diff, fixed upstream. - Fixed patch kaffeine-fixsplitter.patch. - Removed source kaffeine-icons.tar.bz2, no longer required. - Changed summary and description because kaffeine now builds against libvlc, libxine is no longer needed for build.
* Fri Jun 17 2016 wbauerAATTtmo.at- Add kaffeine-gcc6.patch to fix build with gcc6 (boo#985371)
* Wed Feb 24 2016 cgiboudeauxAATTgmx.com- Add kaffeine-cmake34.patch. Include files containing the functions used by the build system.
* Wed Jan 06 2016 wbauerAATTtmo.at- Symlink solid actions into place known to Plasma 5 (boo#960480)
* Sat Jun 27 2015 wbauerAATTtmo.at- Add support_for_sundtek_tv_tuners.patch: add support for Sundtek (local and networkbased) TV devices (boo#827097)
* Sat Nov 15 2014 wbauerAATTtmo.at- fix ksuseinstall to install libxine2-codecs, libxine1 is not used any more since 12.2 (boo#858018)
* Wed Aug 21 2013 tittiatcokeAATTgmail.com- fix ksuseinstall does not respect \"don\'t ask again\" (bnc# 671578) fix delivered by amolagodboleAATTgmail.com
* Thu Apr 19 2012 dmuellerAATTsuse.com- provide/obsolete kaffeine-lang
* Tue Apr 17 2012 dmuellerAATTsuse.com- fix build for older distros
* Mon Apr 02 2012 dimstarAATTopensuse.org- Add kaffeine-gcc47.patch: Fix build with gcc 4.7.
* Tue Feb 28 2012 jslabyAATTsuse.de- fix crash on resume
* Thu Oct 27 2011 fisiuAATTopensuse.org- Desktop menu entry moved to Video Player and TV.
* Fri Oct 07 2011 ctrippeAATTopensuse.org- Remove patch fix_plasma_startup_error.diff as this causes kaffeine not beeing displayed as an action for audio-cds (bnc#722284)
* Wed Apr 27 2011 asterios.dramisAATTgmail.com- Spec file updates:
* Fix locales removal if suse_version is not set.
* Tue Apr 19 2011 asterios.dramisAATTgmail.com- Update to 1.2.2:
* fix crash after removing channels- Spec file updates:
* Added more descriptions for the patches based on openSUSE Patches Guidelines.
* Fixed locales removal for openSUSE < 11.4.
* Minor other updates.- Fixed, rebased and applied fix_plasma_startup_error.diff patch.
* Thu Apr 07 2011 msvecAATTnovell.com- Update to 1.2.1:
* add search function to epg
* implement ATSC support for epg
* fix gnome screen saver inhibition
* other fixes and improvements
* Tue Feb 15 2011 ctrippeAATTgmx.net- Add support for more mimetypes (bnc#671581)
* Tue Feb 08 2011 ctrippeAATTgmx.net- Require libqt4-sql-sqlite (bnc#669793)
* Mon Jan 31 2011 asterios.dramisAATTgmail.com- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Updates in Buildrequires: and %install sections.
* Mon Dec 13 2010 cooloAATTnovell.com- add build fix for old qt versions
* Mon Dec 13 2010 cooloAATTnovell.com- fix file list for factory
* Mon Sep 27 2010 initialZeroAATTgmail.com- update to 1.1:
* adapt to new shared-mime-info (so that .m2t is assigned to kaffeine again)
* workaround issue that video isn\'t shown without changing tabs when using QT 4.7
* recording schedule: fix sorting, improve column and dialog sizes, show a warning about active and pending recordings when closing kaffeine
* program guide: remove the \"Refresh\" button (not necessary anymore)
* channel editor: allow sorting by drag and drop
* Wed Jul 07 2010 initialZeroAATTgmail.com- update to 1.0:
* new dependency: libXss
* scheduled programs are shown in the program guide
* the begin and end margins for recordings are configurable
* CICAM is supported
* all audio pids are recorded during timeshift
* subtitle support (also autoloading)
* Wed Jul 07 2010 binnerAATTkde.org- fix build in KDE:UpdatedApps for <11.3
* Sat Jun 26 2010 cmorve69AATTyahoo.es- Add InitialPreference to set it as the default video player
* Fri Jun 25 2010 beineriAATTopensuse.org- fix build for <11.3
* Wed Apr 14 2010 llunakAATTnovell.com- support for on-demand codecs install using ksuseinstall
* Sun Mar 21 2010 jslabyAATTsuse.de- add libqt4-sql-sqlite to Requires
* Thu Mar 11 2010 initialZeroAATTgmail.com- update to 1.0-pre3:
* new dependencies: Qt SQLite plugin, xine-lib, libX11 (Phonon is no longer needed)
* added configurable daily or weekly repetition of recording schedule entries
* added support for dynamic audio / subtitles streams
* reworked playlist support
* added DBUS interface and partial MPRIS support
* added dvd menu button and deinterlace option
* Sun Oct 04 2009 beineriAATTopensuse.org- updated translations from SVN
* Mon Aug 10 2009 beineriAATTopensuse.org- update to 1.0-pre2:
* added screen saver inhibition (using DBUS; org.freedesktop.ScreenSaver)
* added basic playlist features: .m3u, .pls, .xspf (+ old kaffeine format), drag and drop, repeat mode and shuffle
* added OSD: various notifications, now and next epg
* added DVB-S2 support using S2 API (old API still supported for non-S2 usage)
* improved epg: save and restore events, possibility to schedule programs
* Sat Jul 25 2009 beineriAATTopensuse.org- add trunk diff update (revision 1002342)
* Wed Jun 03 2009 beineriAATTopensuse.org- copy application icon from oxygen trunk to fix start menu icon on every other/older KDE (bnc#509210)
* Tue Apr 28 2009 beineriAATTopensuse.org- fix build
* Mon Apr 27 2009 tittiatcokeAATTgmail.com- update to 1.0-pre1; This is the pre-release of the KDE4 version and is not really intended yet for end-users
* Wed Apr 08 2009 llunakAATTsuse.cz- fix build due to uint16_t