From 6c0e4890839cdb0462528dc1a62639bda0136126 Mon Sep 17 00:00:00 2001 From: Karl Lensson Date: Sun, 9 Nov 2025 21:46:31 +1100 Subject: nongnu: grayjay: Update to 12. * nongnu/packages/video.scm (grayjay): Update to 12. [arguments]<#:patchelf-plan>: Add "cef/libsteam_api.so" and "libfcast_sender_sdk.so". Signed-off-by: John Kehayias --- nongnu/packages/video.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nongnu/packages/video.scm') diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index b3a5573..9e9e8cf 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -313,7 +313,7 @@ Browser source.")))) (define-public grayjay (package (name "grayjay") - (version "9") + (version "12") (source (origin (method url-fetch) @@ -322,7 +322,7 @@ Browser source.")))) version ".zip")) (file-name (string-append name "-" version "-x86_64.zip")) (sha256 - (base32 "1k27rlqbmhfc3v4x4vfl7kvshmmp0dvwra94bi0jr2anfyrzvh0j")))) + (base32 "0m0sq3qwg21wgyplsgq421wryl22gg9c64jnpanzgzsm68aql05s")))) (supported-systems '("x86_64-linux")) (build-system binary-build-system) (arguments @@ -386,9 +386,11 @@ Browser source.")))) ("cef/libGLESv2.so" ,libs) ;; XXX: Can replace with chromium-embedded-framework? ("cef/libcef.so" ,libs) + ("cef/libsteam_api.so" ,libs) ("cef/libvk_swiftshader.so" ,libs) ("cef/libvulkan.so.1" ,libs) ("libe_sqlite3.so" ,libs) + ("libfcast_sender_sdk.so" ,libs) ("libsodium.so" ,libs))) #:install-plan ''(("." "lib/grayjay")) #:phases -- cgit v1.2.3