Accepting request 511488 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/511488 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kaffeine?expand=0&rev=67
This commit is contained in:
commit
418df85633
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc8c0a8a6e360d3a45a1e3ea5b98fa730cad164451b5ed54620d0b91b0f614c3
|
||||
size 4405388
|
3
kaffeine-2.0.12.tar.xz
Normal file
3
kaffeine-2.0.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a19eb8262f1f35b013c3ea5aa66fd7cd99d624643db718d2e9d36d9dd7a796ca
|
||||
size 4371652
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 16:26:46 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 2.0.12:
|
||||
* Update Changelog to reflect all changes since version 1.3.1
|
||||
- Update to 2.0.11:
|
||||
* Solve performance issues causing kaffeine to use 100% CPU even
|
||||
when video is paused or stopped
|
||||
* Fix DVB play on videos that use a separate PID for synchronism
|
||||
* Fix some bugs at DVB pause logic, making it more reliable and
|
||||
making unpause to continue from the paused position
|
||||
* Disable debug messages by default
|
||||
* Remove a warning on some DVB streams when a program is not rated
|
||||
* Improve notes about video output settings at README.md
|
||||
- Package README.md too, it contains some hints about known video
|
||||
output issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 11:48:07 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: kaffeine
|
||||
Summary: VLC-based Multimedia Player
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Version: 2.0.10
|
||||
Version: 2.0.12
|
||||
Release: 0
|
||||
Url: http://kaffeine.kde.org/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
@ -80,6 +80,22 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
||||
%suse_update_desktop_file -r org.kde.%{name} Qt KDE AudioVideo Video Player TV
|
||||
|
||||
%find_lang %{name} --without-kde
|
||||
%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120200
|
||||
# %%kf5_find_htmldocs is only defined since Leap 42.3
|
||||
CURDIR=`pwd`
|
||||
pushd %{buildroot}%{_kf5_htmldir}
|
||||
for i in *; do
|
||||
if ! [ -d "/usr/share/locale/${i}" ]; then
|
||||
echo "Removing unsupported translation %{_kf5_htmldir}/${i}"
|
||||
rm -rf "$i"
|
||||
elif [ "$i" != "en" ]; then
|
||||
echo "%doc %lang($i) %{_kf5_htmldir}/${i}" >> $CURDIR/%{name}.lang
|
||||
fi
|
||||
done
|
||||
popd
|
||||
%else
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
@ -91,7 +107,7 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING-DOCS Changelog NOTES
|
||||
%doc COPYING COPYING-DOCS Changelog NOTES README.md
|
||||
%{_kf5_bindir}/dtvdaemon
|
||||
%{_kf5_bindir}/kaffeine
|
||||
%if 0%{?sle_version} == 120100
|
||||
@ -103,10 +119,7 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
||||
%{_kf5_sharedir}/kaffeine/
|
||||
%{_kf5_sharedir}/profiles/
|
||||
%{_kf5_sharedir}/solid/actions/
|
||||
%{_kf5_htmldir}/
|
||||
%{_kf5_mandir}/man1/*
|
||||
%dir %{_kf5_mandir}/uk
|
||||
%{_kf5_mandir}/*/man1/
|
||||
%{_kf5_htmldir}/en/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user