mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a9123cf633
Reported by: pkg-fallout
40 lines
965 B
Makefile
40 lines
965 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= eq10q
|
|
DISTVERSION= 2.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Parametric equalizer LV2 audio plugin
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN= midside_ui.cpp:40:50: error: unknown type name '_LV2UI_Descriptor'; did you mean 'LV2UI_Descriptor'?
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= cmake compiler:c++11-lang dos2unix gnome localbase:ldflags \
|
|
pkgconfig
|
|
USE_GNOME= glib20 gtk20 gtkmm24 gdkpixbuf2 atkmm cairo cairomm pangomm
|
|
DOS2UNIX_FILES= dsp/vu.h
|
|
|
|
OPTIONS_DEFINE_amd64= SSE
|
|
OPTIONS_DEFINE_i386= SSE
|
|
OPTIONS_DEFAULT_amd64= SSE
|
|
OPTIONS_DEFAULT_i386= SSE
|
|
|
|
SSE_CMAKE_ON= -DPORT_SIMD_FLAGS:STRING="-msse -mfpmath=sse"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/pow10(/pow(10,/g' \
|
|
${WRKSRC}/gui/widgets/*.cpp
|
|
|
|
.include <bsd.port.mk>
|