2012-03-19 12:02:44 +00:00
|
|
|
# Template file for 'mash'
|
|
|
|
pkgname=mash
|
2012-04-03 07:48:21 +00:00
|
|
|
version=0.2.0
|
2012-03-19 12:02:44 +00:00
|
|
|
distfiles="http://www.clutter-project.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--enable-introspection --disable-static"
|
|
|
|
short_desc="A small library for using 3D models within a Clutter scene"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.clutter-project.org"
|
|
|
|
license="LGPL-2.1"
|
2012-04-03 07:48:21 +00:00
|
|
|
checksum=7a761e270ac15d2afdf4915a18f41d4855adde35c18ce3c75d294dae5056920a
|
2012-03-19 12:02:44 +00:00
|
|
|
long_desc="
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="mash-devel"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency build clutter-devel
|