Age | Commit message (Collapse) | Author |
|
* gnu/packages/package-management.scm (guix-devel): New variable.
|
|
* gnu/packages/aidc.scm: Use (gnu packages image).
|
|
* gnu/packages/games.scm (talkfilters): New variable.
|
|
* gnu/packages/aidc.scm (qrencode): New variable.
|
|
* gnu/packages/image.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add image.scm and remove libjpeg.scm,
libpng.scm, and libtiff.scm.
* gnu/packages/libjpeg.scm, gnu/packages/libpng.scm, gnu/packages/libtiff.scm:
Delete files.
* gnu/packages/emacs.scm gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnustep.scm, gnu/packages/gnuzilla.scm,
gnu/packages/graphviz.scm, gnu/packages/gtk.scm,
gnu/packages/imagemagick.scm, gnu/packages/inkscape.scm,
gnu/packages/netpbm.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm,
gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/scheme.scm,
gnu/packages/sdl.scm, gnu/packages/slim.scm, gnu/packages/tcl.scm,
gnu/packages/texlive.scm, gnu/packages/video.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Use (gnu packages image) module.
|
|
* gnu/packages/video.scm (ffmpeg): Add libvpx input.
|
|
* gnu-system.am (GNU_SYSTEM_MODULES): Add crypto.scm.
* gnu/packages/crypto.scm: New file.
|
|
* gnu/packages/gl.scm (guile-opengl): New variable.
|
|
* gnu/packages/video.scm (libvpx): New variable.
|
|
* gnu/packages/aidc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/cursynth.scm (cursynth)[source]: Upgrade to 1.5. New
'patches' field.
* gnu/packages/patches/cursynth-wave-rand.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Upgrade to 0.9.37.
|
|
* gnu/packages/gnupg.scm (gnupg): Upgrade to 2.0.24.
(gnupg-1): Upgrade to 1.4.17.
|
|
* gnu/packages/gnupg.scm (libgpg-error): Upgrade to 1.13.
|
|
* gnu/packages/nano.scm (nano): Upgrade to 2.3.4.
|
|
* gnu/packages/lightning.scm (lightning): Upgrade to 2.0.4.
|
|
* gnu/packages/disk.scm (ddrescue): Upgrade to 1.18.1.
|
|
* gnu/packages/guile.scm (mcron): Upgrade to 1.0.8.
|
|
* gnu/packages/gnutls.scm (libtasn1): Upgrade to 3.6.
|
|
* gnu/packages/nettle.scm (nettle-3): New variable.
|
|
* gnu/packages/parallel.scm (parallel)[source]: Upgrade to 20140622.
|
|
* gnu/packages/moe.scm (moe)[source]: Upgrade to 1.6.
Add 'native-inputs' field.
|
|
* gnu/packages/pulseaudio.scm (json-c): Move to...
* gnu/packages/web.scm (json-c): ... here. New variable.
|
|
* gnu/packages/pulseaudio.scm (json-c)[source]: Upgrade to 0.12. Add
'modules' and 'snippet' fields.
|
|
* gnu/packages/mail.scm (notmuch): New variable.
|
|
gnu/packages/screen.scm (dtach): New variable.
|
|
* gnu/packages/samba.scm (talloc): New variable.
|
|
* gnu/packages/patches/kmod-module-directory.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (kmod)[origin]: Use it.
|
|
* gnu/packages/linux.scm (udev): New variable.
* gnu/packages/patches/udev-gir-libtool.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (kmod): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/man.scm (man-pages): Upgrade to 3.69.
|
|
* gnu/packages/gnupg.scm (gnupg): Upgrade to 2.0.23.
|
|
* gnu/packages/global.scm (global): Upgrade to 6.3.
|
|
|
|
* gnu/packages/base.scm (canonical-package): New procedure.
* gnu/system.scm (%base-packages): Pass BASH, COREUTILS, FINDUTILS,
GREP, and SED through 'canonical-package'.
|
|
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add Coreutils and sed only
when (%current-target-system) is true.
|
|
Reported by "d00000" on #guix.
* gnu/packages/tor.scm (privoxy)[arguments]: Add #:configure-flags.
|
|
* gnu/packages/gawk.scm (gawk): Work around a build problem on MIPS.
|
|
* gnu/packages/linux.scm (linux-libre): Upgrade to 3.15.
|
|
* gnu/packages/linux.scm (kbd)[source]: Add 'modules' and 'snippet'
fields.
|
|
* gnu/packages/patches/guile-ncurses-tests.patch: New file.
* gnu/packages/guile.scm (guile-ncurses)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/icu4c.scm (icu4c): Upgrade to 53.1.
|
|
* gnu/packages/patches/icu4c-test-date-format.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[source]: Use it.
|
|
* gnu/packages/qemu.scm (qemu-headless)[inputs]: Remove SAMBA.
[arguments]: Remove --smbd configure flag.
|
|
This reverts commit 953c9fcf8c1a2e0cbebadd9c07591caed7d26f8a. It turns
out that most packages (guile-ncurses, cursynth, aumix, util-linux,
etc.) expect libncurses to provide everything. So they had to be
patched to add -ltinfow to their LDFLAGS, which is counterproductive.
Other recent distros take that approach---e.g.,
<https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/259139>.
|
|
* gnu/packages/apr.scm (apr)[arguments]: New field.
|
|
* gnu/packages/base.scm (grep-final): New variable.
(%boot5-inputs): Add it.
(%final-inputs): Use it.
|
|
* gnu/packages/cook.scm: New file.
* gnu-system.am: New file cook.scm.
|
|
This is a followup to 6b9229c.
* gnu/packages/gcc.scm (gcc-4.7): Turn 'install-target' into a thunk,
so (%current-target-system) is current.
|
|
|