gnu: lirc: Update to 0.9.3. * gnu/packages/lirc.scm (lirc): Update to 0.9.3. [native-inputs]: Add "libxslt".
gnu: qt-4: Disable webkit build. * gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code and drop one patch used previously for webkit. [arguments]: Add configure flag to disable building the webkit module. * gnu/packages/patches/qt4-tests.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Partially fixes <http://bugs.gnu.org/21288>.
gnu: libqtxdg: Fix download location. * gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
gnu: liblxqt: Fix download location. * gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location. [description]: Fix typo.
gnu: Add lxqt-session. * gnu/packages/lxqt.scm (lxqt-session): New variable.
gnu: Add lxqt-common. * gnu/packages/lxqt.scm (lxqt-common): New variable.
gnu: liblxqt: Fix download location. * gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release exclusively; drop the alternative URI for .tar.gz and correct the hash.
gnu: Add file-roller. * gnu/packages/gnome.scm (file-roller): New variable.
gnu: vsearch: Restrict supported systems to x86_64-linux. * gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict to x86_64-linux. Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: libmicrohttpd: Update to 0.9.44. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44.
gnu: eigen: Update to 3.2.6. * gnu/packages/algebra.scm (eigen): Update to 3.2.6.
gnu: valgrind: Enable the arm architecture during configuration. * gnu/packages/patches/valgrind-enable-arm.patch: New file. * gnu/packages/valgrind.scm (valgrind)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Enable patch.
gnu: valgrind: Update to 3.11.0. * gnu/packages/valgrind.scm (valgrind): Update to 3.11.0. [source]: Remove the patches * gnu/packages/patches/valgrind-glibc-2.22.patch, gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files. * gnu-system.am (dist_patch_DATA): Unregister the patches.
gnu: glpk: Update to 4.56. * gnu/packages/maths.scm (glpk): Update to 4.56.
gnu: freeimage: Add fix for CVE-2015-0852. * gnu/packages/patches/freeimage-CVE-2015-0852.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch.
gnu: freeimage: Update to 3.17.0. * gnu/packages/image.scm (freeimage): Update to 3.17.0. [source]: Use 'string-concatenate' in URI computation.
gnu: openjpeg-2.x: Add fix for use-after-free in opj_j2k_write_mco. * gnu/packages/patches/openjpeg-use-after-free-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch. [home-page]: Update.
gnu: clipper: Add 'file-name' field to source origin. * gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name.
gnu: orc: Update to 0.4.24. * gnu/packages/gstreamer.scm (orc): Update to 0.4.24.
gnu: Add python-xlrd. * gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>