guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: icecat: Use gstreamer-1.0 and enable webrtc.


From: Mark H. Weaver
Subject: 01/01: gnu: icecat: Use gstreamer-1.0 and enable webrtc.
Date: Sat, 31 Jan 2015 05:06:20 +0000

mhw pushed a commit to branch master
in repository guix.

commit 43cc5c5e616888610aa9842e3f065b1c90e044ca
Author: Mark H Weaver <address@hidden>
Date:   Fri Jan 30 17:18:44 2015 -0500

    gnu: icecat: Use gstreamer-1.0 and enable webrtc.
    
    * gnu/packages/gnuzilla.scm (icecat)[inputs]: Use latest gstreamer and
      gst-plugins-base.
      [arguments]: Remove "--disable-webrtc" and add "--enable-gstreamer=1.0" to
      configure flags.
---
 gnu/packages/gnuzilla.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 862dfe1..5e54a2d 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -229,8 +229,8 @@ standards.")
        ("dbus" ,dbus)
        ("dbus-glib" ,dbus-glib)
        ("glib" ,glib)
-       ("gstreamer" ,gstreamer-0.10)
-       ("gst-plugins-base" ,gst-plugins-base-0.10)
+       ("gstreamer" ,gstreamer)
+       ("gst-plugins-base" ,gst-plugins-base)
        ("gtk+" ,gtk+-2)
        ("pango" ,pango)
        ("freetype" ,freetype)
@@ -259,7 +259,7 @@ standards.")
                            "--disable-debug-symbols"
 
                            "--enable-pulseaudio"
-                           "--disable-webrtc"     ; webrtc fails to build
+                           "--enable-gstreamer=1.0"
 
                            "--with-system-zlib"
                            "--with-system-bz2"    ; FIXME: not used



reply via email to

[Prev in Thread] Current Thread [Next in Thread]