From 2d1311a2e012a236012dc06dc07c7185f6c86934 Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 26 Oct 2022 18:51:19 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisetorch/lure.sh | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 920ac82..c30aa55 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -11,14 +11,8 @@ conflicts=('noisetorch') deps_amd64=('git go') build_deps=('git' 'go') -sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}" - #"git+https://github.com/noisetorch/c-ringbuf.git" - #"git+https://github.com/noisetorch/rnnoise.git" -) -checksums_amd64=('SKIP' - #'SKIP' - #'SKIP' -) +sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}") +checksums_amd64=('SKIP') prepare() { cd "${srcdir}/NoiseTorch" @@ -30,19 +24,7 @@ prepare() { build() { cd "${srcdir}/NoiseTorch" - #export GOPATH="${srcdir}/go" - #pushd "c/ladspa" make - #popd - #vendor_flags="-X main.version=${version}" - #export CGO_CPPFLAGS="${CPPFLAGS}" - #export CGO_CFLAGS="${CFLAGS}" - #export CGO_CXXFLAGS="${CXXFLAGS}" - #export CGO_LDFLAGS="${LDFLAGS}" - #export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - #go generate - #go build -ldflags "${vendor_flags} -linkmode=external" -o bin/noisetorch - #go clean -modcache } package() {