Accepting request 700135 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/700135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kaffeine?expand=0&rev=75
This commit is contained in:
commit
c357a55664
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8659189d907c2512321dd2c0d0c47176229c344970d633e33f29ce82432deee5
|
||||
size 5995824
|
3
kaffeine-2.0.17.tar.xz
Normal file
3
kaffeine-2.0.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6578b785f754663c105d425605cf9a5dc139881fd479a9290b55cbf49182cce1
|
||||
size 6029896
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 09:56:38 UTC 2019 - wbauer@tmo.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 11:51:16 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: kaffeine
|
||||
Version: 2.0.16
|
||||
Version: 2.0.17
|
||||
Release: 0
|
||||
Summary: VLC-based Multimedia Player
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
URL: http://kaffeine.kde.org/
|
||||
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}-2.tar.xz
|
||||
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow more flexibly set splitters)
|
||||
Patch0: kaffeine-fixsplitter.patch
|
||||
BuildRequires: extra-cmake-modules
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(libvlc) >= 2.2.0
|
||||
BuildRequires: pkgconfig(libvlc) >= 3.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xscrnsaver)
|
||||
Requires: libQt5Sql5-sqlite
|
||||
@ -66,7 +66,7 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}-2
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user