49 lines
1.1 KiB
BlitzBasic
49 lines
1.1 KiB
BlitzBasic
SUMMARY = "An Audio/MIDI multi-track sequencer"
|
|
HOMEPAGE = "http://qtractor.sourceforge.net/"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS += " \
|
|
qttools-native \
|
|
qtbase \
|
|
qtx11extras \
|
|
jack \
|
|
lilv \
|
|
libmad \
|
|
rubberband \
|
|
dssi \
|
|
suil \
|
|
aubio \
|
|
qtsvg \
|
|
"
|
|
|
|
inherit cmake_qt5 pkgconfig gtk-icon-cache mime mime-xdg qt5-translation
|
|
|
|
SRC_URI = " \
|
|
git://github.com/rncbc//qtractor.git;branch=main;protocol=https \
|
|
file://0003-Add-ARM-NEON-acceleration-for-time-stretch-not-yet-t.patch \
|
|
\
|
|
file://Qtractor.conf \
|
|
"
|
|
SRCREV = "59679eab1c4c758911926eea85188c95b3581848"
|
|
PV = "1.0.0+git${SRCPV}"
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install:append() {
|
|
install -d ${D}/${sysconfdir}/skel/.config/rncbc.org
|
|
install -m 0644 ${WORKDIR}/Qtractor.conf ${D}/${sysconfdir}/skel/.config/rncbc.org/
|
|
}
|
|
|
|
PACKAGES =+ "${PN}-defconfig"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/mime \
|
|
${datadir}/metainfo \
|
|
"
|
|
|
|
FILES:${PN}-defconfig = " \
|
|
${sysconfdir}/skel/.config/rncbc.org \
|
|
"
|
|
|
|
RDEPENDS:${PN}-defconfig = "${PN} fluidsynth-dssi"
|