From a68927525edd975372ac37a1777e22af6786cd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 22 May 2020 01:17:54 +0200 Subject: [PATCH] amsynth: upgrade 1.9.0 -> 1.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/amsynth/{amsynth_git.bb => amsynth.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename recipes-musicians/amsynth/{amsynth_git.bb => amsynth.bb} (87%) diff --git a/recipes-musicians/amsynth/amsynth_git.bb b/recipes-musicians/amsynth/amsynth.bb similarity index 87% rename from recipes-musicians/amsynth/amsynth_git.bb rename to recipes-musicians/amsynth/amsynth.bb index 274bb48..99e3d63 100644 --- a/recipes-musicians/amsynth/amsynth_git.bb +++ b/recipes-musicians/amsynth/amsynth.bb @@ -11,17 +11,16 @@ DEPENDS += " \ " SRC_URI = "git://github.com/amsynth/amsynth.git;branch=develop" -SRCREV = "71544e4991f494f9871e13a50d6cf9217bb86986" -PV = "1.9.0" +SRCREV = "3994bc3edfd606b5965f0bacdf128a664a78b86a" +PV = "1.10.0" S = "${WORKDIR}/git" -PACKAGECONFIG ??= "alsa jack sndfile lv2" +PACKAGECONFIG ??= "alsa jack lv2" PACKAGECONFIG[oss] = "--with-oss,--without-oss" PACKAGECONFIG[alsa] = "--with-alsa,--without-alsa,alsa-lib" PACKAGECONFIG[dssi] = "--with-dssi,--without-dssi,dssi liblo" PACKAGECONFIG[jack] = "--with-jack,--without-jack,jack" -PACKAGECONFIG[sndfile] = "--with-sndfile,--without-sndfile,libsndfile1" PACKAGECONFIG[lv2] = "--with-lv2,--without-lv2,lv2" PACKAGES =+ "${PN}-standalone"