[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-285-g927377b
by Werner Koch
cvs at cvs.gnupg.org
Fri Jan 10 19:03:35 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 927377bc91288d121a7d8bdbb3c32d8fc728e9fb (commit)
from 1dbf4a7573acf60cb3cfb8b7365c103080138345 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 927377bc91288d121a7d8bdbb3c32d8fc728e9fb
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jan 9 19:14:09 2014 +0100
speedo: Add support for gpgex.
--
Speedo is now able to build gpgex for Windows. Building gpa for
Windows does not yet work due to a bunch of other dependencies.
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index f18ca44..4870256 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -53,7 +53,16 @@ TARGETOS=native
MAKE_J=3
# The packages that should be built. The order is also the build order.
-speedo_spkgs = libgpg-error npth libgcrypt libassuan libksba gnupg gpgme gpa
+speedo_spkgs = libgpg-error npth libgcrypt libassuan libksba gnupg gpgme
+
+ifneq ($(TARGETOS),w32)
+speedo_spkgs += gpa
+endif
+
+ifeq ($(TARGETOS),w32)
+speedo_spkgs += gpgex
+endif
+
# Version numbers of the released packages
# Fixme: Take the version numbers from gnupg-doc/web/swdb.mac
@@ -65,6 +74,7 @@ libksba_ver = 1.3.0
gnupg_ver = 2.0.22
gpgme_ver = 1.5.0
gpa_ver = 0.9.5
+gpgex_ver = 1.0.0
# The GIT repository. Using a local repo is much faster.
#gitrep = git://git.gnupg.org
@@ -104,7 +114,7 @@ ifeq ($(WHAT),git)
speedo_pkg_libassuan_git = $(gitrep)/libassuan
speedo_pkg_libassuan_gitref = master
speedo_pkg_libgcrypt_git = $(gitrep)/libgcrypt
- speedo_pkg_libgcrypt_gitref = master
+ speedo_pkg_libgcrypt_gitref = LIBGCRYPT-1-6-BRANCH
speedo_pkg_libksba_git = $(gitrep)/libksba
speedo_pkg_libksba_gitref = master
speedo_pkg_gnupg_git = $(gitrep)/gnupg
@@ -113,6 +123,8 @@ ifeq ($(WHAT),git)
speedo_pkg_gpgme_gitref = master
speedo_pkg_gpa_git = $(gitrep)/gpa
speedo_pkg_gpa_gitref = master
+ speedo_pkg_gpgex_git = $(gitrep)/gpgex
+ speedo_pkg_gpgex_gitref = master
else
speedo_pkg_libgpg_error_tar = \
$(pkgrep)/libgpg-error/libgpg-error-$(libgpg_error_ver).tar.bz2
@@ -130,9 +142,13 @@ else
$(pkgrep)/gpgme/gpgme-$(gpgme_ver).tar.bz2
speedo_pkg_gpa_tar = \
$(pkgrep)/gpa/gpa-$(gpa_ver).tar.bz2
+ speedo_pkg_gpex_tar = \
+ $(pkgrep)/gpex/gpgex-$(gpa_ver).tar.bz2
endif
-speedo_pkg_pinentry_configure = --disable-pinentry-qt4
+speedo_pkg_libgpg_error_configure = --enable-static
+
+speedo_pkg_libassuan_configure = --enable-static
speedo_pkg_libgcrypt_configure = --disable-static
-----------------------------------------------------------------------
Summary of changes:
build-aux/speedo.mk | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list