mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 12:49:31 +02:00
FIx warning due to distro_features_check deprecation
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ DEPENDS += " \
|
||||
fluidsynth \
|
||||
"
|
||||
|
||||
inherit wafold distro_features_check gtk-icon-cache pkgconfig
|
||||
inherit wafold features_check gtk-icon-cache pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://sourceforge.net/projects/bristol/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ PV = "2.0.0+git${SRCPV}"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit qmake5_base pkgconfig qemu-ext distro_features_check mime gtk-icon-cache
|
||||
inherit qmake5_base pkgconfig qemu-ext features_check mime gtk-icon-cache
|
||||
|
||||
B = "${S}"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ PV = "0.0.0+git${SRCPV}"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
inherit lv2-turtle-helper distro_features_check pack_audio_plugins
|
||||
inherit lv2-turtle-helper features_check pack_audio_plugins
|
||||
|
||||
# distro-ports dependency for special hack script / libs
|
||||
DEPENDS += " \
|
||||
|
||||
@@ -32,7 +32,7 @@ SRC_URI[linuxsynths-vex-patches2.sha256sum] = "378cff261dab333c5f29246b6f3f557e0
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
inherit dos2unix lv2-turtle-helper distro_features_check pack_audio_plugins
|
||||
inherit dos2unix lv2-turtle-helper features_check pack_audio_plugins
|
||||
|
||||
DEPENDS += " \
|
||||
premake3-native \
|
||||
|
||||
@@ -11,7 +11,7 @@ PV = "v1.3"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
inherit pkgconfig lv2-turtle-helper pack_audio_plugins distro_features_check
|
||||
inherit pkgconfig lv2-turtle-helper pack_audio_plugins features_check
|
||||
|
||||
# TODO standalone: *.desktop
|
||||
DEPENDS += " \
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://drobilla.net/software/mda-lv2"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit waf distro_features_check pkgconfig
|
||||
inherit waf features_check pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://drobilla.net/software/suil"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=31b283049b7bf3fc441d62cd43d8f4b9"
|
||||
|
||||
inherit waf distro_features_check pkgconfig
|
||||
inherit waf features_check pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit autotools-brokensep pkgconfig distro_features_check gtk-icon-cache qemu-ext
|
||||
inherit autotools-brokensep pkgconfig features_check gtk-icon-cache qemu-ext
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tytel.org/helm/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit dos2unix qemu-ext distro_features_check gtk-icon-cache pack_audio_plugins
|
||||
inherit dos2unix qemu-ext features_check gtk-icon-cache pack_audio_plugins
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
inherit pkgconfig distro_features_check
|
||||
inherit pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://kushview.net/element/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
inherit waf pkgconfig distro_features_check
|
||||
inherit waf pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit cmake_qt5 distro_features_check pkgconfig mime gtk-icon-cache pkgconfig bash-completion
|
||||
inherit cmake_qt5 features_check pkgconfig mime gtk-icon-cache pkgconfig bash-completion
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit distro_features_check pack_audio_plugins qemu-ext
|
||||
inherit features_check pack_audio_plugins qemu-ext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://mixxx.org/"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=827547320b68c9b65f19d8abd3d7a019"
|
||||
|
||||
inherit scons qmake5_paths pkgconfig distro_features_check
|
||||
inherit scons qmake5_paths pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ DEPENDS = " \
|
||||
jack \
|
||||
"
|
||||
|
||||
inherit pkgconfig lv2-turtle-helper distro_features_check pack_audio_plugins
|
||||
inherit pkgconfig lv2-turtle-helper features_check pack_audio_plugins
|
||||
|
||||
SRC_URI = "gitsm://github.com/rghvdberg/ninjas2.git"
|
||||
SRCREV = "12aa2f9d150caaf602c2f1a31cb6dd078abddde2"
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS += " \
|
||||
libsigc++-2.0 \
|
||||
"
|
||||
|
||||
inherit waf pkgconfig distro_features_check gtk-icon-cache
|
||||
inherit waf pkgconfig features_check gtk-icon-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://projectm-visualizer.github.io/projectm"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26f590fe167311fe2a5a7ce0b3e71900"
|
||||
|
||||
inherit autotools-brokensep pkgconfig distro_features_check
|
||||
inherit autotools-brokensep pkgconfig features_check
|
||||
inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt', 'qmake5_paths', '', d)}
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl ${@bb.utils.contains('PACKAGECONFIG', 'qt', 'pulseaudio', '', d)}"
|
||||
|
||||
@@ -11,7 +11,7 @@ DEPENDS += " \
|
||||
fluidsynth \
|
||||
"
|
||||
|
||||
inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache distro_features_check
|
||||
inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS += " \
|
||||
lrdf \
|
||||
"
|
||||
|
||||
inherit cmake_qt5 pkgconfig gtk-icon-cache distro_features_check mime
|
||||
inherit cmake_qt5 pkgconfig gtk-icon-cache features_check mime
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS += " \
|
||||
cairo \
|
||||
"
|
||||
|
||||
inherit pkgconfig distro_features_check lv2-turtle-helper pack_audio_plugins
|
||||
inherit pkgconfig features_check lv2-turtle-helper pack_audio_plugins
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ SRCREV = "834c036d3519337d409277d13f15f321759c5756"
|
||||
PV = "3.10.2"
|
||||
S = "${WORKDIR}/git/"
|
||||
|
||||
inherit cmake_qt5 distro_features_check mime
|
||||
inherit cmake_qt5 features_check mime
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://yoshimi.sourceforge.net/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4c5f39c482ca5ca058c1ebd39612cf98"
|
||||
|
||||
inherit cmake pkgconfig gtk-icon-cache distro_features_check
|
||||
inherit cmake pkgconfig gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPENDS += " \
|
||||
zita-convolver \
|
||||
"
|
||||
|
||||
inherit pkgconfig lv2-turtle-helper distro_features_check pack_audio_plugins
|
||||
inherit pkgconfig lv2-turtle-helper features_check pack_audio_plugins
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ require ${BPN}.inc
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
inherit autotools-brokensep distro_features_check
|
||||
inherit autotools-brokensep features_check
|
||||
|
||||
SRC_URI += " \
|
||||
file://0005-mruby-Use-native-mrbc.patch \
|
||||
|
||||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://zynaddsubfx.sourceforge.net"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=21fa88a5e50a1c608d22612c1fbe1971"
|
||||
|
||||
inherit cmake qemu-ext pkgconfig gtk-icon-cache distro_features_check pack_audio_plugins
|
||||
inherit cmake qemu-ext pkgconfig gtk-icon-cache features_check pack_audio_plugins
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user