mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
5708ae4005
Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
33 lines
818 B
Makefile
33 lines
818 B
Makefile
PORTNAME= zita-at1
|
|
DISTVERSION= 0.6.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Autotuner Jack application
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/../COPYING
|
|
|
|
BUILD_DEPENDS= fftw3>=0:math/fftw3
|
|
LIB_DEPENDS= libclthreads.so:devel/clthreads \
|
|
libclxclient.so:devel/clxclient \
|
|
libfftw3f.so:math/fftw3-float \
|
|
libjack.so:audio/jack \
|
|
libpng16.so:graphics/png \
|
|
libzita-resampler.so:audio/zita-resampler
|
|
|
|
USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg
|
|
USE_GNOME= cairo
|
|
USE_XORG= x11 xft
|
|
|
|
WRKSRC_SUBDIR= source
|
|
|
|
# zita-at1 crashes when compiled with clang-11.0.1 with -march=native which is now patched out
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|