summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsomusicd_git.bb
blob: 80c4b9632369ca8bc53fab02224ce3c0888248d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 \
"