- Enable libarchive support
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=60
This commit is contained in:
parent
2067bd2671
commit
e32e81276b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 15 21:40:14 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Enable libarchive support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 2 07:45:36 UTC 2016 - idonmez@suse.com
|
Fri Sep 2 07:45:36 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
6
mpv.spec
6
mpv.spec
@ -25,9 +25,9 @@ Name: mpv
|
|||||||
Version: 0.20.0
|
Version: 0.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
|
# waf is licensed with BSD-3-Clause
|
||||||
License: GPL-2.0+ and BSD-3-Clause
|
License: GPL-2.0+ and BSD-3-Clause
|
||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
# waf is licensed with BSD-3-Clause
|
|
||||||
Url: http://mpv.io/
|
Url: http://mpv.io/
|
||||||
Source: http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# Can't use system one as it breaks quite often with updates
|
# Can't use system one as it breaks quite often with updates
|
||||||
@ -48,7 +48,6 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-docutils
|
BuildRequires: python-docutils
|
||||||
BuildRequires: python3
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
@ -60,6 +59,7 @@ BuildRequires: pkgconfig(enca)
|
|||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(jack)
|
BuildRequires: pkgconfig(jack)
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.6
|
BuildRequires: pkgconfig(lcms2) >= 2.6
|
||||||
|
BuildRequires: pkgconfig(libarchive)
|
||||||
BuildRequires: pkgconfig(libass) >= 0.12.1
|
BuildRequires: pkgconfig(libass) >= 0.12.1
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavdevice) >= 55.0.0
|
BuildRequires: pkgconfig(libavdevice) >= 55.0.0
|
||||||
@ -82,6 +82,7 @@ BuildRequires: pkgconfig(libva-x11)
|
|||||||
BuildRequires: pkgconfig(lua)
|
BuildRequires: pkgconfig(lua)
|
||||||
BuildRequires: pkgconfig(openal) >= 1.13
|
BuildRequires: pkgconfig(openal) >= 1.13
|
||||||
BuildRequires: pkgconfig(portaudio-2.0)
|
BuildRequires: pkgconfig(portaudio-2.0)
|
||||||
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: pkgconfig(smbclient)
|
BuildRequires: pkgconfig(smbclient)
|
||||||
BuildRequires: pkgconfig(vdpau)
|
BuildRequires: pkgconfig(vdpau)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
@ -187,6 +188,7 @@ export CCFLAGS="%{optflags}"
|
|||||||
--enable-libmpv-shared \
|
--enable-libmpv-shared \
|
||||||
--enable-zsh-comp \
|
--enable-zsh-comp \
|
||||||
--enable-manpage-build \
|
--enable-manpage-build \
|
||||||
|
--enable-libarchive \
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
--enable-pdf-build \
|
--enable-pdf-build \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user