import clutter-box2d 0.8.2
A glue layer between clutter and box2d that provides a special group where the actors can be set to be static or dynamic in regard to a physics simulation.
This commit is contained in:
parent
3b8b3f97fe
commit
3c0299a5d5
22
graphics/clutter/clutter-box2d/Makefile
Normal file
22
graphics/clutter/clutter-box2d/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/15 17:43:23 jasper Exp $
|
||||||
|
|
||||||
|
COMMENT= clutter Box2D integration library
|
||||||
|
|
||||||
|
DISTNAME= clutter-box2d-${MAJOR}.2
|
||||||
|
SHARED_LIBS += clutter-box2d-0.8 0.0 # .802.0
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-box2d/${MAJOR}/}
|
||||||
|
|
||||||
|
MODULES= devel/gettext
|
||||||
|
|
||||||
|
WANTLIB += GL X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xi
|
||||||
|
WANTLIB += Xrender cairo expat fontconfig freetype gdk_pixbuf-2.0
|
||||||
|
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
|
||||||
|
WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||||
|
WANTLIB += pcre pixman-1 png z
|
||||||
|
|
||||||
|
LIB_DEPENDS= clutter-glx-0.8::graphics/clutter/core
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
graphics/clutter/clutter-box2d/distinfo
Normal file
5
graphics/clutter/clutter-box2d/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (clutter-box2d-0.8.2.tar.gz) = OTpCuV8u3o4XNhrNvd3h9g==
|
||||||
|
RMD160 (clutter-box2d-0.8.2.tar.gz) = JC981ZqJaMYKJ6Jbizwl0s2c3X8=
|
||||||
|
SHA1 (clutter-box2d-0.8.2.tar.gz) = Sr8oINkVaqImM1fapkamEByhhno=
|
||||||
|
SHA256 (clutter-box2d-0.8.2.tar.gz) = Z2uqrmxN5/eeUaIWfvVXETbHCf5P9SvZGcE+K5PoCpE=
|
||||||
|
SIZE (clutter-box2d-0.8.2.tar.gz) = 491985
|
3
graphics/clutter/clutter-box2d/pkg/DESCR
Normal file
3
graphics/clutter/clutter-box2d/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
A glue layer between clutter and box2d that provides a special group
|
||||||
|
where the actors can be set to be static or dynamic in regard to a
|
||||||
|
physics simulation.
|
27
graphics/clutter/clutter-box2d/pkg/PLIST
Normal file
27
graphics/clutter/clutter-box2d/pkg/PLIST
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/15 17:43:23 jasper Exp $
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/clutter-box2d-collision.h
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/clutter-box2d-contact.h
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/clutter-box2d-joint.h
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/clutter-box2d-marshal.h
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/clutter-box2d-util.h
|
||||||
|
include/clutter-${MAJOR}/clutter-box2d/clutter-box2d.h
|
||||||
|
lib/libclutter-box2d-${MAJOR}.la
|
||||||
|
@lib lib/libclutter-box2d-${MAJOR}.so.${LIBclutter-box2d-0.8_VERSION}
|
||||||
|
lib/pkgconfig/clutter-box2d-${MAJOR}.pc
|
||||||
|
share/gtk-doc/html/clutter-box2d/
|
||||||
|
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
|
||||||
|
share/gtk-doc/html/clutter-box2d/clutter-box2d-ClutterBox2D-Joint.html
|
||||||
|
share/gtk-doc/html/clutter-box2d/clutter-box2d.devhelp
|
||||||
|
share/gtk-doc/html/clutter-box2d/clutter-box2d.devhelp2
|
||||||
|
share/gtk-doc/html/clutter-box2d/home.png
|
||||||
|
share/gtk-doc/html/clutter-box2d/index.html
|
||||||
|
share/gtk-doc/html/clutter-box2d/index.sgml
|
||||||
|
share/gtk-doc/html/clutter-box2d/left.png
|
||||||
|
share/gtk-doc/html/clutter-box2d/license.html
|
||||||
|
share/gtk-doc/html/clutter-box2d/right.png
|
||||||
|
share/gtk-doc/html/clutter-box2d/style.css
|
||||||
|
share/gtk-doc/html/clutter-box2d/up.png
|
Loading…
Reference in New Issue
Block a user