Files
meta-musicians/recipes-musicians/qmmp/qmmp_1.4.6.bb
Andreas Müller 853ff79624 qmmp: upgrade 1.4.5 -> 1.4.6
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit 9f56d1d9f1)
2021-05-23 21:58:25 +02:00

45 lines
934 B
BlitzBasic

SUMMARY = "Qt based audio-player"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
# Note: to support projectm, qtbase must be configured with desktop gl / gles
# won't work
DEPENDS += " \
qttools-native \
qtbase \
qtmultimedia \
ffmpeg \
libsamplerate0 \
curl \
qtx11extras \
taglib \
libcdio \
libcdio-paranoia \
libcddb \
libmad \
faad2 \
wavpack \
libmms \
libmodplug \
libvorbis \
projectm \
enca \
jack \
soxr \
"
SRC_URI = " \
http://qmmp.ylsoftware.com/files/${BPN}-${PV}.tar.bz2 \
file://0001-Remove-freebsd-compilation-support.patch \
file://0002-Hardcode-projectM-configuration-file-location.patch \
"
SRC_URI[sha256sum] = "f513774357836ad4983fa216c84cf5db634284faebec48c461733838917fd664"
inherit cmake_qt5 mime-xdg
FILES_${PN} += " \
${datadir} \
${libdir}/qmmp-1.4 \
"