opencv + samples: update to 2.1.0
[openembedded.git] / recipes / opencv / artoolkitplus_2.2.0.bb
blob98880c8f2c31a4710fc4ad70aa54c80fcc8016c7
1 DESCRIPTION = "ARToolKitPlus is a software library that can be used to calculate camera position and orientation relative to physical markers in real time. This enables the easy development of a wide range of Augmented Reality applications."
2 LICENSE = "GPLv3"
4 DEPENDS = "libxi gstreamer virtual/libx11 freeglut virtual/libgl"
6 SRC_URI = "http://edge.launchpad.net/artoolkitplus/trunk/${PV}/+download/artoolkitplus-${PV}.tar.bz2;name=archive \
9 SRC_URI[archive.md5sum] = "385d72a3222702d775c9517a18d8fd83"
10 SRC_URI[archive.sha256sum] = "e1189ab1eaba97cecb043875137046efe03b8d6aceed0916933f2d7776c1a971"
13 SCONS_FIX_ENV = "1"
14 inherit scons
16 FILES_${PN} += "${libdir}/*.so"