diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-16 21:47:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-16 21:47:34 +0000 |
commit | 7c592e7c902ef5b9e99245ada61ec3cc25798c38 (patch) | |
tree | 9a83ef05dcdb759b5ed5c1a49bea5a31865a3b7c /packages/schroedinger | |
parent | ed45ae039fa6152c2fecf61844bae85747320296 (diff) |
schroedinger: update to 1.0.5
Diffstat (limited to 'packages/schroedinger')
-rw-r--r-- | packages/schroedinger/schroedinger_1.0.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/schroedinger/schroedinger_1.0.5.bb b/packages/schroedinger/schroedinger_1.0.5.bb new file mode 100644 index 0000000000..06fc2a3808 --- /dev/null +++ b/packages/schroedinger/schroedinger_1.0.5.bb @@ -0,0 +1,15 @@ +HOMEPAGE = "http://schrodinger.sourceforge.net/" +LICENSE = "MPL GPL LGPL MIT" +DEPENDS = "liboil gstreamer gst-plugins-base" + +SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz" + +inherit autotools pkgconfig + +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" + + + |