guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (4908ae4 -> dea9110)


From: Ludovic Courtès
Subject: branch master updated (4908ae4 -> dea9110)
Date: Wed, 7 Dec 2016 09:23:36 +0000 (UTC)

civodul pushed a change to branch master
in repository guix.

      from  4908ae4   gnu: zynaddsubfx: Update to 3.0.1.
       new  9747d18   doc: Correct example for 'wpa-supplicant-service-type'.
       new  cf0ef07   gnu: Add mingw-w64.
       new  cba36e6   gnu: cross-base: Add i686-w64-mingw32 target.
       new  4dab8c5   gnu: Add function libiconv-if-needed.
       new  d788fcd   gnu: libunistring: support mingw: propagate libiconv if 
needed.
       new  7f1c32f   gnu: gmp: build shared library for mingw.
       new  d230cf6   gnu: ncurses: support mingw.
       new  ae12d58   gnu: readline: support mingw.
       new  88da729   gnu: guile-2.0: support mingw.
       new  dea9110   hydra: Add "i686-w64-mingw32" as a cross-compilation 
target.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/hydra/gnu-system.scm                     |   11 +-
 doc/guix.texi                                      |    5 +-
 gnu/local.mk                                       |    4 +
 gnu/packages/base.scm                              |   13 +-
 gnu/packages/cross-base.scm                        |  309 +++++++++++++-------
 gnu/packages/guile.scm                             |   13 +-
 gnu/packages/libunistring.scm                      |    6 +-
 gnu/packages/mingw.scm                             |   84 ++++++
 gnu/packages/multiprecision.scm                    |    9 +-
 gnu/packages/ncurses.scm                           |  231 ++++++++-------
 .../patches/gcc-4.9.3-mingw-gthr-default.patch     |   11 +
 .../patches/mingw-w64-5.0rc2-gcc-4.9.3.patch       |  218 ++++++++++++++
 gnu/packages/patches/readline-7.0-mingw.patch      |   28 ++
 gnu/packages/readline.scm                          |   14 +-
 guix/utils.scm                                     |    5 +
 15 files changed, 745 insertions(+), 216 deletions(-)
 create mode 100644 gnu/packages/mingw.scm
 create mode 100644 gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch
 create mode 100644 gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch
 create mode 100644 gnu/packages/patches/readline-7.0-mingw.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]