- Update to v0.15.0

* Please see https://github.com/mpv-player/mpv/releases/tag/v0.15.0
    for the complete changelog.
- Install mpv.conf & input.conf

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=31
This commit is contained in:
Ismail Dönmez 2016-01-18 20:02:46 +00:00 committed by Git OBS Bridge
parent 40640d6193
commit 7dce2929fb
4 changed files with 17 additions and 5 deletions

View File

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

3
mpv-0.15.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 18 19:52:34 UTC 2016 - idonmez@suse.com
- Update to v0.15.0
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.15.0
for the complete changelog.
- Install mpv.conf & input.conf
-------------------------------------------------------------------
Sun Jan 10 08:09:14 UTC 2016 - idonmez@suse.com

View File

@ -22,7 +22,7 @@
%define _waf_ver 1.8.12
%define lname libmpv1
Name: mpv
Version: 0.14.0
Version: 0.15.0
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-3.0+ and BSD-3-Clause
@ -187,6 +187,8 @@ export CCFLAGS="%{optflags}"
./waf --destdir=%{buildroot} install
install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
install -D -m 0644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
install -D -m 0644 etc/mpv.conf %{buildroot}%{_sysconfdir}/%{name}/mpv.conf
%post
%desktop_database_post
@ -205,9 +207,11 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
%if 0%{?suse_version} > 1315
%doc build/DOCS/man/mpv.pdf
%endif
%doc Copyright LICENSE README.md RELEASE_NOTES etc/example.conf etc/input.conf
%doc Copyright LICENSE README.md RELEASE_NOTES
%dir %{_sysconfdir}/%{name}/
%config %{_sysconfdir}/%{name}/encoding-profiles.conf
%config %{_sysconfdir}/%{name}/input.conf
%config %{_sysconfdir}/%{name}/mpv.conf
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*