gnu: Add sawfish.
* gnu/packages/sawfish.scm (sawfish): New variable.
gnu: Add rep-gtk.
* gnu/packages/sawfish.scm (rep-gtk): New variable.
gnu: Add librep.
* gnu/packages/sawfish.scm: New file.
* gnu/packages/patches/librep-rules.mk.patch: New file.
* gnu-system.am: Add them.
gnu: Add python-urwid and python2-urwid.
Based on preliminary work by Omar Radwan <toxemicsquire4@gmail.com>.
* gnu/packages/python.scm (python-urwid, python2-urwid): New variables.
gnu: httpd: Add perl input.
* gnu/packages/web.scm (httpd): Add perl input.
gnu: inkscape: Update to 0.91.
* gnu/packages/inkscape.scm (inkscape): Update to 0.91.
gnu: node: Update to 0.10.36.
* gnu/packages/node.scm (node): Update to 0.10.36.
gnu: elfutils: Update to 0.161.
* gnu/packages/elf.scm (elfutils): Update to 0.161.
gnu: sipwitch: Update to 1.9.6.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.6.
gnu: ucommon: Update to 6.3.0.
* gnu/packages/telephony.scm (ucommon): Update to 6.3.0.
gnu: openjpeg: Upgrade to 2.1.0.
* gnu/packages/image.scm (openjpeg): Upgrade to 2.1.0.
(openjpeg-2.0): New variable.
* gnu/packages/pdf.scm (mupdf)[inputs]: Use openjpeg-2.0.
gnu: Add hdparm.
* gnu/packages/linux.scm (hdparm): New variable.
gnu: libvpx: Apply bug fixes.
Fixes build on armhf.
* gnu/packages/patches/libvpx-fix-armhf-link.patch,
gnu/packages/patches/libvpx-fix-ssse3-quantize.patch,
gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/video.scm (libvpx): Add patches. On armhf, add additional
configure flags to avoid requiring support for NEON.
gnu: Add polipo.
* gnu/packages/web.scm (polipo): New variable.
gnu: Add dnsmasq.
* gnu-system.am (GNU_SYSTEM_MODULES): Add dnsmasq.scm.
* gnu/packages/dnsmasq.scm: New file.
gnu: gdk-pixbuf: Enable Xlib rendering support.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: New field.
[inputs]: Add LIBX11.
gnu: icecat: Use system libvpx, icu4c, and pixman libraries.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add libvpx, icu4c, pixman.
[arguments]: Add --with-system-libvpx, --with-system-icu, and
--enable-system-pixman configure flags. Add comments about why we
cannot (yet) add system cairo and sqlite, etc.
gnu: libxtst: Propagate libxi.
* gnu/packages/xorg.scm (libxtst): Move libxi to 'propagated-inputs'.
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.