From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: WebKit: Failing to play most HTML5 videos Date: Sun, 10 Feb 2019 19:27:32 +0100 Message-ID: <87r2cf33e3.fsf@ambrevar.xyz> References: <87bm5wtd3d.fsf@ambrevar.xyz> <87sgz45vj6.fsf@elephly.net> <87r2eoashg.fsf@ambrevar.xyz> <87pnu8as0n.fsf@ambrevar.xyz> <87h8fj5x5u.fsf@elephly.net> <877egf5gme.fsf@elephly.net> <875zvz5gbv.fsf@elephly.net> <87va3ozecr.fsf@ambrevar.xyz> <87k1k4scqe.fsf@elephly.net> <87sgyszd31.fsf@ambrevar.xyz> <87ftuss21m.fsf@elephly.net> <87ftusyw5q.fsf@ambrevar.xyz> <87d0pvsxj3.fsf@elephly.net> <87tvj79mjv.fsf@ambrevar.xyz> <875zvnrt11.fsf@elephly.net> <87lg4j9hqd.fsf@ambrevar.xyz> <87o98k8hxh.fsf@ambrevar.xyz> <87zhs38dse.fsf@ambrevar.xyz> <2fac2c7ee44c91bb977b5cf02868d7ea@riseup.net> <87fttu97zr.fsf@ambrevar.xyz> <871s4mrugn.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gstpP-0003p9-LM for help-guix@gnu.org; Sun, 10 Feb 2019 13:27:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gstpO-0004gH-5Z for help-guix@gnu.org; Sun, 10 Feb 2019 13:27:43 -0500 In-reply-to: <871s4mrugn.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: swedebugia@riseup.net Cc: help-guix , Help-Guix --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I just tried the following in gst-plugins-bad: =2D-8<---------------cut here---------------start------------->8--- (build-system gnu-build-system) + (native-search-paths + ;; Note: This search path is respected by the `curl` command-line too= l 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 =2D-8<---------------cut here---------------end--------------->8--- Didn't work :/ Gotta try harder... =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlxgbRQACgkQm9z0l6S7 zH95AAf/f5YIVt2OCxmutqeXIf2D6xTZivk9LbltidyR4mL8yaaaBQB1iQ6NdgC5 M4rwgNjRP2E5Lqgzf7JaVE3CYpxegzlSx2XkX/Hs+Drdvynp0lDgOgB7uX0uyGgn 4VOyioTw14HOA/cEWIcUYCVX0XTKaTOE0zq+bvyedP4aJd7FxQl4TCw/PK5+Sr1s hLuddl8aH/mEefIMn/oPaELqed/jctTZMo1JPs3/ord7m25vztjSTJdEwjlMQZ8r G9mNScbsr1zLxWeCeOM3PWJ4GSAJwC32+LmHfRI/AwpDf5Ex+DIlWsabzZieGhe5 MKcDrW8wkx2h+i7J+UyJw3cFrSJcRg== =tGDe -----END PGP SIGNATURE----- --=-=-=--