From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: GNU Guile-CV 0.3.1 release Date: Tue, 16 Nov 2021 00:45:56 -0300 Message-ID: <20211116004556.6dce600f@aicha> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/qefW4neE4V.u.TQSHntnr3x"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19452"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user , guile-devel , info-gnu Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Tue Nov 16 04:46:47 2021 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmpQl-0004tK-Hc for guile-devel@m.gmane-mx.org; Tue, 16 Nov 2021 04:46:47 +0100 Original-Received: from localhost ([::1]:48106 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmpQi-0000ms-GX for guile-devel@m.gmane-mx.org; Mon, 15 Nov 2021 22:46:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmpQA-0000mX-TD; Mon, 15 Nov 2021 22:46:10 -0500 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:40474) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmpQ8-0005Sj-FD; Mon, 15 Nov 2021 22:46:10 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 4E6411BE02D7; Tue, 16 Nov 2021 04:46:04 +0100 (CET) Original-Received: from maximusconfessor.all2all.org ([127.0.0.1]) by localhost (maximusconfessor.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cH7RBotFzGPu; Tue, 16 Nov 2021 04:46:04 +0100 (CET) Original-Received: from aicha (unknown [179.210.52.91]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 171971BE02CE; Tue, 16 Nov 2021 04:46:02 +0100 (CET) X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=79.99.200.102; envelope-from=david@altosw.be; helo=maximusconfessor.all2all.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20936 gmane.lisp.guile.user:17830 Archived-At: --Sig_/qefW4neE4V.u.TQSHntnr3x Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, GNU Guile-CV 0.3.1 is released. This is a maintenance release, which fixes a bug in the =3Dpre-inst-env=3D script, which is used by Guile-CV at build time and may also be used to test and run an uninstalled Guile-CV instance. [ for those who wouldn't know [ the message is marked-up using org-mode - https://orgmode.org/ - and [ best viewed in emacs, or any org-mode aware editor, or (skip reading [ here and) visit [ https://www.gnu.org/software/guile-cv/ [ or [ https://savannah.gnu.org/projects/guile-cv * About [[http://www.gnu.org/software/guile-cv/][GNU Guile-CV]] Image Processing and Analysis in [[http://www.gnu.org/software/guile/][Guil= e]] a Computer Vision functional programming library Guile-CV is based on [[http://ukoethe.github.io/vigra/][Vigra]] (Vision wit= h Generic Algorithms), enhanced with additional algorithms (Image Textures, Delineate, Reconstruction and many more), all accessible through a nice, clean and easy to use high level API. Guile-CV is natively multi-threaded, and takes advantage of multiple cores, using high-level and fine grained application-level parallelism constructs available in Guile, based on its support to POSIX threads. * Download Here are the compressed sources and a GPG detached signature [fn:1]: http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.3.1.tar.gz http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.3.1.tar.gz.sig This released was bootstrapped with the following tools: -] gcc (Debian 11.2.0-10) 11.2.0=20 -] autoconf (GNU Autoconf) 2.71=20 -] automake (GNU automake) 1.16.5=20 -] libtool (GNU libtool) 2.4.6=20 -] makeinfo (GNU texinfo) 6.8=20 -] pdflatex 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) -] vigra 1.11.1 -] vigra_c commit e81e12a [Sep 2019] -] guile-3.0 3.0.7.51-b1bba -] guile-lib-1.0 0.2.7 * Changes since 0.3.0 Here is a summary of visible changes since version 0.2.1. See GNU Guile-CV's [[http://git.savannah.gnu.org/cgit/guile-cv.git][git summary]] a= nd [[http://git.savannah.gnu.org/cgit/guile-cv.git/log/][git log]] for a co= mplete description. ** Bug fixing The =3Dpre-inst-env.in=3D script has been fixed and now adds a specific build time library location, so Guile 3.0 (>=3D 3.0.6) finds libguile-cv at build time. Guile 3.0 (>=3D 3.0.6) does not use libltdl anymore, and although in guile (system foreign-library) module, both the comment and the definition of augment-ltdl-library-path seems to take care of finding .so files either aside .la or in a .libs/ subdir, it does not work. * Bug reports Please report bugs to bug-guile-cv@gnu.org * Mailing lists For the time being, Guile-CV uses Guile's mailing list: guile-user@gnu.org is for general user help and discussion; guile-devel@gnu.org is used to discuss most aspects of Guile-CV, including development and enhancement requests. David [fn:1] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify guile-cv-0.3.1.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys A3057AD7 and rerun the 'gpg --verify' command --Sig_/qefW4neE4V.u.TQSHntnr3x Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmGTKXQACgkQ83T9k6MF eteCywgAi0bKYaBqRKQDY7GsJ3Pxmzv8eNHOdH6Anm7qVt3HUOLUHxDlmM+N+BVr TkJuLvuO0nj/OBVfAO4qvwN2QE4MzEnG8eoz+N3kV/LbhgDIfwquq4pvUawoGhrb criDv9UpwEAyKAdfFB9oWKsCp7C/MgSWKrJ4BQjBEXtFUTI5IAU7m23Yvlv1NEKH fSNdyi8bo1aDatwWftMp8QamR+I8rbAlWRcV//Gc/ni1G2KN6Hj7gloknC2kcMg2 h2kCaq0UdTlIShl/CfxRBXfKPH6iFG/uPt4Eu6AxKh9JwH5lZU9LTPnlmqabROun 7NQqE/JqHADeOnIcVD/LOV778VHmvg== =DPf5 -----END PGP SIGNATURE----- --Sig_/qefW4neE4V.u.TQSHntnr3x--