diff --git a/recipes-musicians/ardour/ardour6_git.bb b/recipes-musicians/ardour/ardour6_git.bb index 80708a4..088ddb9 100644 --- a/recipes-musicians/ardour/ardour6_git.bb +++ b/recipes-musicians/ardour/ardour6_git.bb @@ -34,8 +34,8 @@ inherit waf features_check gtk-icon-cache pkgconfig python3native mime-xdg sitei REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "git://github.com/Ardour/ardour.git" -SRCREV = "e4e21f4d073ab00b1a0bb6ff6ca49f28b02fd68a" -PV = "6.6" +SRCREV = "80f6f152ee35e4fd2605a556f0cff3603ca3a1e4" +PV = "6.6+git${SRCPV}" S = "${WORKDIR}/git" # arch specific override - default (tested) is ARM -> no fpu-optimizations diff --git a/recipes-musicians/hermann/guitarix.bb b/recipes-musicians/hermann/guitarix.bb index a83c09a..22be25a 100644 --- a/recipes-musicians/hermann/guitarix.bb +++ b/recipes-musicians/hermann/guitarix.bb @@ -8,8 +8,8 @@ SRC_URI = " \ file://0001-Rework-messages-somehow-yes-or-no-is-missing.patch \ file://0002-Do-not-strip-LV2-plugins.patch \ " -SRCREV = "a14b455d4d258917a597456c674b6f80470e1d80" -PV = "0.42.1" +SRCREV = "7dfddb517000b3a5c22875c5b06f71ed589adddd" +PV = "0.42.1+git${SRCPV}" S = "${WORKDIR}/git/trunk" inherit waf fontcache gettext diff --git a/recipes-musicians/hermann/mamba.bb b/recipes-musicians/hermann/mamba.bb index 6ae1ce2..ee4d5b9 100644 --- a/recipes-musicians/hermann/mamba.bb +++ b/recipes-musicians/hermann/mamba.bb @@ -4,8 +4,8 @@ LICENSE = "BSD-0-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=1a396d84ed72b4a017f02f5c5d1eaafe" SRC_URI = "gitsm://github.com/brummer10/Mamba.git" -SRCREV = "e5aa1a709757156589715deb2c67d70e19bb0885" -PV = "2.1" +SRCREV = "6b1c0011a6cf4bf7e4996b2120a9ff12ed45e0ae" +PV = "2.2" S = "${WORKDIR}/git" inherit pkgconfig features_check mime-xdg gettext @@ -13,6 +13,7 @@ inherit pkgconfig features_check mime-xdg gettext REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += " \ + vim-native \ cairo \ virtual/libx11 \ libsigc++-2.0 \