Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= soundtouch |
4 |
PORTNAME= soundtouch |
5 |
PORTVERSION= 1.8.0 |
5 |
PORTVERSION= 1.9.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= audio |
6 |
CATEGORIES= audio |
8 |
MASTER_SITES= http://www.surina.net/soundtouch/ |
7 |
MASTER_SITES= http://www.surina.net/soundtouch/ |
9 |
|
8 |
|
Lines 21-26
Link Here
|
21 |
USES= autoreconf libtool pathfix |
20 |
USES= autoreconf libtool pathfix |
22 |
PATHFIX_MAKEFILEIN= Makefile.am |
21 |
PATHFIX_MAKEFILEIN= Makefile.am |
23 |
|
22 |
|
24 |
OPTIONS_DEFINE= INTEGER_SAMPLES DOCS |
23 |
OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP |
25 |
OPTIONS_DEFINE_amd64= SSE |
24 |
OPTIONS_DEFINE_amd64= SSE |
26 |
OPTIONS_DEFINE_i386= SSE |
25 |
OPTIONS_DEFINE_i386= SSE |
Lines 28-33
Link Here
|
28 |
INTEGER_SAMPLES_DESC= Use integer sample format |
29 |
INTEGER_SAMPLES_DESC= Use integer sample format |
29 |
INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples |
30 |
INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples |
30 |
SSE_CONFIGURE_ENABLE= x86-optimizations |
31 |
SSE_CONFIGURE_ENABLE= x86-optimizations |
|
|
32 |
OPENMP_CONFIGURE_ENABLE=openmp |
33 |
OPENMP_USES= compiler:openmp |
31 |
|
34 |
|
32 |
post-patch: |
35 |
post-patch: |
33 |
@${REINPLACE_CMD} -e \ |
36 |
@${REINPLACE_CMD} -e \ |