~ruther/guix-local

8d30be32 — Mark H Weaver 11 years ago
Revert "gnu: tzdata: Update to 2015b."

This reverts commit 41fd23334d9932c978579576fd86c5f89894c015.
147479c9 — Taylan Ulrich Bayırlı/Kammer 11 years ago
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.
b47be021 — Taylan Ulrich Bayırlı/Kammer 11 years ago
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.
41fd2333 — Mark H Weaver 11 years ago
gnu: tzdata: Update to 2015b.

* gnu/packages/base.scm (tzdata): Update to 2015b.
e930c2a3 — Mark H Weaver 11 years ago
gnu: liba52: Pass --build to configure.

* gnu/packages/video.scm (liba52)[arguments]: Pass --build to configure.
18ad5bff — Mark H Weaver 11 years ago
gnu: xbindkeys: Pass --build to configure.

* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Pass --build to
  configure.
2242ff45 — Ludovic Courtès 11 years ago
gexp: Slightly simplify 'lower-inputs'.

* guix/gexp.scm (lower-inputs): Simplify first case by removing the
  'input' binding.
d9ae938f — Ludovic Courtès 11 years ago
gexp: Add 'local-file'.

* guix/gexp.scm (<local-file>): New record type.
  (local-file): New procedure.
  (local-file-compiler): New compiler.
  (gexp->sexp) <struct? thing>: Handle the case where 'lower' returns a
  file name.
  (text-file*): Update docstring.local-file doc
* tests/gexp.scm ("one local file", "gexp->derivation, local-file"): New
  tests.
* doc/guix.texi (G-Expressions): Mention local files early.  Document
  'local-file'.  Update 'text-file*' documentation.
b39fc6f7 — Ludovic Courtès 11 years ago
doc: Update gexp wrt. extensibility.

This is a followup to bcb1328.

* doc/guix.texi (G-Expressions): Move paragraph about extensibility
  below.  Remove assumptions that things are either packages or
  derivations.
065b7954 — Eric Bavier 11 years ago
gnu: Add tocc.

* gnu/packages/search.scm (libtocc, tocc): New variables.
b4a9c924 — Eric Bavier 11 years ago
gnu: Add UnQLite.

* gnu/packages/databases.scm (unqlite): New variable.
3bfc99c7 — Eric Bavier 11 years ago
gnu: Add Catch.

* gnu/packages/check.scm (catch-framework): New variable.
2babe98e — Jason Self 11 years ago
gnu: linux-libre: Update to 3.18.10

* gnu/packages/linux.scm (linux-libre): Update to version 3.18.10.
1c1178cd — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add mpv.

* gnu/packages/video.scm (mpv): New variable.
6f6c8b65 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add vapoursynth.

* gnu/packages/video.scm (vapoursynth): New variable.
d814be32 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add tesseract-ocr.

* gnu/packages/ocr.scm (tesseract-ocr): New variable.
9e617a54 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Rename (gnu packages ocrad) to (gnu packages ocr).

* gnu/packages/ocrad.scm: Deleted.
* gnu/packages/ocr.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
894e2cba — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add leptonica.

* gnu/packages/image.scm (leptonica): New variable.
060ad3de — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add libwebp.

* gnu/packages/image.scm (libwebp): New variable.
9b5db9be — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: freeglut: Add mesa to propagated inputs.

* gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
Next