freebsd-ports/audio/guitarix-lv2/Makefile
2021-04-23 14:57:50 -07:00

64 lines
2.1 KiB
Makefile

PORTNAME= guitarix
DISTVERSION= 0.42.1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
PKGNAMESUFFIX= -lv2
DISTNAME= ${PORTNAME}2-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Virtual versatile amplification for Jack and set of LV2 plugins
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2 \
faust:audio/faust \
${LOCALBASE}/include/fftw3.h:math/fftw3 \
roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \
sassc:textproc/sassc \
ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl \
libfftw3f.so:math/fftw3-float \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libjack.so:audio/jack \
liblilv-0.so:audio/lilv \
liblrdf.so:textproc/liblrdf \
libserd-0.so:devel/serd \
libsndfile.so:audio/libsndfile \
libsord-0.so:devel/sord \
libsratom-0.so:audio/sratom \
libzita-convolver.so:audio/zita-convolver \
libzita-resampler.so:audio/zita-resampler
RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf
USES= compiler:c++11-lang eigen:3 gnome libarchive localbase:ldflags \
pkgconfig python:build readline waf xorg tar:xz
USE_GNOME= atkmm cairo gtk30 gtkmm30 pangomm
USE_XORG= x11
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --enable-lfs --ldflags="${LDFLAGS}"
USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
LDFLAGS+= -B${LOCALBASE}/bin # Use ld provided by USE_BINUTILS for GNU features, otherwise GNU ld isn't called
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
BINARY_ALIAS= python=${PYTHON_CMD} ld=${LOCALBASE}/bin/ld
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_USE= GNOME=intltool
post-install: # https://sourceforge.net/p/guitarix/bugs/60/
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/guitarix
@${RM} -r ${STAGEDIR}/applications
@${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>