Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= linuxsampler |
4 |
PORTNAME= linuxsampler |
5 |
PORTVERSION= 1.0.0 |
5 |
PORTVERSION= 1.0.0 |
6 |
PORTREVISION= 5 |
6 |
PORTREVISION= 6 |
7 |
CATEGORIES= audio |
7 |
CATEGORIES= audio |
8 |
MASTER_SITES= http://download.linuxsampler.org/packages/ |
8 |
MASTER_SITES= http://download.linuxsampler.org/packages/ |
9 |
|
9 |
|
Lines 17-26
RESTRICTED= no commercial use
Link Here
|
17 |
ONLY_FOR_ARCHS= i386 amd64 |
17 |
ONLY_FOR_ARCHS= i386 amd64 |
18 |
ONLY_FOR_ARCHS_REASON= "not yet ported" |
18 |
ONLY_FOR_ARCHS_REASON= "not yet ported" |
19 |
|
19 |
|
20 |
OPTIONS_DEFINE= JACK ALSA DSSI LV2CORE |
20 |
OPTIONS_DEFINE= JACK ALSA DSSI LV2 |
21 |
OPTIONS_DEFAULT= JACK |
21 |
OPTIONS_DEFAULT= JACK |
22 |
DSSI_DESC= Enable DSSI support |
22 |
DSSI_DESC= Enable DSSI support |
23 |
LV2CORE_DESC= Enable LV2 support |
23 |
LV2_DESC= Enable LV2 support |
24 |
|
24 |
|
25 |
USES= tar:bzip2 libtool gmake pathfix pkgconfig sqlite:3 |
25 |
USES= tar:bzip2 libtool gmake pathfix pkgconfig sqlite:3 |
26 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
Lines 57-75
CONFIGURE_ENV+= ac_cv_header_dssi_h=no
Link Here
|
57 |
PLIST_SUB+= DSSI="@comment " |
57 |
PLIST_SUB+= DSSI="@comment " |
58 |
.endif |
58 |
.endif |
59 |
|
59 |
|
60 |
.if ${PORT_OPTIONS:MLV2CORE} |
60 |
.if ${PORT_OPTIONS:MLV2} |
61 |
BUILD_DEPENDS+= lv2core>=0:audio/lv2core |
61 |
BUILD_DEPENDS+= lv2>=0:audio/lv2 |
62 |
RUN_DEPENDS+= lv2core>=0:audio/lv2core |
62 |
RUN_DEPENDS+= lv2>=0:audio/lv2 |
63 |
PLIST_SUB+= LV2CORE="" |
63 |
PLIST_SUB+= LV2="" |
64 |
.else |
64 |
.else |
65 |
CONFIGURE_ENV+= ac_cv_header_lv2_h=no |
65 |
CONFIGURE_ENV+= ac_cv_header_lv2_h=no |
66 |
PLIST_SUB+= LV2CORE="@comment " |
66 |
PLIST_SUB+= LV2="@comment " |
67 |
.endif |
67 |
.endif |
68 |
|
68 |
|
69 |
post-patch: |
69 |
post-patch: |
70 |
@${REINPLACE_CMD} -e \ |
70 |
@${REINPLACE_CMD} -e '/CXX_CPU_SWITCH=/d' \ |
71 |
's|CXX_CPU_SWITCH=.*|CXX_CPU_SWITCH=|g ; \ |
71 |
${WRKSRC}/configure |
72 |
s|"lv2core"|"_lv2core_"|' ${WRKSRC}/configure |
|
|
73 |
|
72 |
|
74 |
post-install: |
73 |
post-install: |
75 |
@${TOUCH} ${STAGEDIR}${PREFIX}/lib/linuxsampler/plugins/.keep_me |
74 |
@${TOUCH} ${STAGEDIR}${PREFIX}/lib/linuxsampler/plugins/.keep_me |