Skip to content

Commit

Permalink
⬆️ 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Apr 19, 2024
1 parent f67412c commit 507aad4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mpv-cuda.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 507aad4

Please sign in to comment.