New package: mash-0.1.0.

This commit is contained in:
Juan RP 2012-03-19 13:02:44 +01:00
parent a26ab90f99
commit ebd6ad9c58
6 changed files with 73 additions and 0 deletions

View File

@ -972,3 +972,4 @@ liblutok.so.0 lutok lutok-devel
libmtdev.so.1 mtdev mtdev-devel
libcryptsetup.so.4 libcryptsetup cryptsetup-devel
libgusb.so.2 libgusb libgusb-devel
libmash-0.1.so.0 mash mash-devel

1
srcpkgs/mash-devel Symbolic link
View File

@ -0,0 +1 @@
mash

2
srcpkgs/mash/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=">=0.1.0"
api_depends="${api_depends}"

View File

@ -0,0 +1,16 @@
# Template file for 'mash-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run clutter-devel
Add_dependency run mash
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/gtk-doc usr/share
vmove "usr/share/gir-*" usr/share
}

30
srcpkgs/mash/mash.rshlibs Normal file
View File

@ -0,0 +1,30 @@
libclutter-glx-1.0.so.0
libcairo-gobject.so.2
libatk-1.0.so.0
libpangocairo-1.0.so.0
libcogl-pango.so.0
libjson-glib-1.0.so.0
libGL.so.1
libpangoft2-1.0.so.0
libXi.so.6
libcairo.so.2
libcogl.so.5
libgdk_pixbuf-2.0.so.0
libdrm.so.2
libX11.so.6
libXext.so.6
libXdamage.so.1
libXcomposite.so.1
libgio-2.0.so.0
libpango-1.0.so.0
libfreetype.so.6
libfontconfig.so.1
libgobject-2.0.so.0
libgmodule-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0
libXfixes.so.3
libm.so.6
libpthread.so.0
libc.so.6

23
srcpkgs/mash/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'mash'
pkgname=mash
version=0.1.0
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"
checksum=81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f
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