Lines 51-57
Link Here
|
51 |
OPTIONS= JACK "JACK audio support" Off \ |
51 |
OPTIONS= JACK "JACK audio support" Off \ |
52 |
AVAHI "Enable Avahi mDNS support" On \ |
52 |
AVAHI "Enable Avahi mDNS support" On \ |
53 |
HAL "Enable HAL support" On \ |
53 |
HAL "Enable HAL support" On \ |
54 |
GCONF "Enable GConf support" On |
54 |
GCONF "Enable GConf support" On \ |
|
|
55 |
CAPS "Enable Capabilities support (Broken)" Off |
55 |
|
56 |
|
56 |
PULSE_VERSION= ${PORTVERSION} |
57 |
PULSE_VERSION= ${PORTVERSION} |
57 |
PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} |
58 |
PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} |
Lines 73-78
Link Here
|
73 |
${FILESDIR}/extra-patch-src_pulse_context.c |
74 |
${FILESDIR}/extra-patch-src_pulse_context.c |
74 |
.endif |
75 |
.endif |
75 |
|
76 |
|
|
|
77 |
.if !defined(WITH_CAPS) |
78 |
CONFIGURE_ARGS+= --without_caps |
79 |
.else |
80 |
.if ${OSVERSION} > 900032 |
81 |
BROKEN= Capabilities support not complete |
82 |
.endif |
83 |
.endif |
84 |
|
76 |
.if defined(WITH_JACK) |
85 |
.if defined(WITH_JACK) |
77 |
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack |
86 |
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack |
78 |
PLIST_SUB+= JACK="" |
87 |
PLIST_SUB+= JACK="" |