[Midnightbsd-cvs] mports [20039] trunk/graphics: clutter gtk3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 25 21:49:57 EDT 2015


Revision: 20039
          http://svnweb.midnightbsd.org/mports/?rev=20039
Author:   laffer1
Date:     2015-08-25 21:49:57 -0400 (Tue, 25 Aug 2015)
Log Message:
-----------
clutter gtk3

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/clutter-gtk3/
    trunk/graphics/clutter-gtk3/Makefile
    trunk/graphics/clutter-gtk3/distinfo
    trunk/graphics/clutter-gtk3/files/
    trunk/graphics/clutter-gtk3/files/patch-Makefile.in
    trunk/graphics/clutter-gtk3/pkg-descr
    trunk/graphics/clutter-gtk3/pkg-plist

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2015-08-26 01:48:16 UTC (rev 20038)
+++ trunk/graphics/Makefile	2015-08-26 01:49:57 UTC (rev 20039)
@@ -12,6 +12,7 @@
 SUBDIR += cairomm
 SUBDIR += clutter
 SUBDIR += clutter-gtk
+SUBDIR += clutter-gtk3
 SUBDIR += cogl
 SUBDIR += colord
 SUBDIR += dia

Added: trunk/graphics/clutter-gtk3/Makefile
===================================================================
--- trunk/graphics/clutter-gtk3/Makefile	                        (rev 0)
+++ trunk/graphics/clutter-gtk3/Makefile	2015-08-26 01:49:57 UTC (rev 20039)
@@ -0,0 +1,26 @@
+# Created by: Martin Wilke <miwi at FreeBSD.org>
+# $MidnightBSD$
+
+PORTNAME=	clutter-gtk
+PORTVERSION=	1.6.2
+CATEGORIES=	graphics
+MASTER_SITES=	GNOME
+PKGNAMESUFFIX=	3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GTK+ Integration library for Clutter
+
+LICENSE=	lgpl2.1
+
+LIB_DEPENDS=	libclutter-1.0.so:${PORTSDIR}/graphics/clutter
+
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+GNU_CONFIGURE=	yes
+USE_GNOME=	gnomeprefix gtk30 introspection
+USE_XORG=	xp x11
+USE_LDCONFIG=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/clutter-gtk3/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/clutter-gtk3/distinfo
===================================================================
--- trunk/graphics/clutter-gtk3/distinfo	                        (rev 0)
+++ trunk/graphics/clutter-gtk3/distinfo	2015-08-26 01:49:57 UTC (rev 20039)
@@ -0,0 +1,2 @@
+SHA256 (clutter-gtk-1.6.2.tar.xz) = bbd03dfa9a20102d5cdb440513b0a035933da557ad7e9da31546034de2daf069
+SIZE (clutter-gtk-1.6.2.tar.xz) = 314600


Property changes on: trunk/graphics/clutter-gtk3/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/clutter-gtk3/files/patch-Makefile.in
===================================================================
--- trunk/graphics/clutter-gtk3/files/patch-Makefile.in	                        (rev 0)
+++ trunk/graphics/clutter-gtk3/files/patch-Makefile.in	2015-08-26 01:49:57 UTC (rev 20039)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2011-01-15 14:30:57.000000000 +0000
++++ Makefile.in	2011-01-15 14:31:19.000000000 +0000
+@@ -313,7 +313,7 @@
+ QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
+ QUIET_RM_0 = @echo '  RM     '$@;
+ ACLOCAL_AMFLAGS = -I build/autotools
+-SUBDIRS = build clutter-gtk doc examples po
++SUBDIRS = build clutter-gtk examples po
+ pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = clutter-gtk-1.0.pc
+ EXTRA_DIST = clutter-gtk.pc.in


Property changes on: trunk/graphics/clutter-gtk3/files/patch-Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/clutter-gtk3/pkg-descr
===================================================================
--- trunk/graphics/clutter-gtk3/pkg-descr	                        (rev 0)
+++ trunk/graphics/clutter-gtk3/pkg-descr	2015-08-26 01:49:57 UTC (rev 20039)
@@ -0,0 +1,5 @@
+Clutter-GTK is a library providing facilities to integrate Clutter into GTK+
+applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
+default ClutterStage into any GtkContainer.
+
+WWW: http://blogs.gnome.org/clutter/


Property changes on: trunk/graphics/clutter-gtk3/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/clutter-gtk3/pkg-plist
===================================================================
--- trunk/graphics/clutter-gtk3/pkg-plist	                        (rev 0)
+++ trunk/graphics/clutter-gtk3/pkg-plist	2015-08-26 01:49:57 UTC (rev 20039)
@@ -0,0 +1,16 @@
+include/clutter-gtk-1.0/clutter-gtk/clutter-gtk.h
+include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-actor.h
+include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-embed.h
+include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-util.h
+include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-texture.h
+include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h
+include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h
+lib/girepository-1.0/GtkClutter-1.0.typelib
+lib/libclutter-gtk-1.0.so
+lib/libclutter-gtk-1.0.so.0
+lib/libclutter-gtk-1.0.so.0.600.2
+libdata/pkgconfig/clutter-gtk-1.0.pc
+share/gir-1.0/GtkClutter-1.0.gir
+share/locale/ja/LC_MESSAGES/cluttergtk-1.0.mo
+share/locale/pl/LC_MESSAGES/cluttergtk-1.0.mo
+share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo


Property changes on: trunk/graphics/clutter-gtk3/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list