diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-12-02 07:41:24 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2015-12-02 08:50:35 +0000 |
commit | 38a51bc5152e2a95fa6d89d5828de643e1592559 (patch) | |
tree | a0337ddbaaa4485e988b8ef0eeff6e221558c8c0 /recipes-qt/packagegroups | |
parent | 19240aa96251048ca49a26a80f9b67d3b2130392 (diff) |
Provide AM/FM radio QML plugin 0.1
qml-radio-plugin is a standalone QML plugin building on top
of Qt5/QML and RTL-SDR (RTL2832U chipsets ; it is planned
to also support different hardware). It provides a simple
API able to detect, initialize and playback radio from QML
applications. It also ships with an example.
(Qt itself already provides a Radio class in QtMultimedia,
but it has little to no implementations, and is far too
much demanding for a start. Let us do this first)
Change-Id: Ic6d2417247f7227ccb84d4e1d9f8b1c58319390f
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'recipes-qt/packagegroups')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index 8b410f0a2..e03c85b01 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -35,6 +35,7 @@ RDEPENDS_${PN} += "\ qtwayland-plugins \ qtwayland-tools \ qtgraphicaleffects-qmlplugins \ + qml-radio-plugin \ " # qtwebkit |