From: Mathieu OTHACEHE <m.othacehe@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: icecat: Add ffmpeg support.
Date: Mon, 9 Jan 2017 22:28:39 +0100 [thread overview]
Message-ID: <20170109212839.2777-1-m.othacehe@gmail.com> (raw)
* 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
next reply other threads:[~2017-01-09 21:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-09 21:28 Mathieu OTHACEHE [this message]
2017-01-09 21:56 ` [PATCH] gnu: icecat: Add ffmpeg support 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
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170109212839.2777-1-m.othacehe@gmail.com \
--to=m.othacehe@gmail.com \
--cc=guix-devel@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).