Lines 18-26
BUILD_DEPENDS= libX11>0:x11/libX11 \
Link Here
|
18 |
libXrandr>0:x11/libXrandr |
18 |
libXrandr>0:x11/libXrandr |
19 |
LIB_DEPENDS= libfreetype.so:print/freetype2 \ |
19 |
LIB_DEPENDS= libfreetype.so:print/freetype2 \ |
20 |
libjack.so:audio/jack \ |
20 |
libjack.so:audio/jack \ |
|
|
21 |
libpng16.so:graphics/png \ |
21 |
libasound.so:audio/alsa-lib # see https://github.com/asb2m10/dexed/issues/343 about the ALSA use |
22 |
libasound.so:audio/alsa-lib # see https://github.com/asb2m10/dexed/issues/343 about the ALSA use |
22 |
|
23 |
|
23 |
USES= cmake dos2unix localbase pkgconfig |
24 |
USES= cmake dos2unix localbase:ldflags pkgconfig |
24 |
|
25 |
|
25 |
USE_GITHUB= yes |
26 |
USE_GITHUB= yes |
26 |
GH_ACCOUNT= asb2m10 |
27 |
GH_ACCOUNT= asb2m10 |
Lines 48-53
VST3_BUILD_DEPENDS= vst3sdk>0:audio/vst3sdk
Link Here
|
48 |
VST3_CXXFLAGS= -DJUCE_CUSTOM_VST3_SDK=1 -fPIC |
49 |
VST3_CXXFLAGS= -DJUCE_CUSTOM_VST3_SDK=1 -fPIC |
49 |
VST3_PLIST_FILES= lib/vst3/Dexed.so |
50 |
VST3_PLIST_FILES= lib/vst3/Dexed.so |
50 |
|
51 |
|
|
|
52 |
CXXFLAGS+= -DJUCE_INCLUDE_PNGLIB_CODE=0 |
53 |
LDFLAGS+= -lpng16 |
54 |
|
51 |
PORTSCOUT= skipv:nightly |
55 |
PORTSCOUT= skipv:nightly |
52 |
|
56 |
|
53 |
post-patch-VST3-off: |
57 |
post-patch-VST3-off: |