]> git.pld-linux.org Git - packages/mpv.git/blobdiff - mpv.spec
updated deps
[packages/mpv.git] / mpv.spec
index 7c52f783d847767f1b3faf648f8ab231d2d2c8e9..9373d538fd9949429f422da0636d7052fab46284 100644 (file)
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,15 +1,16 @@
 Summary:       Movie player based on MPlayer and mplayer2
 Summary(pl.UTF-8):     Odtwarzacz filmów oparty na projektach MPlayer i mplayer2
 Name:          mpv
-Version:       0.29.1
-Release:       8
+Version:       0.30.0
+Release:       1
 License:       GPL v2+
 Group:         Applications/Multimedia
 #Source0Download: http://github.com/mpv-player/mpv/releases
 Source0:       http://github.com/mpv-player/mpv/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 2cd070c6aed980786177b7cb5b73664b
+# Source0-md5: 254fdcd356561b30cb0ecb61b4873689
 Source1:       %{name}.conf
 Patch0:                %{name}-lua.patch
+Patch1:                %{name}-shaderc.patch
 URL:           http://mpv.io/
 BuildRequires: Mesa-libEGL-devel >= 9.0.0
 BuildRequires: OpenAL-devel >= 1.13
@@ -31,7 +32,6 @@ BuildRequires:        libdvdnav-devel >= 4.2.0
 BuildRequires: libdvdread-devel >= 4.1.0
 BuildRequires: libjpeg-devel
 BuildRequires: libsmbclient-devel
-BuildRequires: libv4l-devel
 BuildRequires: libva-devel >= 1.4.0
 BuildRequires: libva-glx-devel >= 1.4.0
 BuildRequires: libvdpau-devel >= 0.2
@@ -39,9 +39,10 @@ BuildRequires:       lua51-devel
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel >= 1.0
 BuildRequires: rpmbuild(macros) >= 1.336
+BuildRequires: shaderc-devel >= 2019.0
 BuildRequires: uchardet-devel
 BuildRequires: waf >= 1.8.12
-BuildRequires: wayland-devel >= 1.6.0
+BuildRequires: wayland-devel >= 1.15.0
 BuildRequires: wayland-egl-devel
 BuildRequires: wayland-protocols >= 1.14
 BuildRequires: xorg-lib-libX11-devel >= 1.0.0
@@ -51,13 +52,12 @@ BuildRequires:      xorg-lib-libXext-devel >= 1.0.0
 BuildRequires: xorg-lib-libXinerama-devel >= 1.0.0
 BuildRequires: xorg-lib-libXrandr-devel >= 1.2.0
 BuildRequires: xorg-lib-libXv-devel
-BuildRequires: xorg-lib-libXxf86vm-devel
 BuildRequires: xorg-lib-libxkbcommon-devel >= 0.3.0
 BuildRequires: xorg-proto-xproto-devel
 Requires:      OpenAL >= 1.13
 Requires:      OpenGL
 Requires:      alsa-lib >= 1.0.18
-%requires_eq   ffmpeg-libs
+%requires_eq_to        ffmpeg-libs ffmpeg-devel
 Requires:      lcms2 >= 2.6
 Requires:      libass >= 0.12.1
 Requires:      libbluray >= 0.3.0
@@ -68,7 +68,8 @@ Requires:     libva >= 1.4.0
 Requires:      libva-glx >= 1.4.0
 Requires:      libvdpau >= 0.2
 Requires:      pulseaudio-libs >= 1.0
-Requires:      wayland >= 1.6.0
+Requires:      shaderc >= 2019.0
+Requires:      wayland >= 1.15.0
 Requires:      xorg-lib-libX11 >= 1.0.0
 Requires:      xorg-lib-libXScrnSaver >= 1.0.0
 Requires:      xorg-lib-libXext >= 1.0.0
@@ -126,6 +127,7 @@ Dopełnianie parametrów mpv dla powłoki ZSH.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %waf configure \
@@ -137,14 +139,12 @@ Dopełnianie parametrów mpv dla powłoki ZSH.
                --mandir=%{_mandir} \
                --disable-debug-build \
                --enable-alsa \
-               --enable-audio-input \
                --enable-caca \
                --enable-cdda \
                --enable-cplugins \
                --enable-dvb \
                --enable-dvbin \
                --enable-dvdnav \
-               --enable-dvdread \
                --enable-gl-wayland \
                --enable-gl-x11 \
                --enable-iconv \
@@ -157,22 +157,18 @@ Dopełnianie parametrów mpv dla powłoki ZSH.
                --enable-libbluray \
                --enable-libmpv-shared \
                --enable-libsmbclient \
-               --enable-libv4l2 \
                --enable-openal \
                --enable-oss-audio \
                --enable-pulse \
                --enable-sdl2 \
-               --enable-tv \
-               --enable-tv-v4l2 \
+               --enable-shaderc \
                --enable-uchardet \
                --enable-vaapi \
-               --enable-vaapi-glx \
                --enable-vdpau \
                --enable-vdpau-gl-x11 \
                --enable-wayland \
                --enable-x11 \
                --enable-xv \
-               --enable-zsh-comp \
                --lua=51pld \
                --zshdir=%{zshdir}
 
This page took 0.120067 seconds and 4 git commands to generate.