pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/clutter-cairo Import clutter-cairo-0.8.2 as g...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0e8122c995c
branches: trunk
changeset: 551371:a0e8122c995c
user: obache <obache%pkgsrc.org@localhost>
date: Sun Dec 14 11:04:35 2008 +0000
description:
Import clutter-cairo-0.8.2 as graphics/clutter-cairo.
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. Needs more investigation.
diffstat:
graphics/clutter-cairo/DESCR | 4 ++++
graphics/clutter-cairo/Makefile | 23 +++++++++++++++++++++++
graphics/clutter-cairo/PLIST | 5 +++++
graphics/clutter-cairo/buildlink3.mk | 23 +++++++++++++++++++++++
graphics/clutter-cairo/distinfo | 5 +++++
5 files changed, 60 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r d2457fe77cf1 -r a0e8122c995c graphics/clutter-cairo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-cairo/DESCR Sun Dec 14 11:04:35 2008 +0000
@@ -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. Needs more investigation.
diff -r d2457fe77cf1 -r a0e8122c995c graphics/clutter-cairo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-cairo/Makefile Sun Dec 14 11:04:35 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:04:35 obache Exp $
+#
+
+DISTNAME= clutter-cairo-0.8.2
+CATEGORIES= graphics
+MASTER_SITES= http://www.clutter-project.org/sources/clutter-cairo/0.8/
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://www.clutter-project.org/
+COMMENT= Clutter Cairo integrarion library
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= clutter-cairo.pc.in
+
+BUILDLINK_API_DEPENDS.cairo+= cairo>=1.4
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/clutter/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d2457fe77cf1 -r a0e8122c995c graphics/clutter-cairo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-cairo/PLIST Sun Dec 14 11:04:35 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/14 11:04:35 obache Exp $
+include/clutter-0.8/clutter-cairo/clutter-cairo.h
+lib/libclutter-cairo-0.8.la
+lib/pkgconfig/clutter-cairo-0.8.pc
+@dirrm include/clutter-0.8/clutter-cairo
diff -r d2457fe77cf1 -r a0e8122c995c graphics/clutter-cairo/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-cairo/buildlink3.mk Sun Dec 14 11:04:35 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/12/14 11:04:35 obache Exp $
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+CLUTTER_CAIRO_BUILDLINK3_MK:= ${CLUTTER_CAIRO_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= clutter-cairo
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nclutter-cairo}
+BUILDLINK_PACKAGES+= clutter-cairo
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}clutter-cairo
+
+.if ${CLUTTER_CAIRO_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.clutter-cairo+= clutter-cairo>=0.8.0
+BUILDLINK_PKGSRCDIR.clutter-cairo?= ../../graphics/clutter-cairo
+.endif # CLUTTER_CAIRO_BUILDLINK3_MK
+
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/clutter/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r d2457fe77cf1 -r a0e8122c995c graphics/clutter-cairo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-cairo/distinfo Sun Dec 14 11:04:35 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/14 11:04:35 obache Exp $
+
+SHA1 (clutter-cairo-0.8.2.tar.gz) = 2ef3c4383166c5ed77060e206f1240d70b3451ed
+RMD160 (clutter-cairo-0.8.2.tar.gz) = 01780bb414e7c398bfaa37cd365baec55cd5b4de
+Size (clutter-cairo-0.8.2.tar.gz) = 341500 bytes
Home |
Main Index |
Thread Index |
Old Index