Accepting request 602995 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/602995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kaffeine?expand=0&rev=71
This commit is contained in:
commit
f10a9fb4e8
@ -1,79 +0,0 @@
|
|||||||
--- trunk/po/pt_BR/docs/kaffeine/index.docbook 2017/11/30 09:29:15 1505509
|
|
||||||
+++ trunk/po/pt_BR/docs/kaffeine/index.docbook 2017/12/07 13:06:40 1506003
|
|
||||||
@@ -988,7 +988,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&PgUp;</keycombo
|
|
||||||
+><keysym
|
|
||||||
+>PgUp</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
||||||
@@ -1013,7 +1015,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&Space;</keycombo
|
|
||||||
+><keysym
|
|
||||||
+>Espaço</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
||||||
@@ -1071,7 +1075,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&PgDn;</keycombo
|
|
||||||
+><keysym
|
|
||||||
+>PgDn</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
||||||
@@ -1466,7 +1472,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&Shift;&Left;</keycombo
|
|
||||||
+>&Shift;<keysym
|
|
||||||
+>←</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
||||||
@@ -1493,7 +1501,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&Left;</keycombo
|
|
||||||
+><keysym
|
|
||||||
+>←</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
||||||
@@ -1520,7 +1530,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&Right;</keycombo
|
|
||||||
+><keysym
|
|
||||||
+>→</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
||||||
@@ -1547,7 +1559,9 @@
|
|
||||||
><menuchoice
|
|
||||||
><shortcut
|
|
||||||
> <keycombo action="simul"
|
|
||||||
->&Shift;&Right;</keycombo
|
|
||||||
+>&Shift;<keysym
|
|
||||||
+>→</keysym
|
|
||||||
+></keycombo
|
|
||||||
> </shortcut
|
|
||||||
> <guimenu
|
|
||||||
>Reproduzir</guimenu
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2c73fd473f0579cffa7e797e3d00c41b09d7fb4dee486bb507877a56bd1d7f3a
|
|
||||||
size 5972768
|
|
3
kaffeine-2.0.15.tar.xz
Normal file
3
kaffeine-2.0.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e61573199fe4e04377679a5cf8b32b3aa0bb4201c56371e11820d3a3ae41904d
|
||||||
|
size 5988584
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 08:32:54 UTC 2018 - wbauer@tmo.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 8 09:55:41 UTC 2017 - wbauer@tmo.at
|
Fri Dec 8 09:55:41 UTC 2017 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kaffeine
|
# spec file for package kaffeine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,14 +20,12 @@ Name: kaffeine
|
|||||||
Summary: VLC-based Multimedia Player
|
Summary: VLC-based Multimedia Player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
Version: 2.0.14
|
Version: 2.0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://kaffeine.kde.org/
|
Url: http://kaffeine.kde.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
# PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow more flexibly set splitters)
|
# PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow more flexibly set splitters)
|
||||||
Patch0: kaffeine-fixsplitter.patch
|
Patch0: kaffeine-fixsplitter.patch
|
||||||
# PATCH-FIX-UPSTREAM fix-pt_BR-docs.patch -- fix build with kdoctools < 5.41, https://websvn.kde.org/?view=revision&revision=1506003
|
|
||||||
Patch1: fix-pt_BR-docs.patch
|
|
||||||
Recommends: %{name}-lang = %version
|
Recommends: %{name}-lang = %version
|
||||||
Requires: libQt5Sql5-sqlite
|
Requires: libQt5Sql5-sqlite
|
||||||
Requires: vlc-noX
|
Requires: vlc-noX
|
||||||
@ -70,7 +68,6 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
Loading…
Reference in New Issue
Block a user