diff options
author | Ian Reinhart Geiser <igeiser@devonit.com> | 2013-01-04 20:33:01 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:22:02 +0200 |
commit | 3c0d8a8287b3e9ce8d02a1b808ded19e8aed0781 (patch) | |
tree | d09e49184eea49f94fd05c87f8d1e12939bba21e | |
parent | 935d55a0769ec9084ef780ac6f098ff07c57bfac (diff) | |
download | meta-qt5-3c0d8a8287b3e9ce8d02a1b808ded19e8aed0781.tar.gz |
qtmultimedia: Add module
* MJ: simplified to use newer classes
* MJ: Add license information
* MJ: use OE_QMAKE_PATH_QML for packaging definition
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtmultimedia.inc | 18 | ||||
-rw-r--r-- | recipes-qt/qt5/qtmultimedia_5.0.0.bb | 13 |
2 files changed, 31 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtmultimedia.inc b/recipes-qt/qt5/qtmultimedia.inc new file mode 100644 index 00000000..c2276225 --- /dev/null +++ b/recipes-qt/qt5/qtmultimedia.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | DEPENDS += "qtdeclarative gstreamer alsa-lib " | ||
4 | |||
5 | INC_PR = "r0" | ||
6 | |||
7 | PACKAGES += "${PN}-qmlplugins-dbg ${PN}-qmlplugins" | ||
8 | |||
9 | FILES_${PN}-qmlplugins = " \ | ||
10 | ${OE_QMAKE_PATH_QML}/QtMultimedia/qmldir \ | ||
11 | ${OE_QMAKE_PATH_QML}/QtMultimedia/plugins.qmltypes \ | ||
12 | ${OE_QMAKE_PATH_QML}/QtMultimedia/Video.qml \ | ||
13 | ${OE_QMAKE_PATH_QML}/QtMultimedia/libdeclarative_multimedia.so \ | ||
14 | " | ||
15 | |||
16 | FILES_${PN}-qmlplugins-dbg = " \ | ||
17 | ${OE_QMAKE_PATH_QML}/QtMultimedia/.debug \ | ||
18 | " | ||
diff --git a/recipes-qt/qt5/qtmultimedia_5.0.0.bb b/recipes-qt/qt5/qtmultimedia_5.0.0.bb new file mode 100644 index 00000000..2d703c53 --- /dev/null +++ b/recipes-qt/qt5/qtmultimedia_5.0.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | # LICENSE files are missing in 5.0.0 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ | ||
8 | " | ||
9 | |||
10 | PR = "${INC_PR}.0" | ||
11 | |||
12 | SRC_URI[md5sum] = "bc24e00ded809c0c457ff3480c6d4198" | ||
13 | SRC_URI[sha256sum] = "55915e30ba089dd6f9cd5e0dfe93e231c4d741da0f85a2e16d5a47f948424cc4" | ||