all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: swedebugia@riseup.net
Cc: help-guix <help-guix@gnu.org>,
	Help-Guix <help-guix-bounces+swedebugia=riseup.net@gnu.org>
Subject: Re: WebKit: Failing to play most HTML5 videos
Date: Sun, 10 Feb 2019 19:27:32 +0100	[thread overview]
Message-ID: <87r2cf33e3.fsf@ambrevar.xyz> (raw)
In-Reply-To: <871s4mrugn.fsf@ambrevar.xyz>

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2019-02-10 18:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-08 12:30 WebKit: Failing to play most HTML5 videos Pierre Neidhardt
2018-12-08 12:39 ` Pierre Neidhardt
2018-12-08 14:31   ` swedebugia
2018-12-08 15:30     ` Pierre Neidhardt
2018-12-09  5:51 ` Leo Famulari
2018-12-09 12:21   ` Pierre Neidhardt
2018-12-11  7:23     ` swedebugia
2018-12-11  8:02     ` Ricardo Wurmus
2018-12-11  8:15 ` Ricardo Wurmus
2018-12-11 17:22   ` Pierre Neidhardt
2018-12-11 17:32     ` Pierre Neidhardt
2018-12-11 17:33       ` Pierre Neidhardt
2018-12-12  1:52       ` Ricardo Wurmus
2018-12-12  7:49         ` Ricardo Wurmus
2018-12-12  7:56           ` Ricardo Wurmus
2018-12-20 10:23             ` Pierre Neidhardt
2018-12-20 10:40               ` Ricardo Wurmus
2018-12-20 10:50                 ` Pierre Neidhardt
2018-12-20 14:31                   ` Ricardo Wurmus
2018-12-20 16:56                     ` Pierre Neidhardt
2018-12-20 21:23                       ` Ricardo Wurmus
2018-12-21 10:55                         ` Pierre Neidhardt
2018-12-21 11:58                           ` Ricardo Wurmus
2018-12-21 12:39                             ` Pierre Neidhardt
2019-01-13 19:40                               ` Pierre Neidhardt
2019-01-14 15:22                                 ` Pierre Neidhardt
2019-01-14 22:11                                   ` swedebugia
2019-01-14 22:42                                     ` Pierre Neidhardt
2019-02-05 17:55                                       ` Pierre Neidhardt
2019-02-10 18:27                                         ` Pierre Neidhardt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r2cf33e3.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=help-guix-bounces+swedebugia=riseup.net@gnu.org \
    --cc=help-guix@gnu.org \
    --cc=swedebugia@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.