|
Lines 93-99
Link Here
|
| 93 |
# libdvdread). This only affect mplayer if WITH_DVD is used. |
93 |
# libdvdread). This only affect mplayer if WITH_DVD is used. |
| 94 |
# |
94 |
# |
| 95 |
# WITH_LIBDVDNAV |
95 |
# WITH_LIBDVDNAV |
| 96 |
# default: autodetect |
96 |
# Completely disabled at the moment because of incompatibility issues |
|
|
97 |
# with the new libdvdnav. This will probably be fixed in mplayer-1.0. |
| 97 |
# |
98 |
# |
| 98 |
# WITH_LIBUNGIF |
99 |
# WITH_LIBUNGIF |
| 99 |
# default: autodetect |
100 |
# default: autodetect |
|
Lines 170-176
Link Here
|
| 170 |
|
171 |
|
| 171 |
PORTNAME= mplayer |
172 |
PORTNAME= mplayer |
| 172 |
PORTVERSION= 0.92.0 |
173 |
PORTVERSION= 0.92.0 |
| 173 |
PORTREVISION= 5 |
174 |
PORTREVISION= 6 |
| 174 |
CATEGORIES= multimedia audio ipv6 |
175 |
CATEGORIES= multimedia audio ipv6 |
| 175 |
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ |
176 |
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ |
| 176 |
http://www2.mplayerhq.hu/MPlayer/releases/ \ |
177 |
http://www2.mplayerhq.hu/MPlayer/releases/ \ |
|
Lines 207-213
Link Here
|
| 207 |
--with-x11incdir=${X11BASE}/include \ |
208 |
--with-x11incdir=${X11BASE}/include \ |
| 208 |
--enable-png \ |
209 |
--enable-png \ |
| 209 |
--disable-libfame \ |
210 |
--disable-libfame \ |
| 210 |
--disable-tv-v4l |
211 |
--disable-tv-v4l \ |
|
|
212 |
--disable-dvdnav |
| 211 |
|
213 |
|
| 212 |
.if defined(WITH_LANG) |
214 |
.if defined(WITH_LANG) |
| 213 |
CONFIGURE_ARGS+=--language=${WITH_LANG} |
215 |
CONFIGURE_ARGS+=--language=${WITH_LANG} |
|
Lines 249-257
Link Here
|
| 249 |
WITH_DVD= yes |
251 |
WITH_DVD= yes |
| 250 |
.endif |
252 |
.endif |
| 251 |
|
253 |
|
| 252 |
.if exists(${LOCALBASE}/lib/libdvdnav.so.3) |
254 |
#.if exists(${LOCALBASE}/lib/libdvdnav.so.3) |
| 253 |
WITH_LIBDVDNAV= yes |
255 |
#WITH_LIBDVDNAV= yes |
| 254 |
.endif |
256 |
#.endif |
| 255 |
|
257 |
|
| 256 |
.if exists(${LOCALBASE}/lib/libungif.so.5) |
258 |
.if exists(${LOCALBASE}/lib/libungif.so.5) |
| 257 |
WITH_LIBUNGIF= yes |
259 |
WITH_LIBUNGIF= yes |
|
Lines 369-381
Link Here
|
| 369 |
.else |
371 |
.else |
| 370 |
LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread |
372 |
LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread |
| 371 |
.endif |
373 |
.endif |
| 372 |
.if defined(WITH_LIBDVDNAV) |
374 |
#.if defined(WITH_LIBDVDNAV) |
| 373 |
LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav |
375 |
#LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav |
| 374 |
|
376 |
|
| 375 |
CONFIGURE_ARGS+= --enable-dvdnav |
377 |
#CONFIGURE_ARGS+= --enable-dvdnav |
| 376 |
.else |
378 |
#.else |
| 377 |
CONFIGURE_ARGS+= --disable-dvdnav |
379 |
#CONFIGURE_ARGS+= --disable-dvdnav |
| 378 |
.endif |
380 |
#.endif |
| 379 |
|
381 |
|
| 380 |
CONFIGURE_ARGS+= --enable-css \ |
382 |
CONFIGURE_ARGS+= --enable-css \ |
| 381 |
--with-csslibdir=${LOCALBASE}/lib |
383 |
--with-csslibdir=${LOCALBASE}/lib |