forked from pool/smplayer
Accepting request 383448 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/383448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/smplayer?expand=0&rev=6
This commit is contained in:
parent
dcf737fe6d
commit
ff88eee593
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d25c9b62d36c5ee63fb360e9a45566601d49d707e1364294a54967b956bdd8c9
|
||||
size 3966243
|
3
smplayer-16.4.0.tar.bz2
Normal file
3
smplayer-16.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de4169c7e3a1d8bf6f3c9a77fa0a8c24c1f63db3f2b8a325bc6761c0a9d2d2ec
|
||||
size 4020567
|
@ -1,6 +1,6 @@
|
||||
--- a/src/core.cpp
|
||||
+++ b/src/core.cpp
|
||||
@@ -1717,6 +1717,8 @@ void Core::startMplayer( QString file, d
|
||||
@@ -1719,6 +1719,8 @@ void Core::startMplayer( QString file, d
|
||||
if (pref->ao != "player_default") {
|
||||
if (!pref->ao.isEmpty()) {
|
||||
proc->setOption("ao", pref->ao );
|
||||
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
vo = "";
|
||||
@@ -420,7 +420,7 @@ void Preferences::reset() {
|
||||
@@ -422,7 +422,7 @@ void Preferences::reset() {
|
||||
allow_video_movement = false;
|
||||
|
||||
gui = "DefaultGUI";
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
#if USE_MINIMUMSIZE
|
||||
@@ -558,7 +558,7 @@ void Preferences::reset() {
|
||||
@@ -575,7 +575,7 @@ void Preferences::reset() {
|
||||
|
||||
#ifdef CHECK_UPGRADED
|
||||
smplayer_stable_version = "";
|
||||
@ -43,7 +43,7 @@
|
||||
smplayer_version = "";
|
||||
--- a/src/prefgeneral.cpp
|
||||
+++ b/src/prefgeneral.cpp
|
||||
@@ -193,6 +193,9 @@ void PrefGeneral::setData(Preferences *
|
||||
@@ -231,6 +231,9 @@ void PrefGeneral::setData(Preferences *
|
||||
|
||||
QString ao = pref->ao;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/src/basegui.cpp
|
||||
+++ b/src/basegui.cpp
|
||||
@@ -4958,6 +4958,8 @@ void BaseGui::gotCurrentTime(double sec)
|
||||
@@ -5163,6 +5163,8 @@ void BaseGui::gotCurrentTime(double sec)
|
||||
void BaseGui::changeSizeFactor(int factor) {
|
||||
// If fullscreen, don't resize!
|
||||
if (pref->fullscreen) return;
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 11:25:43 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 16.4.0:
|
||||
* Now it's easier to switch between MPlayer and MPV
|
||||
(Preferences -> General, select either mplayer or mpv as
|
||||
multimedia engine).
|
||||
* The extrastereo filter works again when using MPV.
|
||||
* Possibility to use the VLC shortcuts (Preferences -> Keyboard
|
||||
and mouse, click the load button, select vlc.keys)
|
||||
* Possibility to enable mouse gestures (when the mouse is dragged
|
||||
up or down in the video window the volume changes. If dragged
|
||||
left or right it changes the time position).
|
||||
You can enable this option in Preferences -> Keyboard and
|
||||
mouse -> Mouse -> Drag function: seek and volume.
|
||||
* A fix for saving bookmarks.
|
||||
* The option for streaming sites in Preferences -> Network is
|
||||
different now, and allows these values:
|
||||
+ Disabled: support for video sites is turned off.
|
||||
+ Auto: enables the internal support for YouTube and uses
|
||||
MPV + youtube-dl for the rest of websites.
|
||||
+ YouTube: only the internal support for YouTube will be used.
|
||||
+ MPV + youtube-dl: uses mpv + youtube-dl for all websites.
|
||||
* An animated icon has been added in the status bar to indicate
|
||||
when the player is buffering.
|
||||
* A new layout is used to display the media information
|
||||
(Options -> View info and properties).
|
||||
- Rebase smplayer-defaults.patch, smplayer-simple-resize.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 00:18:46 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: smplayer
|
||||
Version: 16.1.0
|
||||
Version: 16.4.0
|
||||
Release: 0
|
||||
Summary: Complete frontend for MPV
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Url: http://smplayer.es/
|
||||
Source0: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE smplayer-makeflags.patch
|
||||
Patch0: %{name}-makeflags.patch
|
||||
# PATCH-FEATURE-OPENSUSE smplayer-defaults.patch sor.alexei@meowr.ru -- Use PulseAudio, MPV, and "Tango" icon theme by default.
|
||||
@ -91,7 +91,7 @@ find . -type f -name '*.pro' | while read f; do
|
||||
cat << EOF >> "$f"
|
||||
|
||||
DEFINES += NO_DEBUG_ON_CONSOLE
|
||||
DEFINES -= SHAREWIDGET
|
||||
DEFINES -= SHARE_WIDGET
|
||||
DEFINES -= UPDATE_CHECKER
|
||||
QMAKE_CFLAGS += %{optflags}
|
||||
QMAKE_CXXFLAGS += %{optflags}
|
||||
|
Loading…
x
Reference in New Issue
Block a user