help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebKit: Failing to play most HTML5 videos


From: Pierre Neidhardt
Subject: Re: WebKit: Failing to play most HTML5 videos
Date: Sun, 10 Feb 2019 19:27:32 +0100
User-agent: mu4e 1.0; emacs 26.1

I just tried the following in gst-plugins-bad:

--8<---------------cut here---------------start------------->8---

     (build-system gnu-build-system)
+    (native-search-paths
+     ;; Note: This search path is respected by the `curl` command-line tool 
only.
+     ;; Ideally we would bake this into libcurl itself so other users can 
benefit,
+     ;; but it's not supported upstream due to thread safety concerns.
+     (list (search-path-specification
+            (variable "CURLOPT_CAPATH")
+            (files '("etc/ssl/certs")))
+           (search-path-specification
+            (variable "CURLOPT_CAINFO")
+            (files '("etc/ssl/certs/ca-certificates.crt")))))
     (arguments
      '(#:tests? #f ; XXX: 13 of 53 tests fail
--8<---------------cut here---------------end--------------->8---

Didn't work :/

Gotta try harder...

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]