Files
Andreas Müller cb27e02c2e noise-repellent: upgrade 0.1.5 -> 0.2.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-06-12 23:10:36 +02:00

24 lines
607 B
BlitzBasic

SUMMARY = "An lv2 plugin for broadband noise reduction"
HOMEPAGE = "https://github.com/lucianodato/noise-repellent"
LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
inherit meson pkgconfig gtk-icon-cache
DEPENDS += " \
lv2 \
libspecbleach \
"
PV = "0.2.3"
SRC_URI = " \
git://github.com/lucianodato/noise-repellent.git;branch=master;protocol=https \
file://0001-do-not-pin-sse-flags-they-won-t-work-on-all-arches.patch \
"
SRCREV = "6f2d6074fcf7c599450369c4f2132c2ce097a422"
S = "${WORKDIR}/git"
FILES:${PN} += " \
${libdir}/lv2 \
"