Lines 74-79
Link Here
|
74 |
WITH_XANIM= yes |
74 |
WITH_XANIM= yes |
75 |
.endif |
75 |
.endif |
76 |
|
76 |
|
|
|
77 |
.if exists(${LOCALBASE}/lib/RealPlayer8/realplay) |
78 |
WITH_REAL= yes |
79 |
.endif |
80 |
|
77 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
81 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
78 |
CFLAGS+= -O3 -ffast-math -fomit-frame-pointer |
82 |
CFLAGS+= -O3 -ffast-math -fomit-frame-pointer |
79 |
.endif |
83 |
.endif |
Lines 111-116
Link Here
|
111 |
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis |
115 |
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis |
112 |
.endif |
116 |
.endif |
113 |
|
117 |
|
|
|
118 |
.if defined(WITH_REAL) |
119 |
CONFIGURE_ARGS+= --enable-real |
120 |
CONFIGURE_ARGS+= \ |
121 |
--with-reallibdir=${LOCALBASE}/lib/RealPlayer8/Codecs |
122 |
RUN_DEPENDS+= realplay:${PORTSDIR}/audio/linux-realplayer |
123 |
BUILD_DEPENDS+= realplay:${PORTSDIR}/audio/linux-realplayer |
124 |
.endif |
125 |
|
114 |
.if defined(WITH_XANIM) |
126 |
.if defined(WITH_XANIM) |
115 |
BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim |
127 |
BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim |
116 |
|
128 |
|
Lines 192-197
Link Here
|
192 |
.if !defined(WITHOUT_WIN32_CODECS) |
204 |
.if !defined(WITHOUT_WIN32_CODECS) |
193 |
@${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" |
205 |
@${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" |
194 |
@${ECHO_MSG} "for Win32 codecs by defining WITHOUT_WIN32_CODECS" |
206 |
@${ECHO_MSG} "for Win32 codecs by defining WITHOUT_WIN32_CODECS" |
|
|
207 |
.if !defined(WITH_REAL) |
208 |
@${ECHO_MSG} \ |
209 |
"You can enable RealPlayer DLL support by defining WITH_REAL." |
210 |
.endif |
195 |
.endif |
211 |
.endif |
196 |
.if defined(WITHOUT_RUNTIME_CPUDETECTION) |
212 |
.if defined(WITHOUT_RUNTIME_CPUDETECTION) |
197 |
.if !defined(WITHOUT_SSE) |
213 |
.if !defined(WITHOUT_SSE) |