pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtkglarea2 Added gtkglarea2-2.0.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f112fd08609
branches: trunk
changeset: 585546:8f112fd08609
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 15:48:35 2011 +0000
description:
Added gtkglarea2-2.0.1.
diffstat:
x11/gtkglarea2/DESCR | 6 ++++++
x11/gtkglarea2/Makefile | 22 ++++++++++++++++++++++
x11/gtkglarea2/PLIST | 5 +++++
x11/gtkglarea2/buildlink3.mk | 15 +++++++++++++++
x11/gtkglarea2/distinfo | 5 +++++
5 files changed, 53 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 56e7d550c206 -r 8f112fd08609 x11/gtkglarea2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtkglarea2/DESCR Sat Feb 19 15:48:35 2011 +0000
@@ -0,0 +1,6 @@
+Just as GTK+ is built on top of GDK, GtkGLArea is built on top of
+gdkgl which is basically a wrapper around GLX functions. The widget
+itself is derived from 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 -r 56e7d550c206 -r 8f112fd08609 x11/gtkglarea2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtkglarea2/Makefile Sat Feb 19 15:48:35 2011 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.17 2011/02/19 15:48:35 wiz Exp $
+
+DISTNAME= gtkglarea-2.0.1
+PKGNAME= ${DISTNAME:S/gtkglarea/gtkglarea2/}
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkglarea/2.0/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= OpenGL widget for the GTK+2 GUI toolkit
+LICENSE= gnu-lgpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE= gtkgl-2.0.pc.in
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56e7d550c206 -r 8f112fd08609 x11/gtkglarea2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtkglarea2/PLIST Sat Feb 19 15:48:35 2011 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.4 2011/02/19 15:48:35 wiz Exp $
+include/gtkgl-2.0/gtkgl/gdkgl.h
+include/gtkgl-2.0/gtkgl/gtkglarea.h
+lib/libgtkgl-2.0.la
+lib/pkgconfig/gtkgl-2.0.pc
diff -r 56e7d550c206 -r 8f112fd08609 x11/gtkglarea2/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtkglarea2/buildlink3.mk Sat Feb 19 15:48:35 2011 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.12 2011/02/19 15:48:35 wiz Exp $
+
+BUILDLINK_TREE+= gtkglarea2
+
+.if !defined(GTKGLAREA2_BUILDLINK3_MK)
+GTKGLAREA2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gtkglarea2+= gtkglarea2>=2.0.1
+BUILDLINK_PKGSRCDIR.gtkglarea2?= ../../x11/gtkglarea2
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.endif # GTKGLAREA2_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gtkglarea2
diff -r 56e7d550c206 -r 8f112fd08609 x11/gtkglarea2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtkglarea2/distinfo Sat Feb 19 15:48:35 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2011/02/19 15:48:35 wiz Exp $
+
+SHA1 (gtkglarea-2.0.1.tar.gz) = db12f2bb9a3d28d69834832e2e04a255acfd8a6d
+RMD160 (gtkglarea-2.0.1.tar.gz) = 117c5a7ff5407114decfc043ebe91650e713bd8b
+Size (gtkglarea-2.0.1.tar.gz) = 359862 bytes
Home |
Main Index |
Thread Index |
Old Index