aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opencv
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-27 12:45:36 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-27 12:45:36 +0200
commit0a23591a528374b60e76c0360770f225ccac67f3 (patch)
tree01ea1514cc544f2dd9c3f6e3356e7e0b8184a599 /recipes/opencv
parent3b3f520e04e5405099eaf50a98bd74f88a410d15 (diff)
downloadopenembedded-0a23591a528374b60e76c0360770f225ccac67f3.tar.gz
gst-opencv: add git version
Diffstat (limited to 'recipes/opencv')
-rw-r--r--recipes/opencv/gst-opencv_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/opencv/gst-opencv_git.bb b/recipes/opencv/gst-opencv_git.bb
new file mode 100644
index 0000000000..424fac24ff
--- /dev/null
+++ b/recipes/opencv/gst-opencv_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "A collection of elements for the GStreamer multimedia framework which provide access to a number of computer vision techniques from the OpenCV project "
+LICENSE = "LGPLv2"
+
+DEPENDS = "opencv gstreamer ffmpeg"
+
+inherit autotools
+
+PV = "0.10.0.1+gitr${SRCPV}"
+SRCREV = "4514ee1608f001e85f264001355a76b5607b2144"
+SRC_URI = "git://github.com/Elleo/gst-opencv.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug"
+FILES_${PN}-dev += "${libdir}/gstreamer-*/*.la"
+FILES_${PN}-static += "${libdir}/gstreamer-*/*.a"
+FILES_${PN} += "${libdir}/gstreamer-*/*.so"
+