~ruther/guix-local

ref: 1be77eac08d33a316d0dd179fcfc2a8a6558aaf5 guix-local/gnu d---------
c23e9e48 — Andreas Enge 13 years ago
gnu: Add libmp3splt and mp3splt.

* gnu/packages/mp3.scm (libmp3split, mp3splt): New variables.
431f35f0 — Ludovic Courtès 13 years ago
gnu: make-bootstrap: Fix `%binutils-static-stripped'.

* gnu/packages/make-bootstrap.scm (%binutils-static-stripped): Add
  distinguishing `name' field.  Add `output' field to have a single
  "out" output (followup to 4873f8e).  Reported by Nikita.
eb0119ef — Andreas Enge 13 years ago
gnu: Add TeXLive.

* gnu/packages/texlive.scm: New file.
* Makefile.am (MODULES): Add it.
a6ef51e3 — Ludovic Courtès 13 years ago
gnu: Have MPFR and MPC propagate their input.

* gnu/packages/multiprecision.scm (mpfr): Change GMP to a propagated input.
  (mpc): Likewise for GMP and MPFR.
  Reported by Andreas Enge <andreas@enge.fr>.
10d1822b — Andreas Enge 13 years ago
gnu: Add PCRE (Perl Compatible Regular Expression).

* gnu/packages/pcre.scm: New file.
* Makefile.am (MODULES): Add it.
ef02e1e9 — Ludovic Courtès 13 years ago
gnu: Add GNU Guile-Ncurses.

* gnu/packages/guile.scm (guile-ncurses): New variable.
8cc9c0da — Andreas Enge 13 years ago
gnu: Add libid3tag.

* gnu/packages/mp3 (libid3tag): New variable.
d464e725 — Andreas Enge 13 years ago
gnu: Add libmad.

* gnu/packages/mp3.scm: New file.
* Makefile.am (MODULES): Add it.
9c63fe6c — Nikita Karetnikov 13 years ago
gnu: Add GNU Prolog.

* gnu/packages/gprolog.scm: New file.
* Makefile.am (MODULES): Add it.
58cc3b38 — Andreas Enge 13 years ago
gnu: Add libxslt.

* gnu/packages/xml.scm (libxslt): New variable.
38bbd61d — Ludovic Courtès 13 years ago
gnu: Fix invalid `license' fields.

* gnu/packages/acl.scm (acl): Change `license' field to refer to the
  `license' objects.
* gnu/packages/attr.scm (attr): Likewise.
* gnu/packages/compression.scm (xz): Likewise.
* gnu/packages/global.scm (global): Likewise.
* gnu/packages/linux.scm (linux-libre-headers): Likewise.
dc2e4b0e — Andreas Enge 13 years ago
gnu: Add libkate.

* gnu/packages/oggvorbis.scm (libkate): New variable.
* gnu/packages/oggvorbis.scm (vorbis-tools): Add input libkate.
9ae7865e — Andreas Enge 13 years ago
gnu: Add flac.

* gnu/packages/oggvorbis.scm (flac): New variable.
* gnu/packages/oggvorbis.scm (vorbis-tools): Add flac input.
* gnu/packages/patches/flac-fix-memcmp-not-declared.patch: New file.
f992ead2 — Ludovic Courtès 13 years ago
gnu: bigloo: Update tarball's hash.

* gnu/packages/scheme.scm (bigloo): Change hash.  The tarball was
  recently modified in-place (!).
1f73d3b4 — Andreas Enge 13 years ago
gnu: vorbis-tools: Enable ogg123.

* gnu/packages/oggvorbis.scm (vorbis-tools): Add inputs ao and curl.
76e38f0d — Andreas Enge 13 years ago
gnu: Add libao.

* gnu/packages/oggvorbis.scm (ao): New variable.
6b9105e5 — Andreas Enge 13 years ago
gnu: Add curl.

* gnu/packages/curl.scm: New file.
* Makefile.am (MODULES): Add it.
fe0b8a78 — Andreas Enge 13 years ago
gnu: Add openssh.

* gnu/packages/ssh.cm (openssh): New variable.
a9ebd9ef — Ludovic Courtès 13 years ago
store: Remove the `fixed?' parameter from `add-to-store'.

* guix/store.scm (add-to-store): Remove the `fixed?' parameter from the
  public interface.
* gnu/packages/bootstrap.scm, guix-download.in, guix/derivations.scm,
  guix/packages.scm, tests/derivations.scm: Update all callers
  accordingly.
2fbf053b — Andreas Enge 13 years ago
gnu: Add libssh2.

* gnu/packages/ssh.scm: New file.
* Makefile.am (MODULES): Add it.
Next