Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 17:50:25 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: 04db478f077c - main - audio/zita-bls1: New port: Blumlein Shuffler converter of binaural signals to stereo speaker pair
Message-ID:  <202107111750.16BHoPjj054079@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=04db478f077c908a320389f0c9c22abfce0da2ff

commit 04db478f077c908a320389f0c9c22abfce0da2ff
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-11 17:33:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-11 17:50:21 +0000

    audio/zita-bls1: New port: Blumlein Shuffler converter of binaural signals to stereo speaker pair
---
 audio/Makefile                       |  1 +
 audio/zita-bls1/Makefile             | 28 ++++++++++++++++++++++++++++
 audio/zita-bls1/distinfo             |  3 +++
 audio/zita-bls1/files/patch-Makefile | 11 +++++++++++
 audio/zita-bls1/pkg-descr            |  5 +++++
 audio/zita-bls1/pkg-plist            |  5 +++++
 6 files changed, 53 insertions(+)

diff --git a/audio/Makefile b/audio/Makefile
index b9ab4c6f7df8..bc54b997665b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -871,6 +871,7 @@
     SUBDIR += ympd
     SUBDIR += yoshimi
     SUBDIR += zam-plugins-lv2
+    SUBDIR += zita-bls1
     SUBDIR += zita-convolver
     SUBDIR += zita-dpl1
     SUBDIR += zita-njbridge
diff --git a/audio/zita-bls1/Makefile b/audio/zita-bls1/Makefile
new file mode 100644
index 000000000000..85940df01506
--- /dev/null
+++ b/audio/zita-bls1/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	zita-bls1
+DISTVERSION=	0.3.3
+CATEGORIES=	audio
+MASTER_SITES=	https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Blumlein Shuffler converter of binaural signals to stereo speaker pair
+
+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 \
+		libzita-convolver.so:audio/zita-convolver
+
+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-bls1/distinfo b/audio/zita-bls1/distinfo
new file mode 100644
index 000000000000..fe04e1e83d79
--- /dev/null
+++ b/audio/zita-bls1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626023273
+SHA256 (zita-bls1-0.3.3.tar.bz2) = 89f7ca12da4aef55c8a7a9b81c7fe72bc7d35aee0b1a68c64bdbb224e296a8e5
+SIZE (zita-bls1-0.3.3.tar.bz2) = 53005
diff --git a/audio/zita-bls1/files/patch-Makefile b/audio/zita-bls1/files/patch-Makefile
new file mode 100644
index 000000000000..854aa24eb81c
--- /dev/null
+++ b/audio/zita-bls1/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig	2021-07-11 17:30:58 UTC
++++ Makefile
+@@ -25,7 +25,7 @@ SHARED ?= $(PREFIX)/share/zita-bls1
+ VERSION = 0.3.3
+ CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
+ CXXFLAGS += -O2 -Wall -ffast-math -pthread 
+-CXXFLAGS += -march=native
++CXXFLAGS += $(FREEBSD_CXXFLAGS_SIMD)
+ 
+ 
+ all:	zita-bls1
diff --git a/audio/zita-bls1/pkg-descr b/audio/zita-bls1/pkg-descr
new file mode 100644
index 000000000000..4b0d6525c7c6
--- /dev/null
+++ b/audio/zita-bls1/pkg-descr
@@ -0,0 +1,5 @@
+Zita-bls1 is a digital implementation of the 'Blumlein Shuffler', used to
+convert binaural signals into a form suitable for reproduction on a conventional
+stereo speaker pair.
+
+WWW: https://kokkinizita.linuxaudio.org/linuxaudio/zita-bls1-doc/quickguide.html
diff --git a/audio/zita-bls1/pkg-plist b/audio/zita-bls1/pkg-plist
new file mode 100644
index 000000000000..7cf4de3b1e7d
--- /dev/null
+++ b/audio/zita-bls1/pkg-plist
@@ -0,0 +1,5 @@
+bin/zita-bls1
+%%DATADIR%%/inputsect.png
+%%DATADIR%%/lfshfsect.png
+%%DATADIR%%/redzita.png
+%%DATADIR%%/shuffsect.png



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