From 458b0e260e30e6d44af80c37842df4dbb18e9785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 16 Oct 2022 13:06:28 +0200 Subject: [PATCH] iir1: Initial add 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will become a dependency for dosbox-staging Signed-off-by: Andreas Müller --- recipes-support/iir/iir1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-support/iir/iir1.bb diff --git a/recipes-support/iir/iir1.bb b/recipes-support/iir/iir1.bb new file mode 100644 index 0000000..83b6f95 --- /dev/null +++ b/recipes-support/iir/iir1.bb @@ -0,0 +1,10 @@ +SUMMARY = "DSP IIR realtime filter library written in C++" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=3e4bda4204237f84ed771428f1b0a656" + +SRC_URI = "git://github.com/berndporr/iir1.git;protocol=https;branch=master" +SRCREV = "f5eaccc87c437d7ca3d050bdfe0783523dbb9d0e" +PV = "1.9.3" +S = "${WORKDIR}/git" + +inherit cmake pkgconfig