diff --git a/audio/noise-repellent-lv2/Makefile b/audio/noise-repellent-lv2/Makefile index f0b282a47d0f..82c79f3b3b7d 100644 --- a/audio/noise-repellent-lv2/Makefile +++ b/audio/noise-repellent-lv2/Makefile @@ -1,25 +1,21 @@ PORTNAME= noise-repellent -DISTVERSION= 0.1.5-3 -DISTVERSIONSUFFIX= -g7f5a8fb +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= LV2 plugin for broadband noise reduction LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= lv2>0:audio/lv2 \ - ${LOCALBASE}/include/fftw3.h:math/fftw3 -LIB_DEPENDS= libfftw3f.so:math/fftw3-float +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libspecbleach.so:audio/libspecbleach USES= meson pkgconfig + USE_GITHUB= yes GH_ACCOUNT= lucianodato -PLIST_FILES= lib/lv2/nrepel.lv2/manifest.ttl \ - lib/lv2/nrepel.lv2/nrepel.so \ - lib/lv2/nrepel.lv2/nrepel.ttl - .include diff --git a/audio/noise-repellent-lv2/distinfo b/audio/noise-repellent-lv2/distinfo index 575d7db87285..05abb8d611fc 100644 --- a/audio/noise-repellent-lv2/distinfo +++ b/audio/noise-repellent-lv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578362766 -SHA256 (lucianodato-noise-repellent-0.1.5-3-g7f5a8fb_GH0.tar.gz) = 544cd29d1542ca94a6638cf7907dd1b0bcd264bcce1f7692eece74f98a38bf96 -SIZE (lucianodato-noise-repellent-0.1.5-3-g7f5a8fb_GH0.tar.gz) = 30284 +TIMESTAMP = 1650763106 +SHA256 (lucianodato-noise-repellent-v0.2.1_GH0.tar.gz) = 6de5f835b48c3636a70a847761fec344b35d75bc561ef1feb4f354912c9581e6 +SIZE (lucianodato-noise-repellent-v0.2.1_GH0.tar.gz) = 13148 diff --git a/audio/noise-repellent-lv2/files/patch-meson.build b/audio/noise-repellent-lv2/files/patch-meson.build deleted file mode 100644 index f12578e38202..000000000000 --- a/audio/noise-repellent-lv2/files/patch-meson.build +++ /dev/null @@ -1,20 +0,0 @@ ---- meson.build.orig 2020-01-07 01:30:53 UTC -+++ meson.build -@@ -25,8 +25,8 @@ current_os = build_machine.system() - current_arch = build_machine.cpu_family() - cflags = [] - --# Add x86_64 optimization where appropriate (not for ARM) --if current_arch != 'aarch64' -+# Add x86_64 optimization where appropriate -+if current_arch == 'x86' or current_arch == 'x86_64' - cflags += ['-msse','-msse2','-mfpmath=sse'] - endif - -@@ -82,4 +82,4 @@ nrepel_ttl = custom_target('nrepel_ttl', - if sord_validate.found() - test('LV2 validation', sord_validate, - args : [run_command('find','./lv2 -name "*.ttl"').stdout(), run_command('find','. -name "*.ttl"').stdout()]) --endif -\ No newline at end of file -+endif diff --git a/audio/noise-repellent-lv2/pkg-plist b/audio/noise-repellent-lv2/pkg-plist new file mode 100644 index 000000000000..3f0fcbf671b1 --- /dev/null +++ b/audio/noise-repellent-lv2/pkg-plist @@ -0,0 +1,7 @@ +lib/lv2/nrepellent.lv2/manifest.ttl +lib/lv2/nrepellent.lv2/nrepellent#stereo.ttl +lib/lv2/nrepellent.lv2/nrepellent-adaptive#stereo.ttl +lib/lv2/nrepellent.lv2/nrepellent-adaptive.so +lib/lv2/nrepellent.lv2/nrepellent-adaptive.ttl +lib/lv2/nrepellent.lv2/nrepellent.so +lib/lv2/nrepellent.lv2/nrepellent.ttl