diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-08 13:23:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-08 13:23:55 +0000 |
commit | c867605eae1248202582a28713c71b528523f043 (patch) | |
tree | 5a92b6a7e4f7599c380adfe4d7bfb2a7ba1fbe6d /packages | |
parent | c27ecd9403cba5618265dc9f158ac4b16a83e8c2 (diff) |
starling: add 0.2
Diffstat (limited to 'packages')
-rw-r--r-- | packages/starling/starling_0.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/starling/starling_0.2.bb b/packages/starling/starling_0.2.bb new file mode 100644 index 0000000000..9b389c53cc --- /dev/null +++ b/packages/starling/starling_0.2.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Starling audio player for GPE" +SECTION = "gpe/multimedia" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins-good gst-plugins-bad esound sqlite3 libsoup" +RDEPENDS = "pulseaudio-bin \ + gst-plugin-audioconvert \ + gst-plugin-esd \ + gst-plugin-typefindfunctions \ + gst-plugin-decodebin \ + gst-plugin-volume" +RRECOMMENDS = "gst-plugin-mad \ + gst-plugin-modplug \ + gst-plugin-ivorbis \ + gst-plugin-tcp" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit gpe autotools + |