diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-21 00:01:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-21 00:01:32 +0000 |
commit | 66cd4cd0f81950147e8ad285b9dc14a66ccead64 (patch) | |
tree | 470a3786ee2da2789e198ca7394f94f474c58bc1 /packages/starling/starling_0.1.bb | |
parent | 2a8f467da1b250808cfcb5825b413551e028493a (diff) |
starling: Add inital release.
Diffstat (limited to 'packages/starling/starling_0.1.bb')
-rw-r--r-- | packages/starling/starling_0.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
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" |