pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/clutter-box2d Update clutter-box2d to 0.8.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e804896b2aac
branches:  trunk
changeset: 392742:e804896b2aac
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 08 11:06:33 2009 +0000

description:
Update clutter-box2d to 0.8.2.

clutter-box2d-0.8.2:
====================

Changes:

  - Fixed bug in prismatic joint constructor.
  - Updated box2d version used.
  - Updated and improved documentation.
  - Updated and improved parameter handling in public API
    entry points.
  - Added support for callbacks for collisions.
  - Bug fixes relating to reference keeping.
  - Brought sandbox testbed app up to date with API changes.

diffstat:

 graphics/clutter-box2d/Makefile |  8 +++++---
 graphics/clutter-box2d/PLIST    |  7 ++++++-
 graphics/clutter-box2d/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 92c81dd71494 -r e804896b2aac graphics/clutter-box2d/Makefile
--- a/graphics/clutter-box2d/Makefile   Fri May 08 11:03:34 2009 +0000
+++ b/graphics/clutter-box2d/Makefile   Fri May 08 11:06:33 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:02:30 obache Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/08 11:06:33 obache Exp $
 #
 
-DISTNAME=      clutter-box2d-0.8.0
+DISTNAME=      clutter-box2d-0.8.2
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.clutter-project.org/sources/clutter-box2d/0.8/
 
@@ -9,11 +9,13 @@
 HOMEPAGE=      http://www.clutter-project.org/
 COMMENT=       Clutter Box2D integration library
 
+LICENSE=       gnu-lgpl-v2.1
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES= c c++
 
 PKGCONFIG_OVERRIDE+=   clutter-box2d.pc.in
diff -r 92c81dd71494 -r e804896b2aac graphics/clutter-box2d/PLIST
--- a/graphics/clutter-box2d/PLIST      Fri May 08 11:03:34 2009 +0000
+++ b/graphics/clutter-box2d/PLIST      Fri May 08 11:06:33 2009 +0000
@@ -1,9 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/14 11:02:30 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/05/08 11:06:33 obache Exp $
+include/clutter-0.8/clutter-box2d/clutter-box2d-collision.h
+include/clutter-0.8/clutter-box2d/clutter-box2d-contact.h
 include/clutter-0.8/clutter-box2d/clutter-box2d-joint.h
+include/clutter-0.8/clutter-box2d/clutter-box2d-marshal.h
 include/clutter-0.8/clutter-box2d/clutter-box2d-util.h
 include/clutter-0.8/clutter-box2d/clutter-box2d.h
 lib/libclutter-box2d-0.8.la
 lib/pkgconfig/clutter-box2d-0.8.pc
+share/gtk-doc/html/clutter-box2d/ClutterBox2D.html
 share/gtk-doc/html/clutter-box2d/ch01.html
 share/gtk-doc/html/clutter-box2d/ch02.html
 share/gtk-doc/html/clutter-box2d/clutter-box2d-ClutterBox2D-Actor.html
@@ -20,3 +24,4 @@
 share/gtk-doc/html/clutter-box2d/up.png
 @dirrm share/gtk-doc/html/clutter-box2d
 @dirrm include/clutter-0.8/clutter-box2d
+@comment in clutter: @dirrm include/clutter-0.8
diff -r 92c81dd71494 -r e804896b2aac graphics/clutter-box2d/distinfo
--- a/graphics/clutter-box2d/distinfo   Fri May 08 11:03:34 2009 +0000
+++ b/graphics/clutter-box2d/distinfo   Fri May 08 11:06:33 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/14 11:02:30 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/05/08 11:06:33 obache Exp $
 
-SHA1 (clutter-box2d-0.8.0.tar.gz) = 4697cf4626a9db6bf7f9bb5bf80b537834ff7470
-RMD160 (clutter-box2d-0.8.0.tar.gz) = 23f7d35abaec15e2148032defa48836e23bbe020
-Size (clutter-box2d-0.8.0.tar.gz) = 479436 bytes
+SHA1 (clutter-box2d-0.8.2.tar.gz) = 4abf2820d9156aa2263357daa646a6101ca1867a
+RMD160 (clutter-box2d-0.8.2.tar.gz) = 242f7cd59a8968c60a27a25b8b3c25d2cd9cdd7f
+Size (clutter-box2d-0.8.2.tar.gz) = 491985 bytes



Home | Main Index | Thread Index | Old Index