Removed graphics/clutter-qt, dead upstream.

This commit is contained in:
obache 2013-07-15 02:26:39 +00:00
parent b4bc8cfd93
commit 28e6412596
11 changed files with 3 additions and 126 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2013,v 1.2601 2013/07/15 02:20:54 obache Exp $
$NetBSD: CHANGES-2013,v 1.2602 2013/07/15 02:26:39 obache Exp $
Changes to the packages collection and infrastructure in 2013:
@ -3867,3 +3867,4 @@ Changes to the packages collection and infrastructure in 2013:
Removed graphics/py-clutter [obache 2013-07-15]
Removed graphics/py-clutter-gtk [obache 2013-07-15]
Removed multimedia/py-clutter-gst [obache 2013-07-15]
Removed graphics/clutter-qt [obache 2013-07-15]

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.657 2013/07/15 02:20:54 obache Exp $
# $NetBSD: Makefile,v 1.658 2013/07/15 02:26:39 obache Exp $
#
COMMENT= Graphics tools and libraries
@ -52,7 +52,6 @@ SUBDIR+= clutter
SUBDIR+= clutter-box2d
SUBDIR+= clutter-gtk
SUBDIR+= clutter-mx
SUBDIR+= clutter-qt
SUBDIR+= cnxtview
SUBDIR+= cogl
SUBDIR+= comix

View file

@ -1,3 +0,0 @@
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.

View file

@ -1,30 +0,0 @@
# $NetBSD: Makefile,v 1.24 2013/06/06 12:54:28 wiz Exp $
#
DISTNAME= clutter-qt-1.0.0
PKGREVISION= 20
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/clutter-qt/1.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.clutter-project.org/
COMMENT= Qt Integratin Library for Clutter
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= clutter-qt.pc.in
CONFIGURE_ARGS+= --with-moc=${QTDIR}/bin/moc
post-extract:
rm -f ${WRKSRC}/clutter-qt/moc_clutter-qt.cc
rm -f ${WRKSRC}/examples/moc_testqt.cc
.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"

View file

@ -1,4 +0,0 @@
@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

View file

@ -1,10 +0,0 @@
$NetBSD: distinfo,v 1.2 2010/12/05 14:45:35 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
SHA1 (patch-aa) = e33b008c5c18596c7d0d51a359441fb5edf712cd
SHA1 (patch-ab) = 606610f7cea648f967af48b6826030f74fb32577
SHA1 (patch-ac) = 6c5be6d9d6f825bbf9be53f960fe4c02b2a881e2
SHA1 (patch-ad) = fd8a3cebf253eb01f67e2e7056e6576d0dd0747e
SHA1 (patch-ae) = c4665a4b1ebbdbf12f56a0049559adb6ec61e27e

View file

@ -1,15 +0,0 @@
$NetBSD: patch-aa,v 1.1 2010/12/05 14:45:35 obache Exp $
for GLib>2.25
http://git.clutter-project.org/clutter-qt/commit/?id=b423e97ba28f529e3c618740ef6370bcc6ad2ced
--- clutter-qt/Makefile.am.orig 2009-08-03 14:15:12.000000000 +0000
+++ clutter-qt/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"Clutter-Qt\" \
-DPREFIX=\""$(prefix)"\" \
-DLIBDIR=\""$(libdir)"\" \
+ -DQT_NO_KEYWORDS \
$(CLUTTER_DEBUG_FLAGS) \
$(GCC_FLAGS) \
$(CLUTTER_CFLAGS) \

View file

@ -1,15 +0,0 @@
$NetBSD: patch-ab,v 1.1 2010/12/05 14:45:35 obache Exp $
for GLib>2.25
http://git.clutter-project.org/clutter-qt/commit/?id=b423e97ba28f529e3c618740ef6370bcc6ad2ced
--- clutter-qt/Makefile.in.orig 2009-08-03 14:15:16.000000000 +0000
+++ clutter-qt/Makefile.in
@@ -222,6 +222,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"Clutter-Qt\" \
-DPREFIX=\""$(prefix)"\" \
-DLIBDIR=\""$(libdir)"\" \
+ -DQT_NO_KEYWORDS \
$(CLUTTER_DEBUG_FLAGS) \
$(GCC_FLAGS) \
$(CLUTTER_CFLAGS) \

View file

@ -1,15 +0,0 @@
$NetBSD: patch-ac,v 1.1 2010/12/05 14:45:35 obache Exp $
for GLib>2.25
http://git.clutter-project.org/clutter-qt/commit/?id=b423e97ba28f529e3c618740ef6370bcc6ad2ced
--- examples/Makefile.am.orig 2009-07-20 11:24:30.000000000 +0000
+++ examples/Makefile.am
@@ -4,6 +4,7 @@ noinst_PROGRAMS = \
testqt
INCLUDES = \
+ -DQT_NO_KEYWORDS \
-I$(srcdir) \
-I$(top_srcdir)

View file

@ -1,15 +0,0 @@
$NetBSD: patch-ad,v 1.1 2010/12/05 14:45:35 obache Exp $
for GLib>2.25
http://git.clutter-project.org/clutter-qt/commit/?id=b423e97ba28f529e3c618740ef6370bcc6ad2ced
--- examples/Makefile.in.orig 2009-08-03 14:05:57.000000000 +0000
+++ examples/Makefile.in
@@ -205,6 +205,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
NULL =
INCLUDES = \
+ -DQT_NO_KEYWORDS \
-I$(srcdir) \
-I$(top_srcdir)

View file

@ -1,16 +0,0 @@
$NetBSD: patch-ae,v 1.1 2010/12/05 14:45:35 obache Exp $
for GLib>2.25
http://git.clutter-project.org/clutter-qt/commit/?id=b423e97ba28f529e3c618740ef6370bcc6ad2ced
--- examples/testqt.h.orig 2009-07-20 11:21:34.000000000 +0000
+++ examples/testqt.h
@@ -37,7 +37,7 @@ public:
MainWin (QWidget *parent = NULL);
~MainWin ();
-public slots:
+public Q_SLOTS:
void onEditChanged (const QString &str);
void onSpinX (int angle);
void onSpinY (int angle);