Import mash-0.2.0.
Mash is a small library for using real 3D models within a Clutter scene. Models can be exported from Blender or other 3D modelling software as PLY files and then used as actors. It also supports a lighting model with animatable lights ok jasper@
This commit is contained in:
parent
0a018981d2
commit
2ac7775be2
25
graphics/clutter/mash/Makefile
Normal file
25
graphics/clutter/mash/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/07 17:59:07 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for using real 3D models within a Clutter scene
|
||||
|
||||
V= 0.2.0
|
||||
DISTNAME= mash-${V}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
SHARED_LIBS += mash-0.2 0.0 # 0.0
|
||||
|
||||
MASTER_SITES= http://source.clutter-project.org/sources/mash/${V:C/^([0-9]+\.[0-9]+).*/\1/}/
|
||||
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
|
||||
WANTLIB += clutter-1.0 cogl cogl-pango drm expat ffi fontconfig
|
||||
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 json-glib-1.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs stdc++
|
||||
WANTLIB += xcb xcb-render xcb-shm z
|
||||
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
LIB_DEPENDS= graphics/clutter/core
|
||||
|
||||
.include <bsd.port.mk>
|
5
graphics/clutter/mash/distinfo
Normal file
5
graphics/clutter/mash/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (clutter/mash-0.2.0.tar.xz) = ntpVJ4QpFwfmZ75NVZF3lA==
|
||||
RMD160 (clutter/mash-0.2.0.tar.xz) = 9OE/WSLl6SpgBlyUgKLO0dTstRI=
|
||||
SHA1 (clutter/mash-0.2.0.tar.xz) = Duy3xBO/7HKv++FVViapKZoLmZQ=
|
||||
SHA256 (clutter/mash-0.2.0.tar.xz) = /UCJ4pdKGlf5uiCaCkeSTtFX2p/Jo9ZfaKa5/co1PMw=
|
||||
SIZE (clutter/mash-0.2.0.tar.xz) = 288844
|
4
graphics/clutter/mash/pkg/DESCR
Normal file
4
graphics/clutter/mash/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Mash is a small library for using real 3D models within a Clutter scene.
|
||||
Models can be exported from Blender or other 3D modelling software as
|
||||
PLY files and then used as actors. It also supports a lighting model
|
||||
with animatable lights.
|
38
graphics/clutter/mash/pkg/PLIST
Normal file
38
graphics/clutter/mash/pkg/PLIST
Normal file
@ -0,0 +1,38 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/07 17:59:07 ajacoutot Exp $
|
||||
include/mash-0.2/
|
||||
include/mash-0.2/mash/
|
||||
include/mash-0.2/mash/mash-data.h
|
||||
include/mash-0.2/mash/mash-directional-light.h
|
||||
include/mash-0.2/mash/mash-enum-types.h
|
||||
include/mash-0.2/mash/mash-light-set.h
|
||||
include/mash-0.2/mash/mash-light.h
|
||||
include/mash-0.2/mash/mash-model.h
|
||||
include/mash-0.2/mash/mash-point-light.h
|
||||
include/mash-0.2/mash/mash-spot-light.h
|
||||
include/mash-0.2/mash/mash.h
|
||||
lib/girepository-${API_VERSION}/Mash-0.2.typelib
|
||||
lib/libmash-0.2.la
|
||||
@lib lib/libmash-0.2.so.${LIBmash-0.2_VERSION}
|
||||
lib/pkgconfig/mash-0.2.pc
|
||||
share/gir-${API_VERSION}/Mash-0.2.gir
|
||||
share/gtk-doc/html/mash/
|
||||
share/gtk-doc/html/mash/MashData.html
|
||||
share/gtk-doc/html/mash/MashDirectionalLight.html
|
||||
share/gtk-doc/html/mash/MashLight.html
|
||||
share/gtk-doc/html/mash/MashLightSet.html
|
||||
share/gtk-doc/html/mash/MashModel.html
|
||||
share/gtk-doc/html/mash/MashPointLight.html
|
||||
share/gtk-doc/html/mash/MashSpotLight.html
|
||||
share/gtk-doc/html/mash/api-index-full.html
|
||||
share/gtk-doc/html/mash/ch01.html
|
||||
share/gtk-doc/html/mash/ch02.html
|
||||
share/gtk-doc/html/mash/home.png
|
||||
share/gtk-doc/html/mash/index.html
|
||||
share/gtk-doc/html/mash/index.sgml
|
||||
share/gtk-doc/html/mash/left.png
|
||||
share/gtk-doc/html/mash/mash.devhelp
|
||||
share/gtk-doc/html/mash/mash.devhelp2
|
||||
share/gtk-doc/html/mash/object-tree.html
|
||||
share/gtk-doc/html/mash/right.png
|
||||
share/gtk-doc/html/mash/style.css
|
||||
share/gtk-doc/html/mash/up.png
|
Loading…
Reference in New Issue
Block a user