Accepting request 348806 from multimedia:apps
- Update to v0.14.0 * Please see https://github.com/mpv-player/mpv/releases/tag/v0.14.0 for the complete changelog. - Remove mpg123 as dependency, thus losing need of being on packman. We use the mad implementation anyway if we had FPU and everything we support has to have it anyway. - Sort out the ffmpeg deps to reduce conditionals OBS-URL: https://build.opensuse.org/request/show/348806 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=8
This commit is contained in:
commit
1d8b5ee9f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1372704fd8f5701ef7d60f347fd15fe536e23ef148279bf4a4415e72896912db
|
||||
size 2874190
|
3
mpv-0.14.0.tar.gz
Normal file
3
mpv-0.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:042937f483603f0c3d1dec11e8f0045e8c27f19eee46ea64d81a3cdf01e51233
|
||||
size 2872619
|
19
mpv.changes
19
mpv.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 09:10:24 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Update to v0.14.0
|
||||
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.14.0
|
||||
for the complete changelog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 11:14:24 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Remove mpg123 as dependency, thus losing need of being on packman.
|
||||
We use the mad implementation anyway if we had FPU and everything
|
||||
we support has to have it anyway.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 11:09:13 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Sort out the ffmpeg deps to reduce conditionals
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 21:04:26 UTC 2015 - dmueller@suse.com
|
||||
|
||||
|
29
mpv.spec
29
mpv.spec
@ -22,7 +22,7 @@
|
||||
%define _waf_ver 1.8.12
|
||||
%define lname libmpv1
|
||||
Name: mpv
|
||||
Version: 0.13.0
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
Summary: Advanced general-purpose multimedia player
|
||||
License: GPL-2.0+ and BSD-3-Clause
|
||||
@ -56,6 +56,11 @@ BuildRequires: pkgconfig(enca)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.6
|
||||
BuildRequires: pkgconfig(libass) >= 0.12.1
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice) >= 55.0.0
|
||||
BuildRequires: pkgconfig(libavfilter) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libbluray) >= 0.3.0
|
||||
BuildRequires: pkgconfig(libbs2b)
|
||||
BuildRequires: pkgconfig(libcdio)
|
||||
@ -63,6 +68,7 @@ BuildRequires: pkgconfig(libcdio_cdda)
|
||||
BuildRequires: pkgconfig(libcdio_paranoia)
|
||||
BuildRequires: pkgconfig(libiso9660)
|
||||
BuildRequires: pkgconfig(libpulse) >= 1.0
|
||||
BuildRequires: pkgconfig(libswresample) >= 1.1.100
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(libudf)
|
||||
BuildRequires: pkgconfig(libv4l2)
|
||||
@ -83,23 +89,6 @@ BuildRequires: pkgconfig(zlib)
|
||||
# Used via LUA scripts
|
||||
Recommends: youtube-dl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?BUILD_ORIG}
|
||||
# ffmpeg pkgconfig not possible on factory due to missing preffer in prjconfigs
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice) >= 55.0.0
|
||||
BuildRequires: pkgconfig(libavfilter) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libmpg123)
|
||||
BuildRequires: pkgconfig(libswresample) >= 1.1.100
|
||||
%else
|
||||
BuildRequires: libavcodec-devel
|
||||
BuildRequires: libavdevice-devel
|
||||
BuildRequires: libavfilter-devel
|
||||
BuildRequires: libavformat-devel
|
||||
BuildRequires: libavutil-devel
|
||||
BuildRequires: libswscale-devel
|
||||
%endif
|
||||
# PDF manual.
|
||||
# JIT for lua.
|
||||
%if 0%{?suse_version} > 1310
|
||||
@ -192,7 +181,7 @@ export CCFLAGS="%{optflags}"
|
||||
%install
|
||||
./waf --destdir=%{buildroot} install
|
||||
|
||||
install -D -m 0644 %{S:3} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
|
||||
install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
@ -216,7 +205,7 @@ install -D -m 0644 %{S:3} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{n
|
||||
%config %{_sysconfdir}/%{name}/encoding-profiles.conf
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
#zsh completion
|
||||
%{_datadir}/zsh/site-functions/_mpv
|
||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user