summaryrefslogtreecommitdiffstats
path: root/graphics/clutter
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/clutter')
-rw-r--r--graphics/clutter/Makefile7
-rw-r--r--graphics/clutter/distinfo4
-rw-r--r--graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in19
-rw-r--r--graphics/clutter/pkg-plist125
4 files changed, 41 insertions, 114 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 8f01905a8..a88c98263 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -3,11 +3,11 @@
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/clutter/Makefile,v 1.49 2011/09/14 20:55:53 kwm Exp $
+# $MCom: ports/graphics/clutter/Makefile,v 1.50 2011/09/15 10:29:04 kwm Exp $
#
PORTNAME= clutter
-PORTVERSION= 1.6.20
+PORTVERSION= 1.7.90
CATEGORIES= graphics
MASTER_SITES= GNOME
@@ -17,7 +17,8 @@ COMMENT= OpenGL based interactive canvas library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib \
+ cogl.2:${PORTSDIR}/graphics/cogl
USE_GMAKE= yes
USE_GETTEXT= yes
diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo
index c711af17a..b3b5f9dc3 100644
--- a/graphics/clutter/distinfo
+++ b/graphics/clutter/distinfo
@@ -1,2 +1,2 @@
-SHA256 (clutter-1.6.20.tar.xz) = c5508856e51343ef0f5cf5a8526e4372ac96d31b740d6b09d37e890c653b4273
-SIZE (clutter-1.6.20.tar.xz) = 4519228
+SHA256 (clutter-1.7.90.tar.xz) = 36b98d400ce9397e66e7b4f6f424a7185dadba0350651ae20964f494ec40b190
+SIZE (clutter-1.7.90.tar.xz) = 4381956
diff --git a/graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in b/graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in
deleted file mode 100644
index 1347cb2dc..000000000
--- a/graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- clutter/cogl/cogl/Makefile.in.orig 2011-09-14 22:46:37.000000000 +0200
-+++ clutter/cogl/cogl/Makefile.in 2011-09-14 22:47:46.000000000 +0200
-@@ -671,6 +671,7 @@
- -I$(srcdir)/winsys \
- -I$(srcdir)/driver/$(COGL_DRIVER) \
- -I$(top_builddir)/clutter/cogl \
-+ `pkg-config --cflags gl` \
- $(NULL)
-
- AM_CPPFLAGS = \
-@@ -852,7 +853,7 @@
- glib_enum_headers = $(cogl_public_h)
- enum_tmpl_h = $(addprefix $(srcdir)/, $(glib_enum_h:.h=.h.in))
- enum_tmpl_c = $(addprefix $(srcdir)/, $(glib_enum_c:.c=.c.in))
--libclutter_cogl_la_LIBADD = -lm -ldl $(CLUTTER_LIBS)
-+libclutter_cogl_la_LIBADD = -lm $(CLUTTER_LIBS)
- libclutter_cogl_la_SOURCES = $(cogl_sources_c)
- nodist_libclutter_cogl_la_SOURCES = $(BUILT_SOURCES)
-
diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist
index 8af6fdefe..7a149dad3 100644
--- a/graphics/clutter/pkg-plist
+++ b/graphics/clutter/pkg-plist
@@ -47,6 +47,7 @@ include/clutter-1.0/clutter/clutter-deprecated.h
include/clutter-1.0/clutter/clutter-desaturate-effect.h
include/clutter-1.0/clutter/clutter-device-manager.h
include/clutter-1.0/clutter/clutter-drag-action.h
+include/clutter-1.0/clutter/clutter-drop-action.h
include/clutter-1.0/clutter/clutter-effect.h
include/clutter-1.0/clutter/clutter-enum-types.h
include/clutter-1.0/clutter/clutter-event.h
@@ -55,6 +56,7 @@ include/clutter-1.0/clutter/clutter-fixed-layout.h
include/clutter-1.0/clutter/clutter-fixed.h
include/clutter-1.0/clutter/clutter-flow-layout.h
include/clutter-1.0/clutter/clutter-frame-source.h
+include/clutter-1.0/clutter/clutter-gesture-action.h
include/clutter-1.0/clutter/clutter-group.h
include/clutter-1.0/clutter/clutter-input-device.h
include/clutter-1.0/clutter/clutter-interval.h
@@ -84,6 +86,7 @@ include/clutter-1.0/clutter/clutter-stage-manager.h
include/clutter-1.0/clutter/clutter-stage-window.h
include/clutter-1.0/clutter/clutter-stage.h
include/clutter-1.0/clutter/clutter-state.h
+include/clutter-1.0/clutter/clutter-swipe-action.h
include/clutter-1.0/clutter/clutter-table-layout.h
include/clutter-1.0/clutter/clutter-text.h
include/clutter-1.0/clutter/clutter-texture.h
@@ -98,50 +101,18 @@ include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h
include/clutter-1.0/clutter/glx/clutter-glx.h
include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h
include/clutter-1.0/clutter/x11/clutter-x11.h
-include/clutter-1.0/cogl/cogl-attribute.h
-include/clutter-1.0/cogl/cogl-bitmap.h
-include/clutter-1.0/cogl/cogl-buffer.h
-include/clutter-1.0/cogl/cogl-color.h
-include/clutter-1.0/cogl/cogl-defines.h
-include/clutter-1.0/cogl/cogl-deprecated.h
-include/clutter-1.0/cogl/cogl-enum-types.h
-include/clutter-1.0/cogl/cogl-fixed.h
-include/clutter-1.0/cogl/cogl-index-array.h
-include/clutter-1.0/cogl/cogl-indices.h
-include/clutter-1.0/cogl/cogl-material-compat.h
-include/clutter-1.0/cogl/cogl-matrix.h
-include/clutter-1.0/cogl/cogl-object.h
-include/clutter-1.0/cogl/cogl-offscreen.h
-include/clutter-1.0/cogl/cogl-pango.h
-include/clutter-1.0/cogl/cogl-path.h
-include/clutter-1.0/cogl/cogl-pipeline.h
-include/clutter-1.0/cogl/cogl-pixel-array.h
-include/clutter-1.0/cogl/cogl-primitive.h
-include/clutter-1.0/cogl/cogl-primitives.h
-include/clutter-1.0/cogl/cogl-shader.h
-include/clutter-1.0/cogl/cogl-texture-3d.h
-include/clutter-1.0/cogl/cogl-texture-pixmap-x11.h
-include/clutter-1.0/cogl/cogl-texture.h
-include/clutter-1.0/cogl/cogl-types.h
-include/clutter-1.0/cogl/cogl-vector.h
-include/clutter-1.0/cogl/cogl-vertex-array.h
-include/clutter-1.0/cogl/cogl-vertex-buffer.h
-include/clutter-1.0/cogl/cogl.h
-include/clutter-1.0/cogl/cogl2-path.h
lib/girepository-1.0/Cally-1.0.typelib
lib/girepository-1.0/Clutter-1.0.typelib
lib/girepository-1.0/ClutterX11-1.0.typelib
-lib/girepository-1.0/Cogl-1.0.typelib
lib/libclutter-glx-1.0.a
lib/libclutter-glx-1.0.la
lib/libclutter-glx-1.0.so
lib/libclutter-glx-1.0.so.0
libdata/pkgconfig/cally-1.0.pc
libdata/pkgconfig/clutter-1.0.pc
+libdata/pkgconfig/clutter-cogl-1.0.pc
libdata/pkgconfig/clutter-glx-1.0.pc
libdata/pkgconfig/clutter-x11-1.0.pc
-libdata/pkgconfig/cogl-1.0.pc
-libdata/pkgconfig/cogl-gl-1.0.pc
share/doc/cally/CallyActor.html
share/doc/cally/CallyClone.html
share/doc/cally/CallyGroup.html
@@ -152,8 +123,8 @@ share/doc/cally/CallyText.html
share/doc/cally/CallyTexture.html
share/doc/cally/CallyUtil.html
share/doc/cally/cally-General-API.html
-share/doc/cally/cally.devhelp
share/doc/cally/cally.devhelp2
+share/doc/cally/callyannotationglossary.html
share/doc/cally/callybase.html
share/doc/cally/callyobjecthierarchy.html
share/doc/cally/callyobjectindex.html
@@ -204,9 +175,11 @@ share/doc/cally/up.png
%%DOCSDIR%%/ClutterDeviceManager.html
%%DOCSDIR%%/ClutterDesaturateEffect.html
%%DOCSDIR%%/ClutterDragAction.html
+%%DOCSDIR%%/ClutterDropAction.html
%%DOCSDIR%%/ClutterEffect.html
%%DOCSDIR%%/ClutterFixedLayout.html
%%DOCSDIR%%/ClutterFlowLayout.html
+%%DOCSDIR%%/ClutterGestureAction.html
%%DOCSDIR%%/ClutterGroup.html
%%DOCSDIR%%/ClutterInputDevice.html
%%DOCSDIR%%/ClutterLayoutManager.html
@@ -228,6 +201,7 @@ share/doc/cally/up.png
%%DOCSDIR%%/ClutterSnapConstraint.html
%%DOCSDIR%%/ClutterStage.html
%%DOCSDIR%%/ClutterState.html
+%%DOCSDIR%%/ClutterSwipeAction.html
%%DOCSDIR%%/ClutterTableLayout.html
%%DOCSDIR%%/ClutterText.html
%%DOCSDIR%%/ClutterTexture.html
@@ -252,12 +226,12 @@ share/doc/cally/up.png
%%DOCSDIR%%/ch11.html
%%DOCSDIR%%/ch12.html
%%DOCSDIR%%/ch13.html
+%%DOCSDIR%%/clutter-ClutterGLXTexturePixmap.html
%%DOCSDIR%%/clutter-ClutterX11TexturePixmap.html
%%DOCSDIR%%/clutter-Colors.html
%%DOCSDIR%%/clutter-EGL-Specific-Support.html
%%DOCSDIR%%/clutter-Events.html
%%DOCSDIR%%/clutter-Features.html
-%%DOCSDIR%%/clutter-GLX-Specific-Support.html
%%DOCSDIR%%/clutter-General.html
%%DOCSDIR%%/clutter-Implicit-Animations.html
%%DOCSDIR%%/clutter-Intel-CE3100-CE4100-Specific-Support.html
@@ -278,7 +252,6 @@ share/doc/cally/up.png
%%DOCSDIR%%/clutter-animations.html
%%DOCSDIR%%/clutter-overview.html
%%DOCSDIR%%/clutter-subclassing-ClutterActor.html
-%%DOCSDIR%%/clutter.devhelp
%%DOCSDIR%%/clutter.devhelp2
%%DOCSDIR%%/clutteranimation.html
%%DOCSDIR%%/clutterbackends.html
@@ -309,12 +282,14 @@ share/doc/cally/up.png
%%DOCSDIR%%/ix08.html
%%DOCSDIR%%/ix09.html
%%DOCSDIR%%/ix10.html
+%%DOCSDIR%%/ix11.html
%%DOCSDIR%%/left.png
%%DOCSDIR%%/license.html
%%DOCSDIR%%/migrating-ClutterBehaviour.html
%%DOCSDIR%%/migrating-ClutterEffect.html
%%DOCSDIR%%/migrating-ClutterPath.html
%%DOCSDIR%%/migration.html
+%%DOCSDIR%%/offscreen-redirect.png
%%DOCSDIR%%/path-alpha-func.png
%%DOCSDIR%%/pt10.html
%%DOCSDIR%%/right.png
@@ -322,83 +297,53 @@ share/doc/cally/up.png
%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
%%DOCSDIR%%/using-cairo.html
-share/doc/cogl/ch01.html
-share/doc/cogl/ch02.html
-share/doc/cogl/ch03.html
-share/doc/cogl/cogl-3D-textures.html
-share/doc/cogl/cogl-Bitmaps.html
-share/doc/cogl/cogl-Blend-Strings.html
-share/doc/cogl/cogl-Buffers.html
-share/doc/cogl/cogl-Clipping-(Deprecated).html
-share/doc/cogl/cogl-Clipping.html
-share/doc/cogl/cogl-Color-Type.html
-share/doc/cogl/cogl-Fixed-Point-API.html
-share/doc/cogl/cogl-General-API-(Deprecated).html
-share/doc/cogl/cogl-General-API.html
-share/doc/cogl/cogl-GType-Integration-API.html
-share/doc/cogl/cogl-Materials-(Deprecated).html
-share/doc/cogl/cogl-Materials.html
-share/doc/cogl/cogl-Matrices.html
-share/doc/cogl/cogl-Offscreen-Buffers-(Deprecated).html
-share/doc/cogl/cogl-Offscreen-Buffers.html
-share/doc/cogl/cogl-Path-Primitives.html
-share/doc/cogl/cogl-Primitives.html
-share/doc/cogl/cogl-Shaders-and-Programmable-Pipeline-(Deprecated).html
-share/doc/cogl/cogl-Shaders-and-Programmable-Pipeline.html
-share/doc/cogl/cogl-Textures-(Deprecated).html
-share/doc/cogl/cogl-Textures.html
-share/doc/cogl/cogl-Vectors.html
-share/doc/cogl/cogl-Vertex-Buffers-(Deprecated).html
-share/doc/cogl/cogl-Vertex-Buffers.html
-share/doc/cogl/cogl.devhelp
-share/doc/cogl/cogl.devhelp2
-share/doc/cogl/cogl_ortho.png
-share/doc/cogl/coglglossary.html
-share/doc/cogl/fill-rule-even-odd.png
-share/doc/cogl/fill-rule-non-zero.png
-share/doc/cogl/home.png
-share/doc/cogl/index.html
-share/doc/cogl/index.sgml
-share/doc/cogl/ix01.html
-share/doc/cogl/ix02.html
-share/doc/cogl/ix03.html
-share/doc/cogl/ix04.html
-share/doc/cogl/ix05.html
-share/doc/cogl/ix06.html
-share/doc/cogl/ix07.html
-share/doc/cogl/left.png
-share/doc/cogl/license.html
-share/doc/cogl/quad-indices-order.png
-share/doc/cogl/quad-indices-triangles.png
-share/doc/cogl/right.png
-share/doc/cogl/style.css
-share/doc/cogl/up.png
share/gir-1.0/Cally-1.0.gir
share/gir-1.0/Clutter-1.0.gir
share/gir-1.0/ClutterX11-1.0.gir
-share/gir-1.0/Cogl-1.0.gir
+share/locale/ast/LC_MESSAGES/clutter-1.0.mo
+share/locale/ca/LC_MESSAGES/clutter-1.0.mo
+share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo
+share/locale/cs/LC_MESSAGES/clutter-1.0.mo
+share/locale/da/LC_MESSAGES/clutter-1.0.mo
share/locale/de/LC_MESSAGES/clutter-1.0.mo
+share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo
+share/locale/eo/LC_MESSAGES/clutter-1.0.mo
+share/locale/es/LC_MESSAGES/clutter-1.0.mo
share/locale/fr/LC_MESSAGES/clutter-1.0.mo
share/locale/gl/LC_MESSAGES/clutter-1.0.mo
+share/locale/hi/LC_MESSAGES/clutter-1.0.mo
share/locale/id/LC_MESSAGES/clutter-1.0.mo
share/locale/it/LC_MESSAGES/clutter-1.0.mo
+share/locale/kn/LC_MESSAGES/clutter-1.0.mo
+share/locale/lt/LC_MESSAGES/clutter-1.0.mo
+share/locale/lv/LC_MESSAGES/clutter-1.0.mo
share/locale/nb/LC_MESSAGES/clutter-1.0.mo
share/locale/nl/LC_MESSAGES/clutter-1.0.mo
+share/locale/or/LC_MESSAGES/clutter-1.0.mo
share/locale/pa/LC_MESSAGES/clutter-1.0.mo
share/locale/pl/LC_MESSAGES/clutter-1.0.mo
+share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo
+share/locale/ru/LC_MESSAGES/clutter-1.0.mo
+share/locale/sl/LC_MESSAGES/clutter-1.0.mo
share/locale/sv/LC_MESSAGES/clutter-1.0.mo
share/locale/te/LC_MESSAGES/clutter-1.0.mo
+share/locale/tr/LC_MESSAGES/clutter-1.0.mo
share/locale/uk/LC_MESSAGES/clutter-1.0.mo
share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo
+share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo
share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo
-@dirrm share/doc/cogl
@dirrm share/doc/cally
@dirrm %%DOCSDIR%%
@dirrm include/clutter-1.0/clutter/x11
@dirrm include/clutter-1.0/clutter/glx
@dirrm include/clutter-1.0/clutter
-@dirrm include/clutter-1.0/cogl
@dirrm include/clutter-1.0/cally
@dirrm include/clutter-1.0
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast