~ruther/guix-local

e9aa8d0c — Andreas Enge 10 years ago
gnu: Fix ambiguity between openssl package and license in tls module.

* gnu/packages/tls.scm: Prefix imported licenses.
90e1cdae — Mark H Weaver 10 years ago
gnu: icecat: Add support for WebGL, CUPS, Hunspell, startup-notification, etc.

Also remove most bundled libraries from the source, add comments about
libraries yet to be unbundled, explicitly link libxul.so with libraries that
might try (and fail) to dlopen, and remove the h264parse gstreamer module from
the blacklist.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add snippet.
  [inputs]: Add cups, gdk-pixbuf, glib, hunspell, libcanberra, libgnome,
  libxinerama, libxscrnsaver, mit-krb5, and startup-notification.
  [arguments]<#:configure-flags>: add "--enable-default-toolkit=cairo-gtk2",
  "--enable-pango", "--enable-gio", "--enable-svg", "--enable-canvas",
  "--enable-mathml", "--enable-startup-notification", "--disable-gnomevfs",
  "--disable-gconf", "--disable-gnomeui", and "--enable-system-hunspell".
  Remove outdated comment about "--with-system-bz2" not being used.
  <#:phases>: Use 'modify-phases'.  Add 'remove-h264parse-from-blacklist'
  and 'arrange-to-link-libxul-with-libraries-it-might-dlopen' phases.
cc2b77df — Andreas Enge 10 years ago
gnu: Move content of openssl module into tls module.

* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
  cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
  gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
  networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
  python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
  synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
  w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
a7fd7b68 — Andreas Enge 10 years ago
gnu: Rename module gnutls to tls.

* gnu/packages/gnutls.scm: Rename to...
* gnu/packages/tls.scm: ... this.  Change module name accordingly.
* gnu/packages/{admin.scm, cups.scm, curl.scm, dc.scm, dns.scm, emacs.scm,
  ftp.scm, gnome.scm, gnunet.scm, gnupg.scm, gsasl.scm, lynx.scm,
  mail.scm, messaging.scm, package-management.scm, shishi.scm,
  task-management.scm, version-control.scm, video.scm, vpn.scm,
  webkit.scm, weechat.scm, wget.scm, wine.scm, xml.scm}: Adapt module
  import to new name.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename gnutls module to tls.
a351c7c1 — Andreas Enge 10 years ago
gnu: avidemux: Drop version 2.5.

* gnu/packages/video.scm (avidemux-2.5): Delete variable.
af860475 — Ben Woodcroft 10 years ago
gnu: Add prodigal.

* gnu/packages/bioinformatics.scm (prodigal): New variable.
151714ca — Ricardo Wurmus 10 years ago
gnu: shogun: Build with install RPATH.

* gnu/packages/bioinformatics.scm (shogun)[arguments]: Add configure flag to
  build with install RPATH.
e4fef9df — Ludovic Courtès 10 years ago
gnu: englightenment: Use https URLs.

* gnu/packages/enlightenment.scm (efl, elementary, emotion-generic-players,
  terminology, enlightenment): Use https instead of http since the latter
  redirects to the former.
c4f8a7aa — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.19.5.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.5.
88988b41 — Efraim Flashner 10 years ago
gnu: emotion-generic-loaders: Update to 1.14.0.

* gnu/packages/enlightenment.scm (emotion-generic-loaders): Update
  to 1.14.0.
7b09969b — Efraim Flashner 10 years ago
gnu: evas-generic-loaders: Update to 1.14.0.

* gnu/packages/enlightenment.scm (evas-generic-loaders): Update
  to 1.14.0.
0179686d — Efraim Flashner 10 years ago
gnu: elementary: Update to 1.14.2.

* gnu/packages/enlightenment.scm (elementary): Update to 1.14.2.
7e22d6fe — Efraim Flashner 10 years ago
gnu: efl: Update to 1.14.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.14.2.
022170dc — pjotrp 10 years ago
gnu: Add ruby-rake-compiler.

* gnu/packages/ruby.scm (ruby-rake-compiler): New variable.
80e907fe — Ricardo Wurmus 10 years ago
gnu: eigen: Update to 3.2.5.

* gnu/packages/algebra.scm (eigen): Update to 3.2.5.
4463c0d2 — Mark H Weaver 10 years ago
gnu: icecat: Fix CVE-2015-{2722,2724,2728,2733,2735,2736,2738,2739,2740,2743}.

* gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch,
  gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2735.patch,
  gnu/packages/patches/icecat-CVE-2015-2736.patch,
  gnu/packages/patches/icecat-CVE-2015-2738.patch,
  gnu/packages/patches/icecat-CVE-2015-2739.patch,
  gnu/packages/patches/icecat-CVE-2015-2740.patch,
  gnu/packages/patches/icecat-CVE-2015-2743.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
4cd86f5d — Alex Kost 10 years ago
Add '.mailmap'.

* .mailmap: New file.
e7c48ee9 — Alex Kost 10 years ago
Clean up 'THANKS' and 'AUTHORS'.

* THANKS: Add Konrad Hinsen, Cyprien Nicolas, Yakkala Yagnesh Raghava
  and Alexander Shendi.  Remove Federico Beffa, Marek Benc, John
  Darrington, rekado, Cyrill Schenkel and Andy Wingo because they are
  placed in AUTHORS.  Move Amirouche Boubekki and Alex Kost to ...
* AUTHORS: ... here.  Add Arne Babenhauserheide, Ian Denhardt, Kevin
  Lemonnier, Mathieu Lirzin, Pierre-Antoine Rault and Ben Woodcroft.
  Fix some names and emails.
257b6c43 — Andreas Enge 10 years ago
gnu: unrtf: Fix download location.

* gnu/packages/unrtf.scm (unrtf): Fix download location.
b05d1c68 — Ricardo Wurmus 10 years ago
gnu: r: Replace "atlas" with "openblas".

* gnu/packages/statistics.scm (r)[inputs]: Replace "atlas" with "openblas".
Next