From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: guile-clutter, 1.10.0 -> 1.12.2, git repo quiz Date: Fri, 11 Apr 2014 17:32:02 -0300 Message-ID: <20140411173202.4f9895d3@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1397248379 24122 80.91.229.3 (11 Apr 2014 20:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2014 20:32:59 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 11 22:32:52 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WYi83-0006P6-Ph for guile-devel@m.gmane.org; Fri, 11 Apr 2014 22:32:51 +0200 Original-Received: from localhost ([::1]:59801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYi83-0004Lu-7b for guile-devel@m.gmane.org; Fri, 11 Apr 2014 16:32:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYi7u-0004Lj-Nx for guile-devel@gnu.org; Fri, 11 Apr 2014 16:32:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYi7n-0003L1-8v for guile-devel@gnu.org; Fri, 11 Apr 2014 16:32:42 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:43842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYi7n-0003J5-2S for guile-devel@gnu.org; Fri, 11 Apr 2014 16:32:35 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id AA775A04C0C5 for ; Fri, 11 Apr 2014 22:32:12 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id 20iFw9Zv9IY1 for ; Fri, 11 Apr 2014 22:14:14 +0200 (CEST) Original-Received: from capac (unknown [189.60.2.251]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 8BC20A04C127 for ; Fri, 11 Apr 2014 22:32:05 +0200 (CEST) X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17056 Archived-At: Hello guilers, I started [slowly but hopefully surely :)] to work on updating our guile-cl= utter binding from clutter 1.10.0 to clutter 1.12.2. [sorry in advance if some o= f the questions I will ask may sound a bit stupid, my knowledge of involved lowe= r level tools, modules, ... is quite 'superficial' [autotools, g-wrap, gobject, gli= b ...]]. Preliminary thought: although part of guile-gnome, I think it would be better to have a separate guile-clutter project, with its own git repo and website, wdyt? -] git organization I locally created a clutter-devel branch: I'd like to push it, if that's o= k, so I can start to submit patches [for review before to push], leaving the actual= clutter branch untouched until ready to merge. =46rom there, I suggest we maintain a branch model based on clutter itself: Branch clutter-1.10 clutter-1.12 ... clutter [would always =3D the latest stable] clutter-devel on going work [ I hope, once I've done 1.12.2, to work on other versions, up to the lat= est we will be able to support using guile-gnome-2 ] Until clutter-2.0 [2.x.x, v2.x.x are actual guile-gnome tags], we can also = maintain tags without clash, then we'll see :) or should we adopt right now another = naming convention, such as c1.10.0, cl-v1.10.0 or even clutter-v1.10.0 maybe? Cheers, David