From 6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 29 Jun 2010 21:14:07 +0000 Subject: Bump all gir ports. Always nice to find out things break after you update it :) Error message is: /usr/local/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14282 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/clutter-gtk/Makefile | 35 +++++++++++++++++++++++++++++++++++ graphics/clutter-gtk/distinfo | 3 +++ graphics/clutter-gtk/pkg-descr | 5 +++++ graphics/clutter-gtk/pkg-plist | 40 ++++++++++++++++++++++++++++++++++++++++ graphics/clutter/Makefile | 3 ++- graphics/gdk-pixbuf2/Makefile | 3 ++- 6 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 graphics/clutter-gtk/Makefile create mode 100644 graphics/clutter-gtk/distinfo create mode 100644 graphics/clutter-gtk/pkg-descr create mode 100644 graphics/clutter-gtk/pkg-plist (limited to 'graphics') diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile new file mode 100644 index 000000000..fb36adb2d --- /dev/null +++ b/graphics/clutter-gtk/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: clutter-gtk +# Date created: 2008-12-25 +# Whom: Martin Wilke +# +# $FreeBSD: ports/graphics/clutter-gtk/Makefile,v 1.9 2010/06/05 17:15:36 marcus Exp $ +# + +PORTNAME= clutter-gtk +PORTVERSION= 0.10.4 +PORTREVISION= 2 +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GTK+ Integration library for Clutter + +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix +USE_XORG= xp x11 +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +post-patch: + @${REINPLACE_CMD} -e 's|clutter-x11-0.9|clutter-x11-1.0|g' \ + ${WRKSRC}/configure + +.include diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo new file mode 100644 index 000000000..6447d72ff --- /dev/null +++ b/graphics/clutter-gtk/distinfo @@ -0,0 +1,3 @@ +MD5 (clutter-gtk-0.10.4.tar.bz2) = fd015e8080e1212dacc95d0e3d776d0d +SHA256 (clutter-gtk-0.10.4.tar.bz2) = 0134a8de202c518e231f340f5f2f3e988350105de9fadd0e849f08d95ac1b912 +SIZE (clutter-gtk-0.10.4.tar.bz2) = 307429 diff --git a/graphics/clutter-gtk/pkg-descr b/graphics/clutter-gtk/pkg-descr new file mode 100644 index 000000000..cf83a5ac9 --- /dev/null +++ b/graphics/clutter-gtk/pkg-descr @@ -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://clutter-project.org/ diff --git a/graphics/clutter-gtk/pkg-plist b/graphics/clutter-gtk/pkg-plist new file mode 100644 index 000000000..2c128d635 --- /dev/null +++ b/graphics/clutter-gtk/pkg-plist @@ -0,0 +1,40 @@ +include/clutter-1.0/clutter-gtk/clutter-gtk.h +include/clutter-1.0/clutter-gtk/gtk-clutter-embed.h +include/clutter-1.0/clutter-gtk/gtk-clutter-scrollable.h +include/clutter-1.0/clutter-gtk/gtk-clutter-util.h +include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h +include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h +lib/girepository-1.0/GtkClutter-0.10.typelib +lib/libclutter-gtk-0.10.a +lib/libclutter-gtk-0.10.la +lib/libclutter-gtk-0.10.so +lib/libclutter-gtk-0.10.so.0 +libdata/pkgconfig/clutter-gtk-0.10.pc +%%DOCSDIR%%/GtkClutterEmbed.html +%%DOCSDIR%%/GtkClutterScrollable.html +%%DOCSDIR%%/GtkClutterViewport.html +%%DOCSDIR%%/GtkClutterZoomable.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/ch03.html +%%DOCSDIR%%/ch04.html +%%DOCSDIR%%/clutter-gtk-Utility-Functions.html +%%DOCSDIR%%/clutter-gtk.devhelp +%%DOCSDIR%%/clutter-gtk.devhelp2 +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/ix02.html +%%DOCSDIR%%/ix03.html +%%DOCSDIR%%/ix04.html +%%DOCSDIR%%/ix05.html +%%DOCSDIR%%/ix06.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/license.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +share/gir-1.0/GtkClutter-0.10.gir +@dirrm %%DOCSDIR%% +@dirrm include/clutter-1.0/clutter-gtk diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 701d5fd33..1baad2bbc 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -3,11 +3,12 @@ # Whom: Martin Wilke # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/clutter/Makefile,v 1.27 2010/06/07 23:06:29 kwm Exp $ # PORTNAME= clutter PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME \ http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 0befcd881..0d3fbe76f 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,10 +3,11 @@ # Whom: Ade Lovett # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.1 2010/06/27 18:40:26 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.2 2010/06/29 10:29:57 kwm Exp $ PORTNAME?= gdk-pixbuf PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} -- cgit v1.2.3