Skip to content
Snippets Groups Projects
  1. Jan 29, 2016
  2. Jan 28, 2016
    • Efraim Flashner's avatar
      gnu: ffmpeg: Add hardware acceleration, opengl support. · f88f0d20
      Efraim Flashner authored
      * gnu/packages/video.scm (ffmpeg)[inputs]: Add libvdpau, libx11, mesa.
      [arguments]: Add configure-flags '--enable-opengl' '--enable-x11grab'.
      f88f0d20
    • Mathieu Lirzin's avatar
      Update .gitignore. · 8a76e5ff
      Mathieu Lirzin authored
      * .gitignore: Sort lines.  Use globbing for "*.{eps,pdf,png,tar.xz}"
      files.
      8a76e5ff
    • Mathieu Lirzin's avatar
      build: Use 'GEN' and 'at' silent rules. · e71ad29d
      Mathieu Lirzin authored
      * daemon.am (nix/libstore/schema.sql.hh, etc/guix-daemon.service)
      (etc/guix-daemon.conf): Use $(AM_V_GEN).
      * doc.am (doc/os-config-%.texi, .png.eps): Likewise.
      * Makefile.am (guix-binary.%.tar.xz, gen-ChangeLog, gen-AUTHORS):
      Likewise.
      (assert-binaries-available, assert-final-inputs-self-contained)
      (assert-no-store-file-names, sync-descriptions): Use $(AM_V_at).
      e71ad29d
    • Mathieu Lirzin's avatar
      build: Remove guix-autoloads.el from the distribution. · 54523748
      Mathieu Lirzin authored
      * emacs.am [HAVE_EMACS] (dist_lisp_DATA): Move $(AUTOLOADS) to ...
      [HAVE_EMACS] (nodist_lisp_DATA): ... here.
      (CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS).
      54523748
    • Mathieu Lirzin's avatar
      build: Add 'HELP2MAN' silent rule. · 8dddedf7
      Mathieu Lirzin authored
      * Makefile.am (AM_V_HELP2MAN, AM_V_HELP2MAN_, AM_V_HELP2MAN_0): New
      variables.
      * doc.am (subcommand-manual-target, doc/guix.1, doc/guix-daemon.1): Use
      $(AM_V_HELP2MAN).
      8dddedf7
    • Mathieu Lirzin's avatar
      build: Add 'EMACS' silent rule. · 71ed439b
      Mathieu Lirzin authored
      * Makefile.am (AM_V_EMACS, AM_V_EMACS_, AM_V_EMACS_0): New variables.
      * emacs.am [HAVE_EMACS] ($(AUTOLOADS)): Use $(AM_V_EMACS).
      71ed439b
    • Mathieu Lirzin's avatar
      build: Add 'DOT' silent rule. · 4c48878d
      Mathieu Lirzin authored
      * Makefile.am (AM_V_DOT, AM_V_DOT_, AM_V_DOT_0): New variables.
      * doc.am (.dot.png, .dot.pdf, .dot.eps): Use $(AM_V_DOT).
      4c48878d
    • Mathieu Lirzin's avatar
      build: Add 'DL' silent rule. · 8c3d8894
      Mathieu Lirzin authored
      * Makefile.am (AM_V_DL, AM_V_DL_, AM_V_DL_0): New variables.
      * gnu-system.am (gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz)
      (gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz)
      (gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz)
      (gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Use $(AM_V_DL).
      * build-aux/download.scm: Print a line break between target and origin.
      8c3d8894
    • Mathieu Lirzin's avatar
      packages: Use '@' in package record printers. · 74e667d1
      Mathieu Lirzin authored
      * guix/packages.scm <package>: Use '@' in record printer.
      * guix/import/cabal.scm <cabal-package>: Likewise
      * guix/import/elpa.scm <elpa-package>: Likewise.
      * tests/packages.scm: Adapt to it.
      74e667d1
    • Mathieu Lirzin's avatar
      lint: Rewrite 'check-patch-file-names'. · f3044a4b
      Mathieu Lirzin authored
      * guix/scripts/lint.scm (check-patch-file-names): Improve clarity by
      reversing the logic.
      f3044a4b
    • Mathieu Lirzin's avatar
      lint: Remove an unneeded clause in 'check-patch-file-names'. · 90ca9186
      Mathieu Lirzin authored
      * guix/scripts/lint.scm (check-patch-file-names): Don't check if patches
      start with the package full name since matching the package name (which
      is a prefix of the full name) is sufficient.
      90ca9186
    • Mathieu Lirzin's avatar
      tests: Use 'dummy-origin' for lint tests when possible. · 052d53df
      Mathieu Lirzin authored
      * guix/tests/lint.scm ("patches: file names", "patches: not found"): Use
      'dummy-origin'.  'sha256' field was wrongly set to a string instead of a
      bytevector.
      052d53df
    • Leo Famulari's avatar
      gnu: icedtea-7: Update to 2.6.4. · 03675cad
      Leo Famulari authored
      Fixes CVE-2015-{7575, 8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483,
      0494}.
      
      * gnu/packages/java.scm (icedtea-7): Update to 2.6.4.
      03675cad
    • Leo Famulari's avatar
      gnu: icedtea-6: Update to 1.13.10. · 559239af
      Leo Famulari authored
      Fixes CVE-2015-{8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483, 0494}.
      
      * gnu/packages/java.scm (icedtea-6): Update to 1.13.10.
      559239af
    • Mark H Weaver's avatar
      Merge branch 'core-updates' · 593c366b
      Mark H Weaver authored
      593c366b
    • Ludovic Courtès's avatar
      gnu: shepherd: Update to 0.3. · 133056bd
      Ludovic Courtès authored
      * gnu/packages/admin.scm (shepherd): Update to 0.3.
      133056bd
    • Mark H Weaver's avatar
      gnu: icecat: Add fixes for CVE-2016-{1930,1935} and other bugs. · 29a78014
      Mark H Weaver authored
      * gnu/packages/patches/icecat-CVE-2016-1930-pt01.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt02.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt03.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt04.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt05.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt06.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt07.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt08.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt09.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt10.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt11.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt12.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt13.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt14.patch,
        gnu/packages/patches/icecat-CVE-2016-1930-pt15.patch,
        gnu/packages/patches/icecat-CVE-2016-1935.patch,
        gnu/packages/patches/icecat-bug-1146335-pt1.patch,
        gnu/packages/patches/icecat-bug-1146335-pt2.patch,
        gnu/packages/patches/icecat-limit-max-buffers-size-for-ANGLE.patch: New
        files.
      * gnu-system.am (dist_patch_DATA): Add them.
      * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
      29a78014
  3. Jan 27, 2016
Loading