libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / opencv / gst-opencv_git.bb
blob424fac24ff1d26f2656f5c6dccba9230a15596f8
1 DESCRIPTION = "A collection of elements for the GStreamer multimedia framework which provide access to a number of computer vision techniques from the OpenCV project "
2 LICENSE = "LGPLv2"
4 DEPENDS = "opencv gstreamer ffmpeg"
6 inherit autotools
8 PV = "0.10.0.1+gitr${SRCPV}"
9 SRCREV = "4514ee1608f001e85f264001355a76b5607b2144"
10 SRC_URI = "git://github.com/Elleo/gst-opencv.git;protocol=git"
12 S = "${WORKDIR}/git"
14 FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug"
15 FILES_${PN}-dev += "${libdir}/gstreamer-*/*.la"
16 FILES_${PN}-static += "${libdir}/gstreamer-*/*.a"
17 FILES_${PN} += "${libdir}/gstreamer-*/*.so"