gnu: xorg: Add dri3proto. * gnu/packages/xorg.scm (dri3proto): New variable.
gnu: xf86-input-evdev: Add required input udev. * gnu/packages/xorg.scm (xf86-input-evdev): Add input udev.
gnu: setxkbmap: Use xkeyboard-config as default config root. * gnu/packages/xorg.scm (setxkbmap): Add 'xkeyboard-config' as an input. Pass --with-xkb-config-root to configure.
services: lsh: Fix activation script. * gnu/services/ssh.scm (lsh-service)[activate]: Import (guix build utils) for 'mkdir-p'.
gnu: Add xsensors. * gnu/packages/linux.scm (xsensors): New variable.
gnu: Add lm-sensors. * gnu/packages/patches/lm-sensors-hwmon-attrs.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (lm-sensors): New variable.
gnu: Add rrdtool. * gnu/packages/rrdtool.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: Add stress. * gnu/packages/admin.scm (stress): New variable.
gnu: curl: Update to 7.37.1. * gnu/packages/curl.scm (curl): Update to 7.37.1. Remove patch. * gnu/packages/patches/curl-fix-test172.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove patch.
gnu: gnurl: Update to 7.37.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.37.0.
gnu: notmuch: Update to 0.18.1. * gnu/packages/mail.scm (notmuch): Update to 0.18.1.
gnu: xapian: Update to 1.2.18. * gnu/packages/search.scm (xapian): Update to 1.2.18.
gnu: transmission: Update to 2.84. * gnu/packages/bittorrent.scm (transmission): Update to 2.84.
gnu: Add acpica. * gnu/packages/admin.scm (acpica): New variable.
gnu: Add flashrom. * gnu/packages/patches/flashrom-use-libftdi1.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/admin.scm (flashrom): New variable.
gnu: libftdi: Fix mistakes in package description. * gnu/packages/libftdi.scm (libftdi): Change 'libusb' from a 'native-input' to a normal 'input'. Fix the 'home-page' and 'license' fields.
gnu: ffmpeg: Update to 2.3.1. * gnu/packages/video.scm (ffmpeg): Update to 2.3.1.
gnu: tor: Update to 0.2.4.23. * gnu/packages/tor.scm (tor): Update to 0.2.4.23.
gnu: ffmpeg and vlc: Rely on runtime cpu detection. * gnu/packages/video.scm (ffmpeg): Pass "--enable-runtime-cpudetect" to configure. Do not disable use of processor features that can be detected at runtime. (vlc): Rely on runtime cpu detection. Do not disable use of processor features that can be detected at runtime.
gnu: mplayer: Enable runtime cpu detection. * gnu/packages/video.scm (mplayer): Pass --enable-runtime-cpudetection to configure on supported platforms, as well as a suitable --target.