Accepting request 859757 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/859757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kawaii-player?expand=0&rev=7
This commit is contained in:
commit
e6cccb7bd3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d665cbf8effaccc532752f791dba22651ac128eedc17c93b35792ae141f23a48
|
||||
size 4071752
|
3
kawaii-player-5.0.0-1.tar.gz
Normal file
3
kawaii-player-5.0.0-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32ce687946ac41c4345266d3baed455732c7cdea3b3d33385100976b99e0d026
|
||||
size 4081560
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 19:13:59 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 5.0.0-1
|
||||
* Added support for libvlc as playback engine
|
||||
* Added support for INPUT_IPC_SERVER for mpv binary
|
||||
* One can change default config directory. Add new config
|
||||
directory path to ~/.config/kawaii-player/new_home.txt and
|
||||
restart application.
|
||||
* Deprecating Slave mode for mpv binary. Users should use mpv
|
||||
input ipc server. In other_options.txt set
|
||||
MPV_INPUT_IPC_SERVER=True.
|
||||
* opengl-cb api will be deprecated and no longer will be
|
||||
supported from now on. Users need to install pympv to use
|
||||
libmpv backend
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 07:32:46 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kawaii-player
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
%define _over 4.2.0-1
|
||||
%define _bver 4.2.0
|
||||
%define _over 5.0.0-1
|
||||
%define _bver 5.0.0
|
||||
Name: kawaii-player
|
||||
Version: 4.2.0.1
|
||||
Version: 5.0.0.1
|
||||
Release: 0
|
||||
Summary: Multimedia player, library manager and media server
|
||||
License: GPL-3.0-or-later
|
||||
@ -32,7 +32,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: ffmpegthumbnailer
|
||||
Requires: mpv
|
||||
Requires: python3-Pillow
|
||||
Requires: python3-base
|
||||
Requires: python3-beautifulsoup4
|
||||
@ -42,6 +41,7 @@ Requires: python3-lxml
|
||||
Requires: python3-mutagen
|
||||
Requires: python3-opengl
|
||||
Requires: python3-pycurl
|
||||
Requires: python3-pympv
|
||||
Requires: python3-pytaglib
|
||||
Requires: python3-qt5
|
||||
Requires: python3-qtwebengine-qt5
|
||||
|
Loading…
x
Reference in New Issue
Block a user