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.
This commit is contained in:
		
							parent
							
								
									28bda60251
								
							
						
					
					
						commit
						43cc5c5e61
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -229,8 +229,8 @@ standards.") | ||||||
|        ("dbus" ,dbus) |        ("dbus" ,dbus) | ||||||
|        ("dbus-glib" ,dbus-glib) |        ("dbus-glib" ,dbus-glib) | ||||||
|        ("glib" ,glib) |        ("glib" ,glib) | ||||||
|        ("gstreamer" ,gstreamer-0.10) |        ("gstreamer" ,gstreamer) | ||||||
|        ("gst-plugins-base" ,gst-plugins-base-0.10) |        ("gst-plugins-base" ,gst-plugins-base) | ||||||
|        ("gtk+" ,gtk+-2) |        ("gtk+" ,gtk+-2) | ||||||
|        ("pango" ,pango) |        ("pango" ,pango) | ||||||
|        ("freetype" ,freetype) |        ("freetype" ,freetype) | ||||||
|  | @ -259,7 +259,7 @@ standards.") | ||||||
|                            "--disable-debug-symbols" |                            "--disable-debug-symbols" | ||||||
| 
 | 
 | ||||||
|                            "--enable-pulseaudio" |                            "--enable-pulseaudio" | ||||||
|                            "--disable-webrtc"     ; webrtc fails to build |                            "--enable-gstreamer=1.0" | ||||||
| 
 | 
 | ||||||
|                            "--with-system-zlib" |                            "--with-system-zlib" | ||||||
|                            "--with-system-bz2"    ; FIXME: not used |                            "--with-system-bz2"    ; FIXME: not used | ||||||
|  |  | ||||||
		Reference in a new issue