summaryrefslogtreecommitdiffstats
path: root/graphics/clutter
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-24 23:09:55 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-24 23:09:55 +0800
commit04bdf197b393b00ab22db293d260ddf6331e28f4 (patch)
tree2d2840c652a7913f265e3dc559b7db77be02a550 /graphics/clutter
parentea49935f2ce5a11cbf522477d11bb7c79e9a3077 (diff)
downloadmarcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.tar
marcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.tar.gz
marcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.tar.bz2
marcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.tar.lz
marcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.tar.xz
marcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.tar.zst
marcuscom-ports-04bdf197b393b00ab22db293d260ddf6331e28f4.zip
Update to 1.0.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13016 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter')
-rw-r--r--graphics/clutter/Makefile3
-rw-r--r--graphics/clutter/distinfo6
-rw-r--r--graphics/clutter/files/patch-clutter_cogl_Makefile.in11
-rw-r--r--graphics/clutter/files/patch-clutter_json_Makefile.in11
-rw-r--r--graphics/clutter/pkg-plist17
5 files changed, 17 insertions, 31 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 8602f01f7..3a6212682 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= clutter
-PORTVERSION= 1.0.2
-PORTREVISION= 3
+PORTVERSION= 1.0.6
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/1.0/
diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo
index 02602f9da..2cf364907 100644
--- a/graphics/clutter/distinfo
+++ b/graphics/clutter/distinfo
@@ -1,3 +1,3 @@
-MD5 (clutter-1.0.2.tar.bz2) = 498ac921fbe5881a03701877b7ea3edd
-SHA256 (clutter-1.0.2.tar.bz2) = c379c659f98797833426d7622405b7b5f4a2c6361cc4c10af0871ff87c7cb388
-SIZE (clutter-1.0.2.tar.bz2) = 2029907
+MD5 (clutter-1.0.6.tar.bz2) = 477e9093b2869f961e7295dab7b92d6b
+SHA256 (clutter-1.0.6.tar.bz2) = e06fb296e191d0ec6ed813d9c6013cbe1cd2f7ca569c11f04079e3a04f08bed8
+SIZE (clutter-1.0.6.tar.bz2) = 2013007
diff --git a/graphics/clutter/files/patch-clutter_cogl_Makefile.in b/graphics/clutter/files/patch-clutter_cogl_Makefile.in
deleted file mode 100644
index 396147ce5..000000000
--- a/graphics/clutter/files/patch-clutter_cogl_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- clutter/cogl/Makefile.in.orig 2009-08-29 21:15:02.000000000 -0400
-+++ clutter/cogl/Makefile.in 2009-08-29 21:15:15.000000000 -0400
-@@ -759,7 +759,7 @@ cogl-$(CLUTTER_COGL)-$(CLUTTER_API_VERSI
- @HAVE_INTROSPECTION_TRUE@ --c-include='cogl/cogl.h' \
- @HAVE_INTROSPECTION_TRUE@ --include=GL-1.0 \
- @HAVE_INTROSPECTION_TRUE@ --include=GObject-2.0 \
--@HAVE_INTROSPECTION_TRUE@ --library=clutter-cogl \
-+@HAVE_INTROSPECTION_TRUE@ --library=libclutter-cogl.la \
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
- @HAVE_INTROSPECTION_TRUE@ --pkg gobject-2.0 \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
diff --git a/graphics/clutter/files/patch-clutter_json_Makefile.in b/graphics/clutter/files/patch-clutter_json_Makefile.in
deleted file mode 100644
index 226eccff1..000000000
--- a/graphics/clutter/files/patch-clutter_json_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- clutter/json/Makefile.in.orig 2009-08-29 21:16:07.000000000 -0400
-+++ clutter/json/Makefile.in 2009-08-29 21:16:19.000000000 -0400
-@@ -640,7 +640,7 @@ uninstall-am: uninstall-clutterjsonHEADE
- @HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace ClutterJson --nsversion=@CLUTTER_API_VERSION@ \
- @HAVE_INTROSPECTION_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \
- @HAVE_INTROSPECTION_TRUE@ --include=GObject-2.0 \
--@HAVE_INTROSPECTION_TRUE@ --library=clutter-json \
-+@HAVE_INTROSPECTION_TRUE@ --library=libclutter-json.la \
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
- @HAVE_INTROSPECTION_TRUE@ --pkg gobject-2.0 \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist
index ab4498d06..5312850e8 100644
--- a/graphics/clutter/pkg-plist
+++ b/graphics/clutter/pkg-plist
@@ -117,6 +117,8 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/ClutterTexture.html
%%DOCSDIR%%/ClutterTimeline.html
%%DOCSDIR%%/actor-box.png
+%%DOCSDIR%%/additionaldocs.html
+%%DOCSDIR%%/annotation-glossary.html
%%DOCSDIR%%/building-clutter.html
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/ch02.html
@@ -152,13 +154,21 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/clutter.devhelp
%%DOCSDIR%%/clutter.devhelp2
%%DOCSDIR%%/clutteranimation.html
+%%DOCSDIR%%/clutterbackends.html
%%DOCSDIR%%/clutterbase.html
+%%DOCSDIR%%/clutterglossary.html
+%%DOCSDIR%%/clutterobjecthierarchy.html
+%%DOCSDIR%%/clutterobjectindex.html
+%%DOCSDIR%%/clutterobjects.html
+%%DOCSDIR%%/cluttertools.html
%%DOCSDIR%%/creating-your-own-behaviours.html
%%DOCSDIR%%/easing-modes.png
%%DOCSDIR%%/event-flow.png
+%%DOCSDIR%%/go01.html
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/iterating-paths.html
%%DOCSDIR%%/ix01.html
%%DOCSDIR%%/ix02.html
%%DOCSDIR%%/ix03.html
@@ -169,16 +179,15 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/left.png
%%DOCSDIR%%/license.html
%%DOCSDIR%%/migrating-ClutterEffect.html
+%%DOCSDIR%%/migrating-ClutterPath.html
+%%DOCSDIR%%/migration.html
%%DOCSDIR%%/path-alpha-func.png
-%%DOCSDIR%%/pt06.html
-%%DOCSDIR%%/pt07.html
-%%DOCSDIR%%/pt08.html
-%%DOCSDIR%%/pt09.html
%%DOCSDIR%%/pt10.html
%%DOCSDIR%%/right.png
%%DOCSDIR%%/running-clutter.html
%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
+%%DOCSDIR%%/using-cairo.html
share/doc/cogl/ch01.html
share/doc/cogl/cogl-Blend-Strings.html
share/doc/cogl/cogl-Color-Type.html