guile-clutter, clutter-devel: I worked and pushed another 7 patches

David Pirotte <[email protected]> Wed, 26 Aug 2015 18:08:44 -0300
Newsgroups gmane.lisp.guile.devel,gmane.lisp.guile.gtk
Message-ID <20150826180844.15274d7c@capac>
--Sig_/=ECDzqY=q12=bR6.0HDGHEz
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Hello,

	guile-clutter
	  clutter-devel:	 I worked and pushed another 7 patches (*)

Getting close to a 1.12.2 release:

	-]	guile-clutter now pass make distcheck
	-]	no more guile nor clutter related warnings anymore

	there are texi [documentation] related warnings, but I won't work on these
	now and you maty safely ignore all of them.

If you'd like to try it, see some recommendation here below (***)

Happy hacking,
David

(*)		da0a469 * adding pkg-config support
		a051913 * autotool chain improvements - final steps
		8793b08 * fix make distcheck
		6b0c524 * autotool chain improvements - preparation
		d2c10d0 * adding LICENSE
		6d57238 * fixing clutter_init related warning
		b09a69e * fixing examples/hello-transition.scm

(**)		I use /opt/cogl/1.12 and make symbolic links like this
=09
			cd /opt/cogl
			include -> 1.12/include/
			lib -> 1.12/lib/
			share -> 1.12/share

		this allows me to 'play with' and check guile-clutter against=20
		multiple cogl/clutter versions if I need to...

(***)

You need to install/satisfy the following dependencies:

	g-wrap 1.9.15
		http://download.savannah.gnu.org/releases/g-wrap/g-wrap-1.9.15.tar.gz
	guile-cairo 	[ from the source, git clone ]
		git clone git://git.savannah.nongnu.org/guile-cairo.git
	guile-gnome 2.16.3
		http://git.savannah.gnu.org/cgit/guile-gnome.git/snapshot/guile-gnome-2.1=
6.3.tar.gz

and cogl, clutter 1.12.2 [it won't compile against the latest distro availa=
ble
version], so I suggest:

	git clone git://git.gnome.org/cogl
	cd cogl
	git checkout 1.12.2
	./autogen.sh --prefix=3D...		(**)
	make
	make install

	git clone git://git.gnome.org/clutter
	cd clutter
	git checkout 1.12.2
	./autogen.sh --prefix=3D...		(**)
	make
	make install

To compile guile-clutter:

	git clone git://git.sv.gnu.org/guile-gnome.git guile-clutter
	cd guile-clutter
	git checkout clutter-devel
	./autogen.sh
	./configure --prefix=3D/opt \
	  PKG_CONFIG_PATH=3D/opt/lib/pkgconfig:/opt/cogl/lib/pkgconfig:/opt/clutte=
r/lib/pkgconfig \
	  LD_LIBRARY_PATH=3D/opt/lib:/opt/cogl/lib:/opt/clutter/lib
	make
	make install

	note that the above ./configure step assumes all dependencies in /opt and
	cogl/clutter installed as explained here below (**), you'll have to adapt
	PKG_CONFIG_PATH and LD_LIBRARY_PATH to accommodate your cogl/clutter _and_
	g-wrap, guile-cairo and guile-gnome --prefix

--Sig_/=ECDzqY=q12=bR6.0HDGHEz
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJV3irdAAoJEPN0/ZOjBXrXBB4H/31XKtpecEYWTRGxeWAvd+Vv
8Fo7ysIYxLw6V125Uxpul+ukF252qqVrFgdzZV09wdas2kFtygB6dr/1Wjo4ZQDr
N8/fiFw5b3mAOolf67hwLUzyDa++9bctzh0yshDAttwO771QO4KHIohajRCuPooT
wtyvfUHKOp/GvEP6f007E2VfKkWfKLScq3hhXAu7/psscfy6qabEYGiqwX8rknZv
GQpq4Bvm2yPEDQ89cjsous4hRqFPGzWqUnfxzrnhWVoJV/7O+aSbfIVHUZvT8Tku
F7JyBMTIO2Nh0AxHzXRWRUdtFI1BMFXGZqhK1eOCg4xIUEfvcokXrbc1CsfZ4ls=
=HqSe
-----END PGP SIGNATURE-----

--Sig_/=ECDzqY=q12=bR6.0HDGHEz--