summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-28 16:45:50 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-28 16:45:50 +0100
commitb160b530768a35d82518f0f3ff56eb1a72b8bd82 (patch)
treed31ca4eea1d9ea0250ab5ee1698b9533c602fb31
parent052e3287b44148cd0cd155602de201b5b58411eb (diff)
fsodatad: new recipe; FSO data storage service
fsomusicd: new recipe; FSO music player service
-rw-r--r--conf/distro/include/fso-autorev.inc2
-rw-r--r--conf/distro/include/sane-srcrevs-fso.inc4
-rw-r--r--recipes/freesmartphone/fsodatad_git.bb6
-rw-r--r--recipes/freesmartphone/fsomusicd_git.bb20
4 files changed, 31 insertions, 1 deletions
diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index ba8cdac1f5..658a4390f3 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -2,9 +2,11 @@
SRCREV_pn-dbus-hlid = "${AUTOREV}"
SRCREV_pn-frameworkd = "${AUTOREV}"
SRCREV_pn-frameworkd-devel = "${AUTOREV}"
+SRCREV_pn-fsodatad = "${AUTOREV}"
SRCREV_pn-fsodeviced = "${AUTOREV}"
SRCREV_pn-fsogsmd = "${AUTOREV}"
SRCREV_pn-fsogpsd = "${AUTOREV}"
+SRCREV_pn-fsomusicd = "${AUTOREV}"
SRCREV_pn-fsonetworkd = "${AUTOREV}"
SRCREV_pn-fsotimed = "${AUTOREV}"
SRCREV_pn-fsousaged = "${AUTOREV}"
diff --git a/conf/distro/include/sane-srcrevs-fso.inc b/conf/distro/include/sane-srcrevs-fso.inc
index 6cb423db13..1b56add7bf 100644
--- a/conf/distro/include/sane-srcrevs-fso.inc
+++ b/conf/distro/include/sane-srcrevs-fso.inc
@@ -3,9 +3,11 @@
# FSO Projects -- Cornucopia
FSO_CORNUCOPIA_SRCREV ?= "1dcf546fb0423930f938129a51f538874c172226"
SRCREV_pn-fso-apm ?= "${FSO_CORNUCOPIA_SRCREV}"
-SRCREV_pn-fsodeviced ?= "0ea5c80742a4f788a29258e9e01d9ebc25dad2dc"
+SRCREV_pn-fsodatad ?= "1b329ccc044eb087a6f8a7c7c61022c162f51ab2"
+SRCREV_pn-fsodeviced ?= "1b329ccc044eb087a6f8a7c7c61022c162f51ab2"
SRCREV_pn-fsogsmd ?= "${FSO_CORNUCOPIA_SRCREV}"
SRCREV_pn-fsogpsd ?= "${FSO_CORNUCOPIA_SRCREV}"
+SRCREV_pn-fsomusicd ?= "1b329ccc044eb087a6f8a7c7c61022c162f51ab2"
SRCREV_pn-fsonetworkd ?= "${FSO_CORNUCOPIA_SRCREV}"
SRCREV_pn-fsotimed ?= "${FSO_CORNUCOPIA_SRCREV}"
SRCREV_pn-fsousaged ?= "fe2ec3260b73233c414de584aa1b4a5e49c24a0d"
diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb
new file mode 100644
index 0000000000..de13bedc0a
--- /dev/null
+++ b/recipes/freesmartphone/fsodatad_git.bb
@@ -0,0 +1,6 @@
+require cornucopia.inc
+inherit fso-plugin
+PR = "${INC_PR}.0"
+PV = "0.0.0+gitr${SRCREV}"
+
+DEPENDS += "libxml2 mobile-broadband-provider-info"
diff --git a/recipes/freesmartphone/fsomusicd_git.bb b/recipes/freesmartphone/fsomusicd_git.bb
new file mode 100644
index 0000000000..80c4b96323
--- /dev/null
+++ b/recipes/freesmartphone/fsomusicd_git.bb
@@ -0,0 +1,20 @@
+require cornucopia.inc
+DEPENDS += "gstreamer"
+PR = "${INC_PR}.0"
+PV = "0.0.1"
+
+RDEPENDS += "\
+ gst-plugin-volume \
+ gst-plugin-mad \
+ gst-plugin-oggdemux \
+ gst-plugin-ivorbisdec \
+ gst-plugin-audioconvert \
+ gst-plugin-flacdec \
+ gst-plugin-waveparse \
+ gst-plugin-siddec \
+ gst-plugin-modplug \
+ gst-plugin-filesrc \
+ gst-plugin-souphttpsrc \
+ gst-plugin-mmssrc \
+ gst-plugin-alsasink \
+"