From c3396a995e253b2076f0641db224136b2870b314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 28 Jul 2021 23:46:45 +0200 Subject: [PATCH] distrho-ports-extra: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * they are in bad shape ever since and cause us to hack badly and block upgrade of distrho-ports * they are not maintained since 2018 * have never used a plugin shipped by them Signed-off-by: Andreas Müller --- .../distrho/distrho-ports-extra.bb | 71 ------------------- .../packagegroups/musicians-world.bb | 1 - 2 files changed, 72 deletions(-) delete mode 100644 recipes-musicians/distrho/distrho-ports-extra.bb diff --git a/recipes-musicians/distrho/distrho-ports-extra.bb b/recipes-musicians/distrho/distrho-ports-extra.bb deleted file mode 100644 index 35062a7..0000000 --- a/recipes-musicians/distrho/distrho-ports-extra.bb +++ /dev/null @@ -1,71 +0,0 @@ -SUMMARY = "Collection of synthesizers and plugins" -HOMEPAGE = "http://distrho.sourceforge.net/ports" -LICENSE = "GPLv2 & MIT" -LIC_FILES_CHKSUM = " \ - file://ports/argotlunar/README.md;md5=81abc323be6ba481ab72864b53b3daca \ - file://ports/protoplug/license.txt;md5=56b9d913eb7c3ef00ca375ab614bf02f \ -" - -SRC_URI = " \ - git://github.com/DISTRHO/DISTRHO-Ports-Extra.git \ -" -# TODO: -# argolunar: no sound (presets?) -# pdpulp: segfault -# protoplug asks for files - -SRCREV = "b6f25f1feb4de49136844f20d88bec6439cdfbc5" -S = "${WORKDIR}/git" -PV = "0.0.0+git${SRCPV}" - -REQUIRED_DISTRO_FEATURES = "x11 opengl" - -inherit lv2-turtle-helper features_check pack_audio_plugins - -# distro-ports dependency for special hack script / libs -DEPENDS += " \ - premake3-native \ - virtual/libgl \ - libx11 \ - libxext \ - libxcursor \ - freetype \ - csound \ - distrho-ports \ -" - -LV2_TTL_GENERATOR = "${STAGING_BINDIR}/lv2_ttl_generator" - -do_ttl_sed() { - # Seems this collection is not ready for public - # scripts/libs are (broken) symlinks to /usr/src/distrho) - copy 'shared' - # from distrho-ports (hack but we need to patch distrho-ports only) - rm -rf ${S}/libs - rm -rf ${S}/scripts - cp -r ${STAGING_BINDIR}/scripts ${S} - cp -r ${STAGING_LIBDIR}/libs ${S} - # manipulate scripts to keep lv2_ttl_generator-calls in script for lv2-turtle-helper - sed -i 's|$GEN ./$FILE|echo "`pwd`/$FILE" >> ${LV2_PLUGIN_INFO_FILE}|g' `find ${S}/scripts -name *.sh` -} - -do_configure() { - cd ${S} - # platforms supporting sse2 can override NOOPTIMIZATIONS - later todo? - NOOPTIMIZATIONS=1 ${S}/scripts/premake-update.sh linux -} - -do_install() { - install -d ${D}${libdir} - cp -r ${S}/bin/* ${D}${libdir} -} - -FILES_${PN} += " \ - ${libdir}/cabbage* \ -" - -# for common (?) cabbage files -RDEPENDS_${PN_LV2} += "${PN}" -RDEPENDS_${PN_VST} += "${PN}" - -# Have not found what causes stripping - debugging of plugins is unlikely -INSANE_SKIP_${PN} = "already-stripped" diff --git a/recipes-support/packagegroups/musicians-world.bb b/recipes-support/packagegroups/musicians-world.bb index bceed91..1aef5fc 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -26,7 +26,6 @@ RDEPENDS_${PN} += " \ \ \ distrho-ports-lv2 distrho-ports-presets distrho-ports-vst \ - distrho-ports-extra-lv2 distrho-ports-extra-vst \ dpf-plugins-ladspa dpf-plugins-lv2 dpf-plugins-vst dpf-plugins-standalone \ lv2-ttl-generator \ \