diff options
| author | Karl Lensson <karl@lensson.org> | 2025-11-09 21:46:31 +1100 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-11-13 14:22:16 -0500 |
| commit | 6c0e4890839cdb0462528dc1a62639bda0136126 (patch) | |
| tree | 440d3ec7dc5031784d1e61af7198aa99640d8658 /nongnu | |
| parent | d7bfdd78234b3535722835f34a359ad73874fbd4 (diff) | |
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 <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/video.scm | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
