|
Lines 119-127
Link Here
|
| 119 |
--disable-libfame \ |
119 |
--disable-libfame \ |
| 120 |
--disable-external-faad \ |
120 |
--disable-external-faad \ |
| 121 |
--disable-external-vidix \ |
121 |
--disable-external-vidix \ |
| 122 |
--disable-tv-v4l \ |
122 |
--disable-tv-v4l |
| 123 |
--disable-liblzo \ |
|
|
| 124 |
--disable-libcdio |
| 125 |
|
123 |
|
| 126 |
OPTIONS= DEBUG "Include debug symbols in mplayer's binary files" off |
124 |
OPTIONS= DEBUG "Include debug symbols in mplayer's binary files" off |
| 127 |
|
125 |
|
|
Lines 142-154
Link Here
|
| 142 |
OPTIONS+= ARTS "Enable KDE sound system support" off |
140 |
OPTIONS+= ARTS "Enable KDE sound system support" off |
| 143 |
OPTIONS+= ESOUND "Enable GNOME esound support" off |
141 |
OPTIONS+= ESOUND "Enable GNOME esound support" off |
| 144 |
OPTIONS+= POLYP "Enable polyp sound server support" off |
142 |
OPTIONS+= POLYP "Enable polyp sound server support" off |
|
|
143 |
OPTIONS+= JACK "Enable JackIt audio server support" off |
| 144 |
OPTIONS+= OPENAL "Enable OpenAL sound support" off |
| 145 |
OPTIONS+= LIBUNGIF "Enable gif support" on |
145 |
OPTIONS+= LIBUNGIF "Enable gif support" on |
| 146 |
OPTIONS+= AALIB "Enable aalib support" off |
146 |
OPTIONS+= AALIB "Enable aalib support" off |
| 147 |
OPTIONS+= LIBCACA "Enable libcaca support" off |
147 |
OPTIONS+= LIBCACA "Enable libcaca support" off |
| 148 |
OPTIONS+= SVGALIB "Enable svgalib support" off |
148 |
OPTIONS+= SVGALIB "Enable svgalib support" off |
| 149 |
OPTIONS+= LIBDV "Enable libdv support" off |
149 |
OPTIONS+= LIBDV "Enable libdv support" off |
| 150 |
OPTIONS+= MAD "Enable mad MPEG audio engine support" off |
150 |
OPTIONS+= MAD "Enable mad MPEG audio engine support" off |
|
|
151 |
OPTIONS+= TWOLAME "Enable twolame MPEG audio codec support" off |
| 151 |
OPTIONS+= DTS "Enable DTS audio codec support" on |
152 |
OPTIONS+= DTS "Enable DTS audio codec support" on |
|
|
153 |
OPTIONS+= LIBMPCDEC "Enable libmpcdec support" off |
| 154 |
OPTIONS+= FAAC "Enable FAAC audio codec support" off |
| 155 |
OPTIONS+= LADSPA "Enable LADSPA plugin support" off |
| 152 |
OPTIONS+= SPEEX "Enable speex audio codec support" off |
156 |
OPTIONS+= SPEEX "Enable speex audio codec support" off |
| 153 |
OPTIONS+= TREMOR "Use built-in tremor instead of libvorbis" off |
157 |
OPTIONS+= TREMOR "Use built-in tremor instead of libvorbis" off |
| 154 |
OPTIONS+= XMMS "Enable XMMS plugin support" off |
158 |
OPTIONS+= XMMS "Enable XMMS plugin support" off |
|
Lines 161-167
Link Here
|
| 161 |
OPTIONS+= LIVEMEDIA "Enable LIVE555 streaming support" off |
165 |
OPTIONS+= LIVEMEDIA "Enable LIVE555 streaming support" off |
| 162 |
OPTIONS+= FRIBIDI "Enable FriBiDi support" off |
166 |
OPTIONS+= FRIBIDI "Enable FriBiDi support" off |
| 163 |
OPTIONS+= LIRC "Enable lirc support" off |
167 |
OPTIONS+= LIRC "Enable lirc support" off |
|
|
168 |
OPTIONS+= LIBCDIO "Enable libcdio support" off |
| 164 |
OPTIONS+= CDPARANOIA "Enable cdparanoia support" off |
169 |
OPTIONS+= CDPARANOIA "Enable cdparanoia support" off |
|
|
170 |
OPTIONS+= LIBLZO "Enable external liblzo library" off |
| 165 |
.endif |
171 |
.endif |
| 166 |
|
172 |
|
| 167 |
WANT_GNOME= yes |
173 |
WANT_GNOME= yes |
|
Lines 318-323
Link Here
|
| 318 |
CONFIGURE_ARGS+= --disable-fribidi |
324 |
CONFIGURE_ARGS+= --disable-fribidi |
| 319 |
.endif |
325 |
.endif |
| 320 |
|
326 |
|
|
|
327 |
.if defined(WITH_LIBCDIO) && !defined(WITH_CDPARANOIA) |
| 328 |
BUILD_DEPENDS+= ${LOCALBASE}/include/cdio/cdio.h:${PORTSDIR}/sysutils/libcdio |
| 329 |
.else |
| 330 |
CONFIGURE_ARGS+= --disable-libcdio |
| 331 |
.endif |
| 332 |
|
| 321 |
.if defined(WITH_CDPARANOIA) |
333 |
.if defined(WITH_CDPARANOIA) |
| 322 |
LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia |
334 |
LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia |
| 323 |
.else |
335 |
.else |
|
Lines 352-357
Link Here
|
| 352 |
CONFIGURE_ARGS+= --disable-lirc |
364 |
CONFIGURE_ARGS+= --disable-lirc |
| 353 |
.endif |
365 |
.endif |
| 354 |
|
366 |
|
|
|
367 |
.if defined(WITH_TWOLAME) |
| 368 |
LIB_DEPENDS+= twolame.0:${PORTSDIR}/audio/twolame |
| 369 |
.else |
| 370 |
CONFIGURE_ARGS+= --disable-twolame |
| 371 |
.endif |
| 372 |
|
| 355 |
.if defined(WITH_MAD) |
373 |
.if defined(WITH_MAD) |
| 356 |
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad |
374 |
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad |
| 357 |
|
375 |
|
|
Lines 408-413
Link Here
|
| 408 |
CONFIGURE_ARGS+= --disable-polyp |
426 |
CONFIGURE_ARGS+= --disable-polyp |
| 409 |
.endif |
427 |
.endif |
| 410 |
|
428 |
|
|
|
429 |
.if defined(WITH_JACK) |
| 430 |
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack |
| 431 |
.else |
| 432 |
CONFIGURE_ARGS+= --disable-jack |
| 433 |
.endif |
| 434 |
|
| 435 |
.if defined(WITH_OPENAL) |
| 436 |
LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal |
| 437 |
.else |
| 438 |
CONFIGURE_ARGS+= --disable-openal |
| 439 |
.endif |
| 440 |
|
| 411 |
.if !defined(WITH_TREMOR) |
441 |
.if !defined(WITH_TREMOR) |
| 412 |
CONFIGURE_ARGS+= --disable-internal-tremor |
442 |
CONFIGURE_ARGS+= --disable-internal-tremor |
| 413 |
LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis |
443 |
LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis |
|
Lines 458-463
Link Here
|
| 458 |
CONFIGURE_ARGS+= --disable-libdts |
488 |
CONFIGURE_ARGS+= --disable-libdts |
| 459 |
.endif |
489 |
.endif |
| 460 |
|
490 |
|
|
|
491 |
.if defined(WITH_LIBMPCDEC) |
| 492 |
LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec |
| 493 |
.else |
| 494 |
CONFIGURE_ARGS+= --disable-musepack |
| 495 |
.endif |
| 496 |
|
| 497 |
.if defined(WITH_FAAC) |
| 498 |
LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac |
| 499 |
.else |
| 500 |
CONFIGURE_ARGS+= --disable-faac |
| 501 |
.endif |
| 502 |
|
| 503 |
.if defined(WITH_LADSPA) |
| 504 |
RUN_DEPENDS+= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa |
| 505 |
.else |
| 506 |
CONFIGURE_ARGS+= --disable-ladspa |
| 507 |
.endif |
| 508 |
|
| 461 |
.if !defined(WITHOUT_SPEEX) |
509 |
.if !defined(WITHOUT_SPEEX) |
| 462 |
CONFIGURE_ARGS+= --enable-speex |
510 |
CONFIGURE_ARGS+= --enable-speex |
| 463 |
LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex |
511 |
LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex |
|
Lines 481-486
Link Here
|
| 481 |
CONFIGURE_ARGS+=--disable-xanim |
529 |
CONFIGURE_ARGS+=--disable-xanim |
| 482 |
.endif |
530 |
.endif |
| 483 |
|
531 |
|
|
|
532 |
.if defined(WITH_LIBLZO) |
| 533 |
LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo |
| 534 |
.else |
| 535 |
CONFIGURE_ARGS+= --disable-liblzo |
| 536 |
.endif |
| 537 |
|
| 484 |
.if defined(WITH_DVD_DEVICE) |
538 |
.if defined(WITH_DVD_DEVICE) |
| 485 |
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} |
539 |
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} |
| 486 |
.else |
540 |
.else |