From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Guile-SDL re-chasing the ghost Date: Wed, 30 Jun 2010 21:51:27 +0200 Message-ID: <87lj9w70zk.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277927649 5541 80.91.229.12 (30 Jun 2010 19:54:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2010 19:54:09 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jun 30 21:54:08 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OU3MF-000058-KE for guile-user@m.gmane.org; Wed, 30 Jun 2010 21:54:07 +0200 Original-Received: from localhost ([127.0.0.1]:44356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU3ME-0002gl-7p for guile-user@m.gmane.org; Wed, 30 Jun 2010 15:54:06 -0400 Original-Received: from [140.186.70.92] (port=47616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU3M9-0002gg-Ie for guile-user@gnu.org; Wed, 30 Jun 2010 15:54:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU3M8-0001o0-5j for guile-user@gnu.org; Wed, 30 Jun 2010 15:54:01 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:60473) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU3M7-0001nR-TF for guile-user@gnu.org; Wed, 30 Jun 2010 15:54:00 -0400 Original-Received: from ambire.localdomain (95.236.70.150) by smtp205.alice.it (8.5.124.08) id 4C1A264500E45578 for guile-user@gnu.org; Wed, 30 Jun 2010 21:53:57 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OU3Jf-0001VH-8c for guile-user@gnu.org; Wed, 30 Jun 2010 21:51:27 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7938 Archived-At: Greetings earthlings, Guile-SDL repo is again online, but this time, no longer at gnuvola.org. Instead, you can find the savannah link through the new homepage: http://www.nongnu.org/guile-sdl/ This is "non-GNU" for now until testing shows that it can work with (the upcoming) Guile 2.x. At that time, i will request its status be changed to "official GNU software" and seek co-maintainers. People can help speed up this process by trying to build/use Guile-SDL with Guile 2.x, reporting bugs, proposing patches, and so forth. Note that patches that break interop w/ Guile 1.4.x will not be considered. Despite what HACKING says, for users of Guile versions other than 1.4.x (most likely, everyone except me), the most interesting place to start would probably be branch =E2=80=98q/modernization=E2=80=99. That work was = inspired by a patch from Brian Templeton. Happy hacking, thi