Age | Commit message (Collapse) | Author |
|
* gnu/packages/mp3.scm (lame): New variable.
|
|
* gnu/packages/texlive.scm (texlive): Update to 2013.
|
|
* gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi, font-misc-misc,
font-schumacher-misc): Add configure flag to modify FONTROOTDIR.
|
|
* gnu/packages/fontutils.scm (fontconfig): Update to 2.10.93.
|
|
* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.19.
|
|
* gnu/packages/algebra.scm (mpfrcx): Update to 0.4.2.
|
|
* gnu/packages/algebra.scm (fplll): Update to 4.0.4.
|
|
* gnu/packages/emacs.scm (emacs): Enable input gtk+ instead of libXaw.
|
|
* gnu/packages/fontutils.scm (fontconfig): Add configure flag.
|
|
* gnu/packages/gtk.scm (gtk+): Modify description.
|
|
* gnu/packages/apr.scm: Rename file from libapr.scm.
* gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file
from libapr-skip-getservbyname-test.patch.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr.
* gnu-system.am (dist_patch_DATA): Rename patch file.
* gnu/packages/apr.scm (apr): Rename from libapr.
* gnu/packages/apr.scm (apr-util): Rename from libaprutil, change
input name.
* gnu/packages/version-control.scm (subversion): Change input name.
|
|
* gnu/packages/xnee.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/ddrescue.scm (ddrescue): Update to 1.17. Add lzip as a
native input.
|
|
* gnu/packages/compression.scm (lzip): New variable.
|
|
Fixes <http://bugs.gnu.org/14851>.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/linux.scm (linux-libre-urls): New procedure.
(linux-libre-headers, linux-libre): Use it.
|
|
Fixes <http://bugs.gnu.org/14890>.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/base.scm (tzdata): Update hash.
|
|
* gnu/packages/version-control.scm (subversion): Use the http:// URL
to work around <http://bugs.gnu.org/14884>. Reported by Mark Weaver
and Andreas Enge.
|
|
* gnu/packages/libphidget.scm (libphidget): Add `outputs' field.
|
|
* gnu/packages/libapr.scm (libapr): Upgrade to 1.4.8.
* gnu/packages/libapr.scm (libaprutil): Upgrade to 1.5.2.
|
|
* gnu/packages/gtk.scm (pango): Propagate input cairo.
* gnu/packages/gtk.scm (gtk+): Propagate inputs atk, gdk-pixbuf and pango;
drop input cairo, propagated through pango.
|
|
* gnu/packages/gtk.scm (pango): Propagate input harfbuzz.
* gnu/packages/gtk.scm (gtk+): New variable.
|
|
* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Add #:tests? #f.
|
|
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file.
* gnu/packages/plotutils.scm (plotutils): Add
`plotutils-libpng-jmpbuf.patch' as an input, and apply it.
|
|
* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.2.8.
|
|
* gnu/packages/libidn.scm (libidn): Upgrade to 1.28.
|
|
* gnu/packages/gnupg.scm (libgpg-error): Upgrade to 1.12.
(libassuan): Upgrade to 2.1.1.
|
|
* gnu/packages/help2man.scm (help2man): Upgrade to 1.43.3.
|
|
* gnu/packages/cdrom.scm (xorriso): Upgrade to 1.3.0.
|
|
* gnu/packages/autotools.scm (automake): Upgrade to 1.14.
|
|
* gnu/packages/libpng.scm (libpng): Upgrade to 1.5.17.
|
|
|
|
* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3.
Remove patch. Change `patch-tests' phase to use (which "sh'); keep it
regardless of whether we're cross compiling.
|
|
* gnu/packages/base.scm (tzdata): Upgrade to 2013d.
|
|
* gnu/packages/gcc.scm (gcc-4.7): Add `native-inputs' field.
(gcc-4.8): Remove outdated comment.
* gnu/packages/base.scm (gcc-boot0): Add `native-inputs' field.
|
|
* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add
`outputs' field.
|
|
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Delete "debug"
from OUTPUTS when STRIP-BINARIES? is false.
* gnu/packages/cross-base.scm (cross-libc): Leave `outputs' unchanged.
This reverts commit a4627d4.
|
|
* gnu/packages/cross-base.scm (cross-libc): Remove "debug" from the
`outputs' field.
|
|
* gnu/packages/base.scm (coreutils, gnu-make, glibc): Add a "debug" output.
* gnu/packages/bdw-gc.scm (libgc): Likewise.
* gnu/packages/guile.scm (guile-2.0): Likewise.
* gnu/packages/libffi.scm (libffi): Likewise.
* gnu/packages/multiprecision.scm (gmp, mpfr, mpc): Likewise.
|
|
* gnu/packages/noweb.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/qemu.scm (qemu-kvm): Add `--cc' configure option.
Add PIXMAN and ALSA-LIB as inputs.
(qemu): Upgrade to 1.5.1 Remove autotool hack for pixman. Patch
tests/libqtest.c. Remove Autoconf, Automake, and Libtool from the
inputs. Fix `home-page'.
|
|
* gnu/packages/lsh.scm (liboop): Fix home page. Improve `synopsis' and
`description'. Thanks to carl hansen <carlhansen1234@gmail.com>, who
raised it on bug-gsrc@gnu.org.
|
|
* gnu/packages/version-control.scm (vc-dwim): New variable.
|
|
* gnu/packages/rush.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file.
* gnu-system.am: Add it here...
* gnu/packages/gnutls.scm (gnutls): ... and use it here.
Thanks to Nikos Mavrogiannopoulos for providing this patch:
http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778
|
|
* gnu/packages/lout.scm (lout): Upgrade to 3.40.
|
|
* gnu/packages/lsh.scm (lsh): Upgrade to 2.1. Add Nettle as an input.
Remove now unneeded patches.
* gnu/packages/patches/lsh-guile-compat.patch,
gnu/packages/patches/lsh-no-root-login.patch,
gnu/packages/patches/lsh-pam-service-name.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove them.
|
|
* gnu/packages/cross-base.scm (gcc-configure-flags-for-triplet): Move to...
* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): ... here. New
procedure.
(gcc-4.7): Use it when (%current-target-system) is true.
|
|
* gnu/packages/cross-base.scm (gcc-configure-flags-for-triplet): New
procedure.
(cross-gcc): Use it.
(xgcc-mips64el): Use *-gnuabi64 instead of the N32 ABI.
|
|
* gnu/packages/make-bootstrap.scm (%binutils-static): Inherit configure
flags from BINUTILS.
|
|
* gnu/packages/make-bootstrap.scm (%gcc-static): Pass `-static' through
`LDFLAGS' when cross-compiling.
|