- make portlint happier.

- add handling for optional files.

PR:		32986
This commit is contained in:
Dirk Meyer 2002-03-30 12:17:47 +00:00
parent 380317bde9
commit 1dcafc55ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56947
8 changed files with 34 additions and 18 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTNAME= transcode
PORTNAME= transcode
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= graphics
@ -18,14 +18,23 @@ MAINTAINER= hendrik@scholz.net
.if !defined(WITHOUT_LAME)
BUILD_DEPENDS+= mp3rtp:${PORTSDIR}/audio/lame-devel
CONFIGURE_ARGS+= --with-lame
PLIST_SUB+= WITH_LAME=""
.else
PLIST_SUB+= WITH_LAME="@comment "
.endif
.if defined(WITH_LIBDV)
BUILD_DEPENDS+= encodedv:${PORTSDIR}/graphics/libdv
CONFIGURE_ARGS+= --with-dv --with-dv-includes=${LOCALBASE} --with-dv-libs=${LOCALBASE}
PLIST_SUB+= WITH_LIBDV=""
.else
PLIST_SUB+= WITH_LIBDV="@comment "
.endif
.if defined(WITH_LIBA52)
BUILD_DEPENDS+= a52dec:${PORTSDIR}/audio/liba52
CONFIGURE_ARGS+= --with-a52
PLIST_SUB+= WITH_LIBA52=""
.else
PLIST_SUB+= WITH_LIBA52="@comment "
.endif
.if defined(WITH_NASM)
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm

View File

@ -1 +1 @@
text-console based utility for video stream processing.
Text-console based utility for video stream processing

View File

@ -10,4 +10,3 @@ uncompressed AVI files with MPEG, AC3 (pass-through) or PCM audio.
(Taken from the Website)
WWW: http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/

View File

@ -69,10 +69,10 @@ lib/transcode/filter_dnr.so
lib/transcode/filter_dnr.la
lib/transcode/filter_testframe.so
lib/transcode/filter_testframe.la
lib/transcode/import_mp3.la
lib/transcode/import_mp3.so
lib/transcode/a52_decore.la
lib/transcode/a52_decore.so
lib/transcode/import_dv.la
lib/transcode/import_dv.so
%%WITH_LAME%%lib/transcode/import_mp3.la
%%WITH_LAME%%lib/transcode/import_mp3.so
%%WITH_LIBA52%%lib/transcode/a52_decore.la
%%WITH_LIBA52%%lib/transcode/a52_decore.so
%%WITH_LIBDV%%lib/transcode/import_dv.la
%%WITH_LIBDV%%lib/transcode/import_dv.so
@dirrm lib/transcode

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTNAME= transcode
PORTNAME= transcode
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= graphics
@ -18,14 +18,23 @@ MAINTAINER= hendrik@scholz.net
.if !defined(WITHOUT_LAME)
BUILD_DEPENDS+= mp3rtp:${PORTSDIR}/audio/lame-devel
CONFIGURE_ARGS+= --with-lame
PLIST_SUB+= WITH_LAME=""
.else
PLIST_SUB+= WITH_LAME="@comment "
.endif
.if defined(WITH_LIBDV)
BUILD_DEPENDS+= encodedv:${PORTSDIR}/graphics/libdv
CONFIGURE_ARGS+= --with-dv --with-dv-includes=${LOCALBASE} --with-dv-libs=${LOCALBASE}
PLIST_SUB+= WITH_LIBDV=""
.else
PLIST_SUB+= WITH_LIBDV="@comment "
.endif
.if defined(WITH_LIBA52)
BUILD_DEPENDS+= a52dec:${PORTSDIR}/audio/liba52
CONFIGURE_ARGS+= --with-a52
PLIST_SUB+= WITH_LIBA52=""
.else
PLIST_SUB+= WITH_LIBA52="@comment "
.endif
.if defined(WITH_NASM)
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm

View File

@ -1 +1 @@
text-console based utility for video stream processing.
Text-console based utility for video stream processing

View File

@ -10,4 +10,3 @@ uncompressed AVI files with MPEG, AC3 (pass-through) or PCM audio.
(Taken from the Website)
WWW: http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/

View File

@ -69,10 +69,10 @@ lib/transcode/filter_dnr.so
lib/transcode/filter_dnr.la
lib/transcode/filter_testframe.so
lib/transcode/filter_testframe.la
lib/transcode/import_mp3.la
lib/transcode/import_mp3.so
lib/transcode/a52_decore.la
lib/transcode/a52_decore.so
lib/transcode/import_dv.la
lib/transcode/import_dv.so
%%WITH_LAME%%lib/transcode/import_mp3.la
%%WITH_LAME%%lib/transcode/import_mp3.so
%%WITH_LIBA52%%lib/transcode/a52_decore.la
%%WITH_LIBA52%%lib/transcode/a52_decore.so
%%WITH_LIBDV%%lib/transcode/import_dv.la
%%WITH_LIBDV%%lib/transcode/import_dv.so
@dirrm lib/transcode