Age | Commit message (Expand) | Author |
2015-04-04 | gnu: Add GD-SecurityImage....* gnu/packages/gd.scm (perl-gd-securityimage): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add PerlMagick....* gnu/packages/imagemagick.scm (perl-image-magick): New variable.
| Eric Bavier |
2015-04-04 | gnu: Add Perl GD....* gnu/packages/gd.scm (perl-gd): New variable.
| Eric Bavier |
2015-04-04 | gnu: gst-plugins-base: Enable GObjection introspection....* gnu/packages/gstreamer.scm (gst-plugins-base): Add gobject-introspection
to 'native-inputs'.
[arguments]<#:phases>: Rename patch-test-pb-utils to patch. Add
(setenv "CC" "gcc") to patch phase.
| 宋文武 |
2015-04-04 | gnu: gst-plugins-base: Move html documentation to 'doc' output....* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
[arguments]: Add #:configure-flags.
| 宋文武 |
2015-04-04 | gnu: gst-plugins-base: Propagate input gstreamer....* gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to
'propagated-inputs'.
| 宋文武 |
2015-04-04 | gnu: gstreamer: Move html documentation to 'doc' output....* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
[arguments]: Add #:configure-flags.
| 宋文武 |
2015-04-04 | gnu: gstreamer: Enable GObject introspection....* gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection
to 'native-inputs'.
[arguments]: New field.
| 宋文武 |
2015-04-03 | gnu: vte: Propagate GnuTLS....* gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to
'propagated-inputs'. Suggested by 宋文武 <iyzsong@gmail.com>.
| Ludovic Courtès |
2015-04-03 | gnu: vte: Update to 0.40.0....* gnu/packages/gnome.scm (vte): Update to 0.40.0. Add 'inputs' field.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo |
2015-04-03 | services: lsh: Change #:initialize? to default to #t....* gnu/services/ssh.scm (lsh-service): Change #:initialize? to default
to #t.
* doc/guix.texi (Using the Configuration System): Remove #:initialize? #t
from example.
(Networking Services): Adjust accordingly.
| Ludovic Courtès |
2015-04-03 | gnu: librep: Update to 0.92.5....* gnu/packages/sawfish.scm (librep): Update to 0.92.5.
* gnu/packages/patches/librep-rules.mk.patch: Remove.
| 宋文武 |
2015-04-03 | gnu: xorg: Add patch to fix sis driver crashes....* gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch: New file.
* gnu/packages/xorg.scm (xf86-video-sis): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Alex Kost |
2015-04-03 | packages: Fix typo....* gnu/packages.scm: Fix the name of an exported variable (%patch-path).
| Alex Kost |
2015-04-03 | gnu: Add libinput....* gnu/packages/freedesktop.scm (libinput): New variable.
| 宋文武 |
2015-04-02 | gnu: libva: Fix 'license' field....* gnu/packages/video.scm: Import (guix licenses) with the 'license:'
prefix and adjust 'license' fields accordingly. Fixes a bug whereby
libva was referring to the 'expat' package instead of the 'expat'
license.
| Ludovic Courtès |
2015-04-02 | gnu: Add Catalyst-Plugin-AccessLog....* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add DateTime....* gnu/packages/perl.scm (perl-datetime): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add DateTime-Locale....* gnu/packages/perl.scm (perl-datetime-locale): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add DateTime-TimeZone....* gnu/packages/perl.scm (perl-datetime-timezone): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add List-AllUtils....* gnu/packages/perl.scm (perl-list-allutils): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add Class-Singleton....* gnu/packages/perl.scm (perl-class-singleton): New variable.
| Eric Bavier |
2015-04-02 | gnu: Add Catalyst-DispatchType-Regex....* gnu/packages/web.scm (perl-catalyst-dispatchtype-regex): New
variable.
| Eric Bavier |
2015-04-02 | gnu: Add fcitx....* gnu/packages/fcitx.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| 宋文武 |
2015-04-02 | gnu: icecat: Apply fixes for CVE-2015-{0801,0807,0815,0816}....Actually, CVE-2015-0801 and CVE-2015-0816 were already patched in
4c153a9125fa0913077b06b5ed537958ae4ca163, but the corresponding CVEs
were not yet announced.
* gnu/packages/patches/icecat-bug-1146339.patch: Rename to ...
* gnu/packages/patches/icecat-CVE-2015-0801.patch: ... this.
* gnu/packages/patches/icecat-bug-1144991.patch: Rename to ...
* gnu/packages/patches/icecat-CVE-2015-0816.patch: ... this.
* gnu/packages/patches/icecat-CVE-2015-0807.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them, and adapt to renamed files.
* gnu/packages/gnuzilla.scm (icecat): Add patches, and adapt to renamed files.
| Mark H Weaver |
2015-04-01 | gnu: linux-libre: Update to 3.19.3....The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>.
* gnu/packages/patches/linux-libre-libreboot-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre): Update to version 3.19.3.
Add patch.
* gnu/packages/linux-libre-i686.conf,
gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x.
Co-Authored-By: Jason Self <j@jxself.org>
| Mark H Weaver |
2015-04-01 | services: syslog-service: Add 'config-file' argument....* gnu/services/base.scm (syslog-service): Add 'config-file' keyword
argument.
* doc/guix.texi (Base Services): Document it.
| Alex Kost |
2015-04-01 | gnu: Add clustal omega....* gnu/packages/bioinformatics.scm (clustal-omega): New variable.
| Ricardo Wurmus |
2015-04-01 | gnu: Add argtable....* gnu/packages/popt.scm (argtable): New variable.
| Ricardo Wurmus |
2015-04-01 | gnu: pulseaudio: Increase timeout on cpu-mix-test....* gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
| Mark H Weaver |
2015-03-31 | gnu: xterm: Update to 317....* gnu/packages/xorg.scm (xterm): Update to 317.
| Mark H Weaver |
2015-03-31 | gnu: pbtranscript-tofu: Add missing inputs....* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[inputs]: Add missing
runtime inputs.
| Ricardo Wurmus |
2015-03-31 | gnu: pbtranscript-tofu: Delete pre-built libraries....* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Delete
"build" directory and any shared objects after unpacking.
| Ricardo Wurmus |
2015-03-31 | gnu: Add python-networkx....* gnu/packages/python.scm (python-networkx, python2-networkx): New variables.
| Ricardo Wurmus |
2015-03-31 | gnu: Add python-decorator....* gnu/packages/python.scm (python-decorator, python2-decorator): New
variables.
| Ricardo Wurmus |
2015-03-31 | gnu: Add vcftools....* gnu/packages/bioinformatics.scm (vcftools): New variable.
| Ricardo Wurmus |
2015-03-31 | gnu: Add cutadapt....* gnu/packages/bioinformatics.scm (cutadapt): New variable.
| Ricardo Wurmus |
2015-03-31 | gnu: ngircd: Fix test suite....* gnu/packages/messaging.scm (ngircd): Overwrite getpid.sh with a more
reliable version.
| Taylan Ulrich Bayırlı/Kammer |
2015-03-31 | install: Create /var/tmp....Suggested by Mark H Weaver <mhw@netris.org>.
* gnu/build/install.scm (directives): Add /var/tmp.
| Ludovic Courtès |
2015-03-30 | gnu: Add missing copyright line....* gnu/packages/graphics.scm: Add copyright line for 87bafa0.
| Ludovic Courtès |
2015-03-30 | Revert "gnu: tzdata: Update to 2015b."...This reverts commit 41fd23334d9932c978579576fd86c5f89894c015.
| Mark H Weaver |
2015-03-30 | gnu: Add audacity....* gnu/packages/audacity.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Taylan Ulrich Bayırlı/Kammer |
2015-03-30 | gnu: portaudio: Patch for Audacity compatibility....* gnu/packages/audio.scm (portaudio): Add a patch for Audacity compatibility.
* gnu/packages/patches/portaudio-audacity-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Taylan Ulrich Bayırlı/Kammer |
2015-03-30 | gnu: tzdata: Update to 2015b....* gnu/packages/base.scm (tzdata): Update to 2015b.
| Mark H Weaver |
2015-03-29 | gnu: liba52: Pass --build to configure....* gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure.
| Mark H Weaver |
2015-03-29 | gnu: xbindkeys: Pass --build to configure....* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Pass --build to
configure.
| Mark H Weaver |
2015-03-29 | gnu: Add tocc....* gnu/packages/search.scm (libtocc, tocc): New variables.
| Eric Bavier |
2015-03-29 | gnu: Add UnQLite....* gnu/packages/databases.scm (unqlite): New variable.
| Eric Bavier |
2015-03-29 | gnu: Add Catch....* gnu/packages/check.scm (catch-framework): New variable.
| Eric Bavier |
2015-03-28 | gnu: linux-libre: Update to 3.18.10...* gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
| Jason Self |