summaryrefslogtreecommitdiff
path: root/packages/starling
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-08-21 00:25:31 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2006-08-21 00:25:31 +0000
commit31647657057494a96cf6ae9e86700b3f15b9938b (patch)
treec6b2a0fbbc14a9d27b2b4b9ce823b8234c966db5 /packages/starling
parent959a8d0369208ec82a46f14e265dd8ab58668ef9 (diff)
parentb75d4a8e52a3d982b95bd082337fdd23ba55fcac (diff)
merge of df84e8f6ddb4607c824cd8dbc63c44ffbb308f9a
and 3608f3d5434271fde9ce2b2c787339675d8a532f
Diffstat (limited to 'packages/starling')
-rw-r--r--packages/starling/.mtn2git_empty0
-rw-r--r--packages/starling/starling_0.1.bb26
2 files changed, 26 insertions, 0 deletions
diff --git a/packages/starling/.mtn2git_empty b/packages/starling/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/starling/.mtn2git_empty
diff --git a/packages/starling/starling_0.1.bb b/packages/starling/starling_0.1.bb
new file mode 100644
index 0000000000..5f4311dfe5
--- /dev/null
+++ b/packages/starling/starling_0.1.bb
@@ -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"