aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsomusicd_git.bb
blob: 443d45ef89b36e6ad8270257b4566284a2de6c81 (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"
PV = "0.0.1+gitr${SRCPV}"
PR = "${INC_PR}.0"

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 \
"