From: Koen Kooi Date: Tue, 16 Sep 2008 21:47:34 +0000 (+0000) Subject: schroedinger: update to 1.0.5 X-Git-Tag: Release-2010-05/1~6082 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c592e7c902ef5b9e99245ada61ec3cc25798c38;p=openembedded.git schroedinger: update to 1.0.5 --- 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" + + +