Rename WITH_LIBTHEORA and WITH_LIBCACA knobs to WITH_THEORA and WITH_CACA.
PR: ports/87374 Submitted by: Zahemszky Gabor <gabor@zahemszky.hu>
This commit is contained in:
parent
8aba416409
commit
3793eeb5cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146146
2 changed files with 14 additions and 14 deletions
|
@ -75,11 +75,11 @@ PLIST_SUB+= WITH_ARTS=""
|
|||
PLIST_SUB+= WITH_ARTS="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_LIBCACA) && (exists(${LOCALBASE}/lib/libcaca.a) || defined(WITH_LIBCACA))
|
||||
.if !defined(WITHOUT_CACA) && (exists(${LOCALBASE}/lib/libcaca.a) || defined(WITH_CACA))
|
||||
BUILD_DEPENDS+= caca-config:${PORTSDIR}/graphics/libcaca
|
||||
PLIST_SUB+= WITH_LIBCACA=""
|
||||
PLIST_SUB+= WITH_CACA=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_LIBCACA="@comment "
|
||||
PLIST_SUB+= WITH_CACA="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_ESOUND) && (${HAVE_GNOME:Mesound} != "" || defined(WITH_ESOUND))
|
||||
|
@ -117,11 +117,11 @@ PLIST_SUB+= WITH_XVMC=""
|
|||
PLIST_SUB+= WITH_XVMC="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_LIBTHEORA) && (exists(${LOCALBASE}/lib/libtheora.so.1) || defined (WITH_LIBTHEORA))
|
||||
.if !defined(WITHOUT_THEORA) && (exists(${LOCALBASE}/lib/libtheora.so.1) || defined (WITH_THEORA))
|
||||
LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
|
||||
PLIST_SUB+= WITH_LIBTHEORA=""
|
||||
PLIST_SUB+= WITH_THEORA=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_LIBTHEORA="@comment "
|
||||
PLIST_SUB+= WITH_THEORA="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SMB) && (exists(${LOCALBASE}/lib/libsmbclient.so.0) || defined (WITH_SMB))
|
||||
|
@ -140,10 +140,10 @@ pre-everything::
|
|||
.else
|
||||
@${ECHO_MSG} "===> WITH_ARTS (arts support, enabled)"
|
||||
.endif
|
||||
.if !exists(${LOCALBASE}/lib/libcaca.a) && !defined(WITH_LIBCACA)
|
||||
@${ECHO_MSG} "===> WITH_LIBCACA (libcaca support)"
|
||||
.if !exists(${LOCALBASE}/lib/libcaca.a) && !defined(WITH_CACA)
|
||||
@${ECHO_MSG} "===> WITH_CACA (libcaca support)"
|
||||
.else
|
||||
@${ECHO_MSG} "===> WITH_LIBCACA (libcaca support, enabled)"
|
||||
@${ECHO_MSG} "===> WITH_CACA (libcaca support, enabled)"
|
||||
.endif
|
||||
.if !(${HAVE_GNOME:Mgnomevfs2} != "") && !defined(WITH_GNOMEVFS2)
|
||||
@${ECHO_MSG} "===> WITH_GNOMEVFS2 (gnomevfs2 support)"
|
||||
|
@ -165,10 +165,10 @@ pre-everything::
|
|||
.else
|
||||
@${ECHO_MSG} "===> WITH_SMB (SMB support, enabled)"
|
||||
.endif
|
||||
.if !exists(${LOCALBASE}/lib/libtheora.so.1) && !defined(WITH_LIBTHEORA)
|
||||
@${ECHO_MSG} "===> WITH_LIBTHEORA (libtheora support)"
|
||||
.if !exists(${LOCALBASE}/lib/libtheora.so.1) && !defined(WITH_THEORA)
|
||||
@${ECHO_MSG} "===> WITH_THEORA (libtheora support)"
|
||||
.else
|
||||
@${ECHO_MSG} "===> WITH_LIBTHEORA (libtheora support, enabled)"
|
||||
@${ECHO_MSG} "===> WITH_THEORA (libtheora support, enabled)"
|
||||
.endif
|
||||
.if !exists(${X11BASE}/lib/libXvMCNVIDIA.so.1) && !defined(WITH_XVMC)
|
||||
@${ECHO_MSG} "===> WITH_XVMC (XvMC support)"
|
||||
|
|
|
@ -82,8 +82,8 @@ lib/xine/plugins/1.1.0/xineplug_decode_spucc.so
|
|||
lib/xine/plugins/1.1.0/xineplug_decode_spucmml.so
|
||||
lib/xine/plugins/1.1.0/xineplug_decode_spudvb.so
|
||||
lib/xine/plugins/1.1.0/xineplug_decode_sputext.so
|
||||
%%WITH_LIBTHEORA%%lib/xine/plugins/1.1.0/xineplug_decode_theora.so
|
||||
%%WITH_LIBCACA%%lib/xine/plugins/1.1.0/xineplug_vo_out_caca.so
|
||||
%%WITH_THEORA%%lib/xine/plugins/1.1.0/xineplug_decode_theora.so
|
||||
%%WITH_CACA%%lib/xine/plugins/1.1.0/xineplug_vo_out_caca.so
|
||||
lib/xine/plugins/1.1.0/xineplug_decode_vorbis.so
|
||||
%%WITH_VIDIX%%lib/xine/plugins/1.1.0/xineplug_decode_w32dll.so
|
||||
lib/xine/plugins/1.1.0/xineplug_decode_yuv.so
|
||||
|
|
Loading…
Reference in a new issue