Files
meta-kf5/recipes-kdesupport/phonon.inc
Volker Krause e5e32bcb41 Move from anongit.kde.org to invent.kde.org
anongit has been switched off in favor of Gitlab.
2020-06-11 17:06:14 +02:00

25 lines
652 B
PHP

DESCRIPTION = "Phonon"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
DEPENDS = "qtbase extra-cmake-modules"
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_qt5
EXTRA_OECMAKE += " -DPHONON_BUILD_PHONON4QT5=ON"
# remove the widget designer plugin, this makes no sense for the target
do_install_append() {
rm -rf ${D}/${libdir}/qt5/
}
FILES_${PN}-dev += " \
${datadir}/phonon4qt5/buildsystem/* \
${datadir}/dbus-1/interfaces/*.xml \
${datadir}/qt5/mkspecs/modules/*.pri \
${libdir}/cmake/phonon4qt5/* \
"