Added gtkglarea2-2.0.1.
This commit is contained in:
parent
adce108d2a
commit
846ca8191a
5 changed files with 53 additions and 0 deletions
6
x11/gtkglarea2/DESCR
Normal file
6
x11/gtkglarea2/DESCR
Normal file
|
@ -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.
|
22
x11/gtkglarea2/Makefile
Normal file
22
x11/gtkglarea2/Makefile
Normal file
|
@ -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
|
||||
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"
|
5
x11/gtkglarea2/PLIST
Normal file
5
x11/gtkglarea2/PLIST
Normal file
|
@ -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
|
15
x11/gtkglarea2/buildlink3.mk
Normal file
15
x11/gtkglarea2/buildlink3.mk
Normal file
|
@ -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
|
5
x11/gtkglarea2/distinfo
Normal file
5
x11/gtkglarea2/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue