GNU bug report logs -
#41815
gnu: icecat: Fix WebGL support
Previous Next
Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Thu, 11 Jun 2020 20:42:02 UTC
Severity: normal
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 12 Jun 2020 01:35:07 +0200
with message-id <20200612013507.2037863f <at> tachikoma.lepiller.eu>
and subject line Re: [bug#41815] gnu: icecat: Fix WebGL support
has caused the debbugs.gnu.org bug report #41815,
regarding gnu: icecat: Fix WebGL support
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
41815: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41815
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
I think this fixes WebGL support in IceCat:
http://issues.guix.gnu.org/34135#10
Best!
From 382d45f95433be2f4c675b03e035daa253421371 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Thu, 11 Jun 2020 22:33:49 +0200
Subject: [PATCH] gnu: icecat: Fix WebGL support
* gnu/packages/gnuzilla.scm (icecat): Wrap mesa
---
gnu/packages/gnuzilla.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 7bf9850e97..570398ecd9 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1112,11 +1112,13 @@ from forcing GEXP-PROMISE."
(lib (string-append out "/lib"))
(gtk (assoc-ref inputs "gtk+"))
(gtk-share (string-append gtk "/share"))
+ (mesa (assoc-ref inputs "mesa"))
+ (mesa-lib (string-append mesa "/lib"))
(pulseaudio (assoc-ref inputs "pulseaudio"))
(pulseaudio-lib (string-append pulseaudio "/lib")))
(wrap-program (car (find-files lib "^icecat$"))
`("XDG_DATA_DIRS" prefix (,gtk-share))
- `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib)))
+ `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,mesa-lib)))
#t))))))
(home-page "https://www.gnu.org/software/gnuzilla/")
(synopsis "Entirely free browser derived from Mozilla Firefox")
--
2.26.2
[Message part 3 (message/rfc822, inline)]
Le Thu, 11 Jun 2020 20:40:48 +0000,
Ekaitz Zarraga <ekaitz <at> elenq.tech> a écrit :
> Hi,
>
> I think this fixes WebGL support in IceCat:
>
> http://issues.guix.gnu.org/34135#10
>
> Best!
>
>
Pushed as 9c6ea3cb5617a1928073f41f174765ab14adbaa9, thank you!
Note that I added dots at the end of your log message, and removed
indentation on the third line of the log message.
This bug report was last modified 4 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.