pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/clutter-qt Import clutter-qt-1.0.0 as graphic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba3bb8aa8233
branches:  trunk
changeset: 400782:ba3bb8aa8233
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 27 03:04:22 2009 +0000

description:
Import clutter-qt-1.0.0 as graphics/clutter-qt.

Clutter-Qt is a library providing facilities to integrate Clutter into Qt
applications. It provides a Qt widget, ClutterQt, for embedding the
default ClutterStage into any parent QtWidget.

diffstat:

 graphics/clutter-qt/DESCR    |   3 +++
 graphics/clutter-qt/Makefile |  27 +++++++++++++++++++++++++++
 graphics/clutter-qt/PLIST    |   4 ++++
 graphics/clutter-qt/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r d6840a3ca2aa -r ba3bb8aa8233 graphics/clutter-qt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-qt/DESCR Tue Oct 27 03:04:22 2009 +0000
@@ -0,0 +1,3 @@
+Clutter-Qt is a library providing facilities to integrate Clutter into Qt
+applications. It provides a Qt widget, ClutterQt, for embedding the
+default ClutterStage into any parent QtWidget.
diff -r d6840a3ca2aa -r ba3bb8aa8233 graphics/clutter-qt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-qt/Makefile      Tue Oct 27 03:04:22 2009 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/27 03:04:22 obache Exp $
+#
+
+DISTNAME=      clutter-qt-1.0.0
+CATEGORIES=    graphics
+MASTER_SITES=  http://www.clutter-project.org/sources/clutter-qt/1.0/
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://www.clutter-project.org/
+COMMENT=       Qt Integratin Library for Clutter
+LICENSE=       gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+=   clutter-qt.pc.in
+
+CONFIGURE_ARGS+=       --with-moc=${QTDIR}/bin/moc
+
+.include "../../graphics/clutter/buildlink3.mk"
+BUILDLINK_API_DEPENDS.qt4-libs+=       qt4-libs>=4.2.0
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d6840a3ca2aa -r ba3bb8aa8233 graphics/clutter-qt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-qt/PLIST Tue Oct 27 03:04:22 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/27 03:04:22 obache Exp $
+include/clutter-1.0/clutter-qt/clutter-qt.h
+lib/libclutter-qt-1.0.la
+lib/pkgconfig/clutter-qt-1.0.pc
diff -r d6840a3ca2aa -r ba3bb8aa8233 graphics/clutter-qt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/clutter-qt/distinfo      Tue Oct 27 03:04:22 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/27 03:04:22 obache Exp $
+
+SHA1 (clutter-qt-1.0.0.tar.gz) = b5b9dabbd797a043b8fbaa955d107cc216e03e92
+RMD160 (clutter-qt-1.0.0.tar.gz) = 139065a525c4a00ebe94986587b94893a6d4ddde
+Size (clutter-qt-1.0.0.tar.gz) = 335386 bytes



Home | Main Index | Thread Index | Old Index