import clutter-cairo 0.8.2
An experimental clutter cairo 'drawable' actor. Sucks a bit as renders cairo via an image surface and thus no real cairo rendering acceleration. Experiments with glitz and sharing GL contexts for such acceleration proved problematic.
This commit is contained in:
parent
3c0299a5d5
commit
0540bcb8bd
22
graphics/clutter/clutter-cairo/Makefile
Normal file
22
graphics/clutter/clutter-cairo/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/15 17:44:03 jasper Exp $
|
||||
|
||||
COMMENT= clutter Cairo integration library
|
||||
|
||||
DISTNAME= clutter-cairo-${MAJOR}.2
|
||||
SHARED_LIBS += clutter-cairo-0.8 0.0 # .801.1
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-cairo/${MAJOR}/}
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
WANTLIB += GL X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xi
|
||||
WANTLIB += Xrender cairo expat fontconfig freetype gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png z
|
||||
|
||||
LIB_DEPENDS= clutter-glx-0.8::graphics/clutter/core
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
5
graphics/clutter/clutter-cairo/distinfo
Normal file
5
graphics/clutter/clutter-cairo/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (clutter-cairo-0.8.2.tar.gz) = w7+uCC0Ae+N9lyXl57SjCw==
|
||||
RMD160 (clutter-cairo-0.8.2.tar.gz) = AXgLtBTnw5i/qjfNNluuxVzVtN4=
|
||||
SHA1 (clutter-cairo-0.8.2.tar.gz) = LvPEODFmxe13Bg4gbxJA1ws0Ue0=
|
||||
SHA256 (clutter-cairo-0.8.2.tar.gz) = jQNr5KWDQYWywbym/I23kPJA2vcMccNTZDnbtCLuiuo=
|
||||
SIZE (clutter-cairo-0.8.2.tar.gz) = 341500
|
4
graphics/clutter/clutter-cairo/pkg/DESCR
Normal file
4
graphics/clutter/clutter-cairo/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
An experimental clutter cairo 'drawable' actor. Sucks a bit as renders
|
||||
cairo via an image surface and thus no real cairo rendering
|
||||
acceleration. Experiments with glitz and sharing GL contexts for such
|
||||
acceleration proved problematic.
|
6
graphics/clutter/clutter-cairo/pkg/PLIST
Normal file
6
graphics/clutter/clutter-cairo/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/15 17:44:03 jasper Exp $
|
||||
include/clutter-${MAJOR}/clutter-cairo/
|
||||
include/clutter-${MAJOR}/clutter-cairo/clutter-cairo.h
|
||||
lib/libclutter-cairo-${MAJOR}.la
|
||||
@lib lib/libclutter-cairo-${MAJOR}.so.${LIBclutter-cairo-0.8_VERSION}
|
||||
lib/pkgconfig/clutter-cairo-${MAJOR}.pc
|
Loading…
Reference in New Issue
Block a user