diff options
author | hubertf <hubertf> | 1999-01-20 01:55:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-01-20 01:55:51 +0000 |
commit | a1ac4bcdb32982f75da069b82385235edd791790 (patch) | |
tree | ed32a335359c97f17786effbc9d23a805a692f7a /x11/gtkglarea/pkg | |
parent | 3033ce8e7bb611b341c7a3089757e8ed1c324140 (diff) | |
download | pkgsrc-a1ac4bcdb32982f75da069b82385235edd791790.tar.gz |
OpenGL/Mesa widget for GTK+ GUI toolkit
Diffstat (limited to 'x11/gtkglarea/pkg')
-rw-r--r-- | x11/gtkglarea/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/gtkglarea/pkg/DESCR | 8 | ||||
-rw-r--r-- | x11/gtkglarea/pkg/PLIST | 11 |
3 files changed, 20 insertions, 0 deletions
diff --git a/x11/gtkglarea/pkg/COMMENT b/x11/gtkglarea/pkg/COMMENT new file mode 100644 index 00000000000..349f44ca5ba --- /dev/null +++ b/x11/gtkglarea/pkg/COMMENT @@ -0,0 +1 @@ +OpenGL/Mesa widget for GTK+ GUI toolkit diff --git a/x11/gtkglarea/pkg/DESCR b/x11/gtkglarea/pkg/DESCR new file mode 100644 index 00000000000..897c2169463 --- /dev/null +++ b/x11/gtkglarea/pkg/DESCR @@ -0,0 +1,8 @@ +Just as GTK+ is build on top of GDK, GtkGLArea is built on top of +gdkgl which is basically wrapper around GLX functions. The widget +itself is very similar to GtkDrawinigArea widget and adds only few +extra functions. + +Lower level gdkgl functions make it easy to render on any widget +that has OpenGL capable visual, rendering to off-screen pixmaps is +also supported. diff --git a/x11/gtkglarea/pkg/PLIST b/x11/gtkglarea/pkg/PLIST new file mode 100644 index 00000000000..809a7d200d7 --- /dev/null +++ b/x11/gtkglarea/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/20 01:55:51 hubertf Exp $ +include/gtkgl/gdkgl.h +include/gtkgl/gtkglarea.h +@dirrm include/gtkgl +lib/libgtkgl.so.3.0 +lib/libgtkgl.la +lib/libgtkgl.a +share/doc/gtkglarea/HOWTO.txt +share/doc/gtkglarea/gdkgl.txt +share/doc/gtkglarea/gtkglarea.txt +@dirrm share/doc/gtkglarea |