From: Koen Kooi Date: Tue, 23 May 2006 19:03:28 +0000 (+0000) Subject: schroedinger: at first public release of the schroedinger/dirac codec. The package... X-Git-Tag: Release-2010-05/1~9453^2~1637 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c53a6adac21a77fa4d297db1a539bf40072446;p=openembedded.git schroedinger: at first public release of the schroedinger/dirac codec. The package includes a librady and gstreamer plugin --- diff --git a/packages/schroedinger/.mtn2git_empty b/packages/schroedinger/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/schroedinger/schroedinger_0.2.0.0.bb b/packages/schroedinger/schroedinger_0.2.0.0.bb new file mode 100644 index 0000000000..9e81f53881 --- /dev/null +++ b/packages/schroedinger/schroedinger_0.2.0.0.bb @@ -0,0 +1,9 @@ +LICENSE = "MPL/GPL/LGPL and MIT" +DEPENDS = "liboil gstreamer gst-plugins-base" + +SRC_URI = "${SOURCEFORGE_MIRROR}/schrodinger/${P}.tar.gz" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/gstreamer-0.10/libgstschro.so" +