From 38a51bc5152e2a95fa6d89d5828de643e1592559 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Wed, 2 Dec 2015 07:41:24 +0000 Subject: 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 --- recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb') diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index 8b410f0a..e03c85b0 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 -- cgit 1.2.3-korg