aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb
blob: 64660bb7f2b827b2074ff838be50a6543d0eea1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"