Hello community, here is the log from the commit of package smplayer for openSUSE:Factory checked in at 2017-01-24 10:37:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smplayer (Old) and /work/SRC/openSUSE:Factory/.smplayer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smplayer" Changes: -------- --- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes 2016-11-10 13:22:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes 2017-01-24 10:37:12.953910806 +0100 @@ -1,0 +2,26 @@ +Fri Jan 20 10:23:20 UTC 2017 - aloi...@gmx.com + +- Update to version 17.1.0 + * Experimental support to play videos on Chromecast. + * Support for some of the #EXTVLCOPT options in m3u/m3u8 + playlists. This may help to play online streams from + playlists intended for VLC. + * New options in the context menu of the playlist: + "copy URL to clipboard", "open source folder" and + "play on Chromecast". + * Option to display bitrate information in the status bar. + * Possibility to display the playback time with milliseconds + in the status bar. + * The option to add black borders on fullscreen is back + (preferences -> general -> video). + * The option to delete files from the disk in the playlist's + context menu has been removed. + +------------------------------------------------------------------- +Wed Jan 18 14:02:01 UTC 2017 - sor.ale...@meowr.ru + +- Remove forcing of PulseAudio from smplayer-defaults.patch: if + "Default" is selected, leave the choice to the backend + (boo#1020640). + +------------------------------------------------------------------- Old: ---- smplayer-16.11.0.tar.bz2 New: ---- smplayer-17.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smplayer.spec ++++++ --- /var/tmp/diff_new_pack.Vgg9Cm/_old 2017-01-24 10:37:13.673808553 +0100 +++ /var/tmp/diff_new_pack.Vgg9Cm/_new 2017-01-24 10:37:13.673808553 +0100 @@ -1,7 +1,7 @@ # # spec file for package smplayer # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: smplayer -Version: 16.11.0 +Version: 17.1.0 Release: 0 Summary: Complete frontend for MPV License: GPL-2.0+ ++++++ smplayer-16.11.0.tar.bz2 -> smplayer-17.1.0.tar.bz2 ++++++ ++++ 262963 lines of diff (skipped) ++++++ smplayer-defaults.patch ++++++ --- /var/tmp/diff_new_pack.Vgg9Cm/_old 2017-01-24 10:37:17.509263772 +0100 +++ /var/tmp/diff_new_pack.Vgg9Cm/_new 2017-01-24 10:37:17.509263772 +0100 @@ -1,14 +1,3 @@ ---- a/src/core.cpp -+++ b/src/core.cpp -@@ -1727,6 +1727,8 @@ void Core::startMplayer( QString file, d - QString ao = pref->ao; - if (!ao.endsWith(",")) ao += ","; - proc->setOption("ao", ao); -+ } else { -+ proc->setOption("ao", "pulse" ); - } - - #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2) --- a/src/preferences.cpp +++ b/src/preferences.cpp @@ -384,11 +384,7 @@ void Preferences::reset() {