mash: rebuild against cogl-1.12.

This commit is contained in:
Juan RP 2012-09-27 14:46:23 +02:00
parent d2da0cdff7
commit 81dd9c5142
3 changed files with 7 additions and 11 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'mash-devel'. # Template file for 'mash-devel'.
# #
depends="clutter-devel mash>=0.2.0" depends="clutter-devel>=1.12 mash>=${version}_${revision}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
noarch=yes noarch=yes
do_install() { do_install() {

View file

@ -6,7 +6,6 @@ libjson-glib-1.0.so.0
libXi.so.6 libXi.so.6
libcairo.so.2 libcairo.so.2
libgdk_pixbuf-2.0.so.0 libgdk_pixbuf-2.0.so.0
libdrm.so.2
libX11.so.6 libX11.so.6
libXext.so.6 libXext.so.6
libXdamage.so.1 libXdamage.so.1
@ -22,4 +21,4 @@ libm.so.6
libpthread.so.0 libpthread.so.0
libc.so.6 libc.so.6
libclutter-1.0.so.0 libclutter-1.0.so.0
libcogl.so.9 libcogl.so.11

View file

@ -1,21 +1,19 @@
# Template file for 'mash' # Template file for 'mash'
pkgname=mash pkgname=mash
version=0.2.0 version=0.2.0
distfiles="http://www.clutter-project.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" revision=2
subpackages="mash-devel"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-introspection --disable-static" configure_args="--enable-introspection --disable-static"
makedepends="pkg-config intltool gobject-introspection clutter-devel" makedepends="pkg-config intltool gobject-introspection clutter-devel>=1.12"
revision=1
short_desc="A small library for using 3D models within a Clutter scene" short_desc="A small library for using 3D models within a Clutter scene"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.clutter-project.org" homepage="http://www.clutter-project.org"
license="LGPL-2.1" license="LGPL-2.1"
checksum=7a761e270ac15d2afdf4915a18f41d4855adde35c18ce3c75d294dae5056920a distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar.xz"
checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc
long_desc=" long_desc="
Mash is a small library for using real 3D models within a Clutter Mash is a small library for using real 3D models within a Clutter
scene. Models can be exported from Blender or other 3D modelling scene. Models can be exported from Blender or other 3D modelling
software as PLY files and then used as actors. It also supports a software as PLY files and then used as actors. It also supports a
lighting model with animatable lights." lighting model with animatable lights."
subpackages="mash-devel"