1
0
forked from pool/kawaii-player

Accepting request 520367 from multimedia:apps

- Fixed version number
- Update to version 2.2.0-1
  * Improved video management functionalities.
  * Allows creating new video categories
  * Allows renaming of title and playlist entries
  * Group rename of playlist entries
  * Improved contextmenu with grouping of various categories
  * Allows getting information for entire collection
  * TMDB support added
  * Supports both duckduckgo and google as search engine backend
    for getting information from either TVDB or TMDB.
  * Keyboard shortcuts have been changed
  * Allows direct jump on title starting with letter when keyboard
    button pertaining to that letter is pressed
  * Firefox related bug fixed when loading subtitles
  * New background image modes with shortcuts (ctrl+0 and ctrl+9)
    added
  * Some image resizing issues fixed with python-pillow
  * Allows using the application as both server as well as client
  * Added new MyServer addon for managing peer-to-peer mode.
  * Servers can broadcast themselves in the local network so that
    clients can discover it without having to remember local IP
    address of each media server.
  * Allows modifying broadcast message of server
  * Users can manually set server's upload speed
  * mpv now remembers last aspect ratio
  * Better OSD display on changing aspect ratio
  * Critical bug fixed in deleting bookmarked playlist
  version 2.0.0-0:
  * Various modules separated and major overhaul of large codebase
  * Headless browser included
  * Proper support added for qtwebkit along with qtwebengine as
    backend for headless browser
  * Multiple bug fixes

OBS-URL: https://build.opensuse.org/request/show/520367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kawaii-player?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-09-04 10:36:11 +00:00 committed by Git OBS Bridge
commit 54bb23223a
4 changed files with 51 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe6fa36ee6a76c4f4b462661242cc96604c389b3cd25d26cf05282d74a02478e
size 4030413

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a1abeb667e1a246abb00892cab62c0887bb52cdd4e3988497b03931aec32da4
size 3897345

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sat Sep 2 17:27:35 UTC 2017 - aloisio@gmx.com
- Fixed version number
-------------------------------------------------------------------
Thu Aug 31 14:44:15 UTC 2017 - aloisio@gmx.com
- Update to version 2.2.0-1
* Improved video management functionalities.
* Allows creating new video categories
* Allows renaming of title and playlist entries
* Group rename of playlist entries
* Improved contextmenu with grouping of various categories
* Allows getting information for entire collection
* TMDB support added
* Supports both duckduckgo and google as search engine backend
for getting information from either TVDB or TMDB.
* Keyboard shortcuts have been changed
* Allows direct jump on title starting with letter when keyboard
button pertaining to that letter is pressed
* Firefox related bug fixed when loading subtitles
* New background image modes with shortcuts (ctrl+0 and ctrl+9)
added
* Some image resizing issues fixed with python-pillow
* Allows using the application as both server as well as client
* Added new MyServer addon for managing peer-to-peer mode.
* Servers can broadcast themselves in the local network so that
clients can discover it without having to remember local IP
address of each media server.
* Allows modifying broadcast message of server
* Users can manually set server's upload speed
* mpv now remembers last aspect ratio
* Better OSD display on changing aspect ratio
* Critical bug fixed in deleting bookmarked playlist
version 2.0.0-0:
* Various modules separated and major overhaul of large codebase
* Headless browser included
* Proper support added for qtwebkit along with qtwebengine as
backend for headless browser
* Multiple bug fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 23 21:33:45 UTC 2017 - aloisio@gmx.com Tue May 23 21:33:45 UTC 2017 - aloisio@gmx.com

View File

@ -18,15 +18,17 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
%define _over 1.4.0-0 %define _over 2.2.0-1
%define _bver 2.2.0
Name: kawaii-player Name: kawaii-player
Version: 1.4.0 Version: 2.2.0.1
Release: 0 Release: 0
Summary: Multimedia player, library manager and media server Summary: Multimedia player, library manager and media server
License: GPL-3.0 License: GPL-3.0
Group: Productivity/Multimedia/Video/Players Group: Productivity/Multimedia/Video/Players
Url: https://github.com/kanishka-linux/kawaii-player Url: https://github.com/kanishka-linux/kawaii-player
Source0: https://github.com/kanishka-linux/kawaii-player/archive/v%{_over}.tar.gz#/%{name}-%{_over}.tar.gz Source0: https://github.com/kanishka-linux/kawaii-player/archive/v%{_over}.tar.gz#/%{name}-%{_over}.tar.gz
BuildRequires: fdupes
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: ffmpegthumbnailer Requires: ffmpegthumbnailer
@ -62,6 +64,7 @@ python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
mkdir -pv %{buildroot}/%{_datadir}/applications %{buildroot}/%{_datadir}/pixmaps mkdir -pv %{buildroot}/%{_datadir}/applications %{buildroot}/%{_datadir}/pixmaps
install -m 0644 ubuntu/%{name}.desktop %{buildroot}/%{_datadir}/applications/%{name}.desktop install -m 0644 ubuntu/%{name}.desktop %{buildroot}/%{_datadir}/applications/%{name}.desktop
install -m 0644 kawaii_player/tray.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png install -m 0644 kawaii_player/tray.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
%fdupes -s %{buildroot}%{python3_sitelib}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -71,6 +74,6 @@ install -m 0644 kawaii_player/tray.png %{buildroot}/%{_datadir}/pixmaps/%{name}.
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{python3_sitelib}/kawaii_player %{python3_sitelib}/kawaii_player
%{python3_sitelib}/kawaii_player-%{version}-py%{py3_ver}.egg-info %{python3_sitelib}/kawaii_player-%{_bver}-py%{py3_ver}.egg-info
%changelog %changelog