all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: icecat: Add ffmpeg support.
@ 2017-01-09 21:28 Mathieu OTHACEHE
  2017-01-09 21:56 ` Danny Milosavljevic
  2017-01-10  0:38 ` Mark H Weaver
  0 siblings, 2 replies; 5+ messages in thread
From: Mathieu OTHACEHE @ 2017-01-09 21:28 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg.
[libxul-linked-libraries]: Add avcodec and avutil libraries (provided by
ffmpeg).

Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
---

Hi,

Thanks to this patch, icecat is able to use ffmpeg to
decode various codecs previously unhandled.

Mathieu

 gnu/packages/gnuzilla.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 07ed2af0b..0698d0bcc 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -423,6 +423,7 @@ standards.")
        ("libxcomposite" ,libxcomposite)
        ("libxt" ,libxt)
        ("libffi" ,libffi)
+       ("ffmpeg" ,ffmpeg)
        ("libvpx" ,libvpx)
        ("icu4c" ,icu4c)
        ("pixman" ,pixman)
@@ -544,7 +545,7 @@ standards.")
               (("^# This needs to be last")
                "OS_LIBS += [
     'GL', 'gnome-2', 'canberra', 'Xss', 'cups', 'gssapi_krb5',
-    'gstreamer-1.0', 'gstapp-1.0', 'gstvideo-1.0' ]\n\n"))
+    'gstreamer-1.0', 'gstapp-1.0', 'gstvideo-1.0', 'avcodec', 'avutil']\n\n"))
             #t))
          (replace
           'configure
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-10 23:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-09 21:28 [PATCH] gnu: icecat: Add ffmpeg support Mathieu OTHACEHE
2017-01-09 21:56 ` Danny Milosavljevic
2017-01-10  0:38 ` Mark H Weaver
2017-01-10 14:19   ` Mathieu OTHACEHE
2017-01-10 23:51     ` Mark H Weaver

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.