~ruther/guix-local

b0a2addd — nikita 9 years ago
gnu: libextractor: Add dependencies.

* gnu/packages/gnunet.scm (libextractor): Add dependencies:
tidy-html, libmp4v2, libsmf, bzip2.
[arguments](configure-flags): Add "--with-libtidy".
* Adjust the FIXME comment section accordingly.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
a4f05b46 — nikita 9 years ago
gnu: Add libsmf.

* gnu/packages/music.scm (libsmf): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
1ad3c7f2 — nikita 9 years ago
gnu: Add tidy-html.

* gnu/packages/web.scm (tidy-html): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
3a44c7bb — nikita 9 years ago
gnu: Add libmp4v2.

* gnu/packages/video.scm (libmp4v2): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
e0c752f9 — Marius Bakke 9 years ago
gnu: xf86-input-libinput: Update to 0.24.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.24.0.
233a0c94 — Marius Bakke 9 years ago
gnu: lua: Update to 5.3.4.

* gnu/packages/lua.scm (lua): Update to 5.3.4.
65064909 — Marius Bakke 9 years ago
gnu: libvpx: Update to 1.6.1.

* gnu/packages/video.scm (libvpx): Update to 1.6.1.
* gnu/packages/patches/libvpx-CVE-2016-2818.patch: Adjust to indentation changes.
206af46f — Ben Woodcroft 9 years ago
gnu: vsearch: Update to 2.4.0.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.0.
[source]: Convert most operations in the snippet to patch form and adjust
for 2.4.0.
* gnu/packages/patches/vsearch-unbundle-cityhash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
c8916c33 — Carlos Sánchez de La Lama 9 years ago
gnu: bash-minimal: Assume getcwd works correctly when cross-compiling

* gnu/packages/bash.scm (bash-minimal): Assume getcwd works correctly
when cross compiling.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
98c8b963 — Efraim Flashner 9 years ago
gnu: mpv: Disable build date.

* gnu/packages/video.scm (mpv)[arguments]: Add '--disable-build-date' to
the configure-flags.
f4b7cb88 — Efraim Flashner 9 years ago
gnu: ffmpeg: Update to 3.2.3.

* gnu/packages/video.scm (ffmpeg): Update to 3.2.3.
3548b83d — Efraim Flashner 9 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.9-P6.

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P6.
ba8b9f8d — Marius Bakke 9 years ago
gnu: databases.scm: Use license: prefix.

* gnu/packages/databases.scm (4store, gdbm, bdb, bdb-5.3, mysql, mariadb,
  postgresql, qdbm, rocksdb, sparql-query, sqlite, perl-dbi, redis,
  unixodbc, kyotocabinet, wiredtiger): Use license: prefix.
06a035db — Marius Bakke 9 years ago
gnu: databases.scm: Sort package imports.

* gnu/packages/databases.scm (gnu): Sort module imports.
77e52190 — Marius Bakke 9 years ago
gnu: rocksdb: Update to 5.1.2.

* gnu/packages/databases.scm (rocksdb): Update to 5.1.2.
[native-inputs]: Add WHICH.
507809be — Marius Bakke 9 years ago
gnu: weechat: Make sure it finds the correct python.

Fixes <https://bugs.gnu.org/21879>.

* gnu/packages/irc.scm (weechat)[arguments]: Drop 'set-python-file-name' phase
in favor of a 'wrap' phase.
bafd5bea — Marius Bakke 9 years ago
gnu: bind: Update to 9.10.4-P6.

* gnu/packages/dns.scm (bind): Update to 9.10.4-P6.
cce0da5e — Thomas Danckaert 9 years ago
gnu: Add vinagre.

* gnu/packages/gnome.scm (vinagre): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2149d3e3 — Thomas Danckaert 9 years ago
gnu: Add freerdp.

* gnu/packages/rdesktop.scm (freerdp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4eaac4b7 — Ludovic Courtès 9 years ago
import: pypi: Correctly handle multiple-URL origins.

Fixes <https://bugs.gnu.org/25635>.
Reported by Sergei Trofimovich <slyfox@inbox.ru>.

* guix/import/pypi.scm (guix-package->pypi-name)[url->pypi-name]: New
procedure.
Rewrite body to match lists in addition to strings.
* tests/pypi.scm ("guix-package->pypi-name, several URLs"): New test.
Next