summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-graphics/.gitkeep
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain)

.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
SUMMARY = "AGL Audio Policy Plugin"
DESCRIPTION = "AGL PulseAudio Routing plugin, forked from the Tizen IVI \
PulseAudio Routing plugin, also known as module-murphy-ivi. This is a \
stripped-down version of the former, not needing Murphy anymore and using \
either a JSON configuration file or its own embedded configuration."
HOMEPAGE = "http://www.iot.bzh"

LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"

DEPENDS = "json-c pulseaudio"
RDEPENDS_${PN} = "pulseaudio-server pulseaudio-module-null-sink pulseaudio-module-loopback"

SRCREV = "952d404e87ca6001e546fe9105bdb6760c468760"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/agl-audio-plugin;protocol=https;branch=${AGL_BRANCH}"

S = "${WORKDIR}/git"

inherit cmake pkgconfig

FULL_OPTIMIZATION = "-O1 -pipe ${DEBUG_FLAGS}"

PULSE_PV="9.0"

EXTRA_OECMAKE_append = " -DPULSE_PV:STRING=${PULSE_PV}"

FILES_${PN} += "${libdir}/pulse-${PULSE_PV}/modules/* ${sysconfdir}/pulse/*"
FILES_${PN}-dbg += "${libdir}/pulse-${PULSE_PV}/modules/.debug/*"