Accepting request 387891 from multimedia:apps
- Update dependencies of desktop and icon handling scriplets - Update to version 0.17.0 * See https://github.com/mpv-player/mpv/releases/tag/v0.17.0 for full changelog OBS-URL: https://build.opensuse.org/request/show/387891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=13
This commit is contained in:
commit
4f87c7dd31
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc3619de0ede16fbb023ac72589090e8e77fd9d9e03a81adc728105d50ef38ba
|
|
||||||
size 2877026
|
|
3
mpv-0.17.0.tar.gz
Normal file
3
mpv-0.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:602cd2b0f5fc7e43473234fbb96e3f7bbb6418f15eb8fa720d9433cce31eba6e
|
||||||
|
size 2882629
|
12
mpv.changes
12
mpv.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 12 07:26:14 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update dependencies of desktop and icon handling scriplets
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 11 17:57:02 UTC 2016 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 0.17.0
|
||||||
|
* See https://github.com/mpv-player/mpv/releases/tag/v0.17.0
|
||||||
|
for full changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 29 07:55:09 UTC 2016 - idonmez@suse.com
|
Mon Feb 29 07:55:09 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
11
mpv.spec
11
mpv.spec
@ -29,7 +29,7 @@
|
|||||||
%define _waf_ver 1.8.12
|
%define _waf_ver 1.8.12
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: 0.16.0
|
Version: 0.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
License: %{_license}
|
License: %{_license}
|
||||||
@ -41,6 +41,11 @@ Source: http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#
|
|||||||
Source1: http://ftp.waf.io/pub/release/waf-%{_waf_ver}
|
Source1: http://ftp.waf.io/pub/release/waf-%{_waf_ver}
|
||||||
Source2: %{name}.changes
|
Source2: %{name}.changes
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
Requires: hicolor-icon-theme
|
||||||
|
Requires(post): hicolor-icon-theme
|
||||||
|
Requires(post): update-desktop-files
|
||||||
|
Requires(postun): hicolor-icon-theme
|
||||||
|
Requires(postun): update-desktop-files
|
||||||
BuildRequires: ladspa-devel
|
BuildRequires: ladspa-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libmng-devel
|
BuildRequires: libmng-devel
|
||||||
@ -217,12 +222,12 @@ install -D -m 0644 etc/mpv.conf %{buildroot}%{_sysconfdir}/%{name}/mpv.conf
|
|||||||
%endif
|
%endif
|
||||||
%doc Copyright LICENSE README.md RELEASE_NOTES
|
%doc Copyright LICENSE README.md RELEASE_NOTES
|
||||||
%dir %{_sysconfdir}/%{name}/
|
%dir %{_sysconfdir}/%{name}/
|
||||||
%config %{_sysconfdir}/%{name}/encoding-profiles.conf
|
#config %%{_sysconfdir}/%%{name}/encoding-profiles.conf
|
||||||
%config %{_sysconfdir}/%{name}/input.conf
|
%config %{_sysconfdir}/%{name}/input.conf
|
||||||
%config %{_sysconfdir}/%{name}/mpv.conf
|
%config %{_sysconfdir}/%{name}/mpv.conf
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
%{_datadir}/icons/hicolor
|
||||||
#zsh completion
|
#zsh completion
|
||||||
%{_datadir}/zsh/site-functions/_mpv
|
%{_datadir}/zsh/site-functions/_mpv
|
||||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user