summaryrefslogtreecommitdiffstats
path: root/recipes/opencv
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-30 13:14:29 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-30 13:14:29 +0200
commit076a2ad86e429d70270b7787cf15baa0b61a1159 (patch)
tree0ed627757e59750e9ab7309c4aa9ed15da015cbf /recipes/opencv
parent01d75b1a857f53f22304266e3d88c11993851563 (diff)
downloadopenembedded-076a2ad86e429d70270b7787cf15baa0b61a1159.tar.gz
artoolkitplus: add 2.2.0
Diffstat (limited to 'recipes/opencv')
-rw-r--r--recipes/opencv/artoolkitplus_2.2.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opencv/artoolkitplus_2.2.0.bb b/recipes/opencv/artoolkitplus_2.2.0.bb
new file mode 100644
index 0000000000..98880c8f2c
--- /dev/null
+++ b/recipes/opencv/artoolkitplus_2.2.0.bb
@@ -0,0 +1,17 @@
+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."
+LICENSE = "GPLv3"
+
+DEPENDS = "libxi gstreamer virtual/libx11 freeglut virtual/libgl"
+
+SRC_URI = "http://edge.launchpad.net/artoolkitplus/trunk/${PV}/+download/artoolkitplus-${PV}.tar.bz2;name=archive \
+"
+
+SRC_URI[archive.md5sum] = "385d72a3222702d775c9517a18d8fd83"
+SRC_URI[archive.sha256sum] = "e1189ab1eaba97cecb043875137046efe03b8d6aceed0916933f2d7776c1a971"
+
+
+SCONS_FIX_ENV = "1"
+inherit scons
+
+FILES_${PN} += "${libdir}/*.so"
+