starling: Add inital release.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 21 Aug 2006 00:01:32 +0000 (00:01 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 21 Aug 2006 00:01:32 +0000 (00:01 +0000)
packages/starling/.mtn2git_empty [new file with mode: 0644]
packages/starling/starling_0.1.bb [new file with mode: 0644]

diff --git a/packages/starling/.mtn2git_empty b/packages/starling/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/starling/starling_0.1.bb b/packages/starling/starling_0.1.bb
new file mode 100644 (file)
index 0000000..5f4311d
--- /dev/null
@@ -0,0 +1,26 @@
+LICENSE = "GPL"
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r0"
+MAINTAINER = "Florian Boor <fb@kernelconcepts.de>
+
+inherit gpe autotools
+
+DESCRIPTION = "Starling audio player for GPE"
+DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins-good gst-plugins-bad esound-gpe"
+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"
+
+SRC_URI = "http://handhelds.org/~skyhusker/${P}.tar.bz2"