[gtkglarea] * AUTHORS NEWS README README.mingw: reorganise documentation and
- From: Sam Hocevar <samh src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtkglarea] * AUTHORS NEWS README README.mingw: reorganise documentation and
- Date: Sat, 18 Jul 2009 09:57:45 +0000 (UTC)
commit 904328e667df31d951e3d1fc1f23894ca53eaa66
Author: Sam Hocevar <sam hocevar net>
Date: Sat Jul 18 09:53:05 2009 +0000
* AUTHORS NEWS README README.mingw: reorganise documentation and
write a news entry for the release.
AUTHORS | 4 ++--
ChangeLog | 9 ++++-----
NEWS | 14 ++++++++++++++
README | 35 ++++++++++++++++-------------------
README.mingw | 14 --------------
configure.ac | 4 ++--
6 files changed, 38 insertions(+), 42 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index b88ad1a..d88d3e1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,8 +3,8 @@ Current authors and maintainers
Sam Hocevar <sam hocevar net>
C.J. Adams-Collier <cjcollier colliertech org>
-Previous authors
-----------------
+Previous authors and maintainers
+--------------------------------
Xavier Ordoquy <xordoquy wanadoo fr>
Janne Löf <jlof mail student oulu fi>
diff --git a/ChangeLog b/ChangeLog
index 32dee11..347a9f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
2009-07-18 Sam Hocevar <sam hocevar net>
- * configure.ac: set version to 2.1 for simplicity.
-
-2009-07-18 Sam Hocevar <sam hocevar net>
- * configure.ac: bump version to 2.0.1 and change tarball name to
- gtkgl.
+ * configure.ac: set version to 2.0.1 and change tarball name to
+ gtkgl for simplicity.
+ * AUTHORS NEWS README README.mingw: reorganise documentation and
+ write a news entry for the release.
* gtkglarea.spec: remove that file; it is 10 years old and
unmaintained.
diff --git a/NEWS b/NEWS
index e69de29..68873ed 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,14 @@
+
+=============
+Version 2.0.1
+=============
+
+General
+ * Code reorganisation and cleanup.
+ * 64-bit and Win32 portability fixes.
+ * Support for newer autotools versions.
+ * Fix Cygwin and MinGW builds.
+
+Examples
+ * New fragment shader and vertex shader example program.
+
diff --git a/README b/README
index daf2e6c..125e48f 100644
--- a/README
+++ b/README
@@ -1,22 +1,5 @@
-GtkGLArea
-=========
-
-Authors
--------
- Janne Löf <jlof mail student oulu fi>
- C.J. Adams-Collier <cjcollier colliertech org>
- Sam Hocevar <sam hocevar net>
-
-Contributors
-------------
- Karl Nelson <kenelson ece ucdavis edu> (original autoconf, gtkglarea--)
- Daniel Skarda <0rfelyus atrey karlin mff cuni cz> (original automake & libtool)
- Jussi Löf <jussi lof pirko fi> (LightWave objects)
- Andrew Marriott <raytrace lillee cs curtin edu au> (original win32 port)
- Chris Abernethy <chris65536 home com> (gtkglarea_demo.c)
-
-Introduction
-------------
+GtkGLArea 2.0.1
+===============
GtkGLArea is an OpenGL widget for GTK+ GUI toolkit.
@@ -80,6 +63,20 @@ Win32
functions, no gdk_gl_* functions.
+ You may also build gtkgl on MinGW. The trick(s) I ended up having to do
+ were many:
+ * run ./autogen.sh from cygwin - for some reason mingw's auto* don't work
+ * copy the gtk dist to /target - for some reason, the .pc files refer to this
+ * be sure to install the w32api mingw package
+ * explicitly set LDFLAGS, PKG_CONFIG_PATH, and explicitly declare
+ where opengl32 is located when running ./configure, thus:
+
+ LDFLAGS=-L/c/GTK/2.8/lib \
+ PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/c/GTK/2.8/lib/pkgconfig/ \
+ ./configure --prefix=/mingw \
+ --with-GL-prefix=/mingw \
+ --with-lib-opengl32
+
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index 69a7678..1fa5c1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(gtkgl, 2.1)
+AC_INIT(gtkgl, 2.0.1)
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([no-define])
#shared library versioning
-GTKGL_LIBRARY_VERSION=1:0:0
+GTKGL_LIBRARY_VERSION=1:1:0
# | | |
# +------+ | +---+
# | | |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]