diff options
author | obache <obache> | 2009-05-08 11:06:33 +0000 |
---|---|---|
committer | obache <obache> | 2009-05-08 11:06:33 +0000 |
commit | 448d4d82bc5ca05f15d878d106e889e01b0fa27e (patch) | |
tree | cc95d0ca7c3592d13aa8dd1cfb80e971c87c87c0 /graphics/clutter-box2d | |
parent | 12e2f3ddf95f30357eaa9eb72834896566fef635 (diff) | |
download | pkgsrc-448d4d82bc5ca05f15d878d106e889e01b0fa27e.tar.gz |
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 (limited to 'graphics/clutter-box2d')
-rw-r--r-- | graphics/clutter-box2d/Makefile | 8 | ||||
-rw-r--r-- | graphics/clutter-box2d/PLIST | 7 | ||||
-rw-r--r-- | graphics/clutter-box2d/distinfo | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile index 545117b65ba..29b814c05c0 100644 --- a/graphics/clutter-box2d/Makefile +++ b/graphics/clutter-box2d/Makefile @@ -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 @@ MAINTAINER= obache@NetBSD.org 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 --git a/graphics/clutter-box2d/PLIST b/graphics/clutter-box2d/PLIST index 5ab61c49cc5..748382f4271 100644 --- a/graphics/clutter-box2d/PLIST +++ b/graphics/clutter-box2d/PLIST @@ -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/style.css 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 --git a/graphics/clutter-box2d/distinfo b/graphics/clutter-box2d/distinfo index 6c69fb86220..ff8ff55710a 100644 --- a/graphics/clutter-box2d/distinfo +++ b/graphics/clutter-box2d/distinfo @@ -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 |