From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-multimedia/caps/caps_0.9.24.bb | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 external/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb (limited to 'external/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb') diff --git a/external/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb b/external/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb deleted file mode 100644 index fe864c49..00000000 --- a/external/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "The CAPS Audio Plugin Suite - LADSPA plugin suite" -HOMEPAGE = "http://quitte.de/dsp/caps.html" -LICENSE = "GPL-3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI = "http://quitte.de/dsp/${PN}_${PV}.tar.bz2 \ - file://Avoid-ambiguity-in-div-invocation.patch \ - file://0001-basic.h-Use-c99-supported-stdint-types.patch \ - file://append_ldflags.patch \ - file://0001-Do-not-use-obsolete-pow10f-function.patch \ - " - -SRC_URI[md5sum] = "c1d634038dcb54702306c0e30cb1c626" -SRC_URI[sha256sum] = "f746feba57af316b159f0169de5d78b4fd1064c2c0c8017cb5856b2f22e83f20" - -S = "${WORKDIR}/${PN}-${PV}" - -EXTRA_OEMAKE = " \ - CC='${CXX}' \ - CFLAGS='${CFLAGS} -ffast-math -funroll-loops -fPIC -DPIC' \ - ARCH='' \ -" -do_compile() { - oe_runmake all -} - -do_install() { - install -Dm 0644 caps.so ${D}${libdir}/ladspa/caps.so -} - -FILES_${PN} = "${libdir}/ladspa/" -- cgit 1.2.3-korg