mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
add WITHOUT_AA knob
This commit is contained in:
parent
0c929d8b42
commit
99a266e9b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126442
2 changed files with 11 additions and 3 deletions
|
@ -20,8 +20,7 @@ RUN_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
|
|||
${X11BASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
|
||||
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
aa.1:${PORTSDIR}/graphics/aalib
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_MOTIF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -50,6 +49,15 @@ ONLY_FOR_ARCHS= i386
|
|||
ONLY_FOR_ARCHS= alpha i386
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_AA)
|
||||
CONFIGURE_ARGS+=--disable-aa
|
||||
PLIST_SUB+= AA="@comment "
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-aa
|
||||
LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib
|
||||
PLIST_SUB+= AA=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LIBZVBI)
|
||||
LIB_DEPENDS+= zvbi.4:${PORTSDIR}/devel/libzvbi
|
||||
CONFIGURE_ARGS+=--enable-zvbi
|
||||
|
|
|
@ -12,7 +12,7 @@ bin/showqt
|
|||
bin/showriff
|
||||
bin/streamer
|
||||
bin/subtitles
|
||||
bin/ttv
|
||||
%%AA%%bin/ttv
|
||||
bin/v4lctl
|
||||
bin/webcam
|
||||
bin/xawtv
|
||||
|
|
Loading…
Add table
Reference in a new issue