Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 17:50:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5642355920b5 - main - audio/zita-rev1: New port: Reworked version of the reverb originally developed for Aeolus
Message-ID:  <202107111750.16BHoQFS054111@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5642355920b57f8928ccabd1de90bdced23bbff9

commit 5642355920b57f8928ccabd1de90bdced23bbff9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-11 17:38:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-11 17:50:21 +0000

    audio/zita-rev1: New port: Reworked version of the reverb originally developed for Aeolus
---
 audio/Makefile                       |  1 +
 audio/zita-rev1/Makefile             | 27 +++++++++++++++++++++++++++
 audio/zita-rev1/distinfo             |  3 +++
 audio/zita-rev1/files/patch-Makefile | 11 +++++++++++
 audio/zita-rev1/pkg-descr            |  4 ++++
 audio/zita-rev1/pkg-plist            |  7 +++++++
 6 files changed, 53 insertions(+)

diff --git a/audio/Makefile b/audio/Makefile
index bc54b997665b..28038bc6404a 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -876,6 +876,7 @@
     SUBDIR += zita-dpl1
     SUBDIR += zita-njbridge
     SUBDIR += zita-resampler
+    SUBDIR += zita-rev1
     SUBDIR += zrythm
     SUBDIR += zynaddsubfx
 
diff --git a/audio/zita-rev1/Makefile b/audio/zita-rev1/Makefile
new file mode 100644
index 000000000000..46e925b77e1a
--- /dev/null
+++ b/audio/zita-rev1/Makefile
@@ -0,0 +1,27 @@
+PORTNAME=	zita-rev1
+DISTVERSION=	0.2.2
+CATEGORIES=	audio
+MASTER_SITES=	https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Reworked version of the reverb originally developed for Aeolus
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/../COPYING
+
+LIB_DEPENDS=	libclthreads.so:devel/clthreads \
+		libclxclient.so:devel/clxclient \
+		libfftw3f.so:math/fftw3-float \
+		libjack.so:audio/jack \
+		libpng16.so:graphics/png
+
+USES=		gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg
+USE_GNOME=	cairo
+USE_XORG=	x11 xft
+
+WRKSRC_SUBDIR=	source
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/audio/zita-rev1/distinfo b/audio/zita-rev1/distinfo
new file mode 100644
index 000000000000..4606cbb435ca
--- /dev/null
+++ b/audio/zita-rev1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626023801
+SHA256 (zita-rev1-0.2.2.tar.bz2) = 2776309fab02f0f0c6a3944745ab4a3c8a97044af60ce1d4cdcba38a1d088c4d
+SIZE (zita-rev1-0.2.2.tar.bz2) = 63224
diff --git a/audio/zita-rev1/files/patch-Makefile b/audio/zita-rev1/files/patch-Makefile
new file mode 100644
index 000000000000..e88003e77b22
--- /dev/null
+++ b/audio/zita-rev1/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig	2021-07-11 17:33:49 UTC
++++ Makefile
+@@ -25,7 +25,7 @@ SHARED ?= $(PREFIX)/share/zita-rev1
+ VERSION = 0.2.2
+ CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
+ CXXFLAGS += -O2 -Wall -ffast-math -pthread
+-CXXFLAGS += -march=native
++CXXFLAGS += $(FREEBSD_CXXFLAGS_SIMD)
+ 
+ 
+ all:	zita-rev1
diff --git a/audio/zita-rev1/pkg-descr b/audio/zita-rev1/pkg-descr
new file mode 100644
index 000000000000..fc145b4eefcf
--- /dev/null
+++ b/audio/zita-rev1/pkg-descr
@@ -0,0 +1,4 @@
+Zita-rev1 is a reworked version of the reverb originally developed for Aeolus.
+The Jack application can be used in either stereo or ambisonic mode.
+
+WWW: https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html
diff --git a/audio/zita-rev1/pkg-plist b/audio/zita-rev1/pkg-plist
new file mode 100644
index 000000000000..314fb42e455c
--- /dev/null
+++ b/audio/zita-rev1/pkg-plist
@@ -0,0 +1,7 @@
+bin/zita-rev1
+%%DATADIR%%/ambsect.png
+%%DATADIR%%/eq1sect.png
+%%DATADIR%%/eq2sect.png
+%%DATADIR%%/mixsect.png
+%%DATADIR%%/redzita.png
+%%DATADIR%%/revsect.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107111750.16BHoQFS054111>