Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / schroedinger / gst-plugin-schroedinger_1.0.5.bb
1 require schroedinger.inc
2 PR = "r2"
3
4 DEPENDS += "gstreamer gst-plugins-base"
5
6 SRC_URI = "http://www.diracvideo.org/download/schroedinger/schroedinger-${PV}.tar.gz"
7
8 S = "${WORKDIR}/schroedinger-${PV}"
9
10 PACKAGES = "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg"
11 FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so"
12 FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*"
13 FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so"
14