aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb')
-rw-r--r--recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb b/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb
new file mode 100644
index 0000000000..64660bb7f2
--- /dev/null
+++ b/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb
@@ -0,0 +1,14 @@
+require schroedinger.inc
+PR = "r2"
+
+DEPENDS += "gstreamer gst-plugins-base"
+
+SRC_URI = "http://www.diracvideo.org/download/schroedinger/schroedinger-${PV}.tar.gz"
+
+S = "${WORKDIR}/schroedinger-${PV}"
+
+PACKAGES = "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg"
+FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so"
+FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*"
+FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so"
+