zita-convolver 4.0.3
Closes #45969. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
015ca5f15a
commit
83b9da7ecc
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
class ZitaConvolver < Formula
|
class ZitaConvolver < Formula
|
||||||
desc "Fast, partitioned convolution engine library"
|
desc "Fast, partitioned convolution engine library"
|
||||||
homepage "https://kokkinizita.linuxaudio.org/linuxaudio/"
|
homepage "https://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||||
url "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-4.0.0.tar.bz2"
|
url "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-4.0.3.tar.bz2"
|
||||||
sha256 "e3186f807dd76befbbb1c009f6bb4f83567b5d3c93b49a71b334034d1171a73b"
|
sha256 "9aa11484fb30b4e6ef00c8a3281eebcfad9221e3937b1beb5fe21b748d89325f"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -16,8 +16,10 @@ class ZitaConvolver < Formula
|
||||||
depends_on "fftw"
|
depends_on "fftw"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
cd "libs" do
|
cd "source" do
|
||||||
system "make", "-f", "Makefile-osx", "install", "PREFIX=#{prefix}", "SUFFIX="
|
inreplace "Makefile", "-Wl,-soname,", "-Wl,-install_name,"
|
||||||
|
inreplace "Makefile", "ldconfig", "ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_MAJ)"
|
||||||
|
system "make", "install", "PREFIX=#{prefix}", "SUFFIX="
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue