Files
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

26 lines
584 B
BlitzBasic

SUMMARY = "Tomahawk, the multi-source music player"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9eef91148a9b14ec7f9df333daebc746"
DEPENDS += " \
qtbase \
quazip \
taglib \
"
SRC_URI = " \
git://github.com/tomahawk-player/${BPN}.git;branch=master;protocol=https \
file://0001-use-pkg-config-to-find-taglib.patch \
"
SRCREV = "7e96285132921936b3a62202d894d5288e5890d2"
PV ="0.8.99+git${SRCPV}"
S = "${WORKDIR}/git"
inherit cmake_qt5
CMAKE_FLAGS = " \
-DQUAZIP_INCLUDE_DIRS=${includedir}/quazip \
-DQUAZIP_LIBRARIES=${libdir} \
"