From 507aad4dbeb2bc60d3d20e8d9b8f762e726a03b2 Mon Sep 17 00:00:00 2001 From: Pavlo Rudy Date: Fri, 19 Apr 2024 12:39:40 +0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.38?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpv-cuda.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mpv-cuda.spec b/mpv-cuda.spec index 9471841..b7d6c83 100644 --- a/mpv-cuda.spec +++ b/mpv-cuda.spec @@ -1,9 +1,9 @@ -%global gitdate 20231121 -%global commit 818ce7c51a6b9179307950e919983e0909942098 +%global gitdate 20240418 +%global commit 02254b92dd237f03aa0a151c2a68778c4ea848f9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name : mpv-cuda -Version : 0.37.0 +Version : 0.38.0 Release : %{gitdate}.%{shortcommit} URL : https://github.com/mpv-player/mpv Source0 : %{url}/archive/%{commit}/mpv-%{shortcommit}.tar.gz @@ -205,9 +205,9 @@ meson --libdir=lib64 --prefix=/usr/local-cuda --buildtype=plain \ -Dsdl2-gamepad=disabled \ -Dsdl2-video=disabled \ -Dsdl2=disabled \ - -Dshaderc=enabled \ + -Dshaderc=disabled \ -Dsndio=disabled \ - -Dspirv-cross=enabled \ + -Dspirv-cross=disabled \ -Duchardet=enabled \ -Dvaapi-drm=enabled \ -Dvaapi-wayland=enabled \