gpe-nmf: Add version 0.22.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 26 Aug 2005 16:27:19 +0000 (16:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 26 Aug 2005 16:27:19 +0000 (16:27 +0000)
packages/gpe-nmf/gpe-nmf_0.22.bb [new file with mode: 0644]

diff --git a/packages/gpe-nmf/gpe-nmf_0.22.bb b/packages/gpe-nmf/gpe-nmf_0.22.bb
new file mode 100644 (file)
index 0000000..06c115a
--- /dev/null
@@ -0,0 +1,28 @@
+LICENSE = "GPL"
+inherit gpe pkgconfig
+
+DESCRIPTION = "GPE audio player"
+DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
+RDEPENDS = "esd \
+       gst-plugins \
+       gst-plugin-audio \
+       gst-plugin-audioconvert \
+       gst-plugin-audiofile \
+       gst-plugin-esd \
+       gst-plugin-typefindfunctions \
+        gst-plugin-decodebin \
+       gst-plugin-volume"
+RRECOMMENDS = "gst-plugin-mad \
+       gst-plugin-tagedit \
+       gst-plugin-ivorbis \
+       gst-plugin-tcp"
+
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r0"
+
+PARALLEL_MAKE=""
+
+do_compile() {
+        oe_runmake PREFIX=${prefix} GST_VERSION="0.8"
+}