ports/multimedia/transcode

bruno schwander bruno at tinkerbox.org
Fri Jan 16 15:39:31 PST 2004


Hi everybody,

I want to update this port to version 0.6.12, but I am hitting a strange
problem. It seems that it started happening when I upgraded libogg.

the transcode build fails complaining that /usr/local/lib/.libs/libogg.so
was not found.

Of course there is no such thing as /usr/local/lib/.libs/libogg.so ! where
could that value be taken from ? I grepped all around and can't figure it
out. I tried tweaking the configure args
(--with-ogg-libs= ...) etc. but to no avail. As long as libogg is
installed and working on my machine, transcode tries to access that
.libs/libogg.so file during build.

Any ideas ? This is very frustrating because the port update is very
minimal, and this is the only problem. If I remove libogg, then transcode
builds and runs fine with the patches.

Anybody willing, please try to build the following transcode port, and let
me know if it builds or not. I suspect it is something with my machine.
The port system/database is not very clean....

bruno


=================================================

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./transcode
#	./transcode/files
#	./transcode/files/patch-libtool
#	./transcode/files/patch-contrib:subrip:Makefile
#	./transcode/files/patch-frame_list.c
#	./transcode/Makefile
#	./transcode/distinfo
#	./transcode/pkg-descr
#	./transcode/pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./transcode
mkdir -p ./transcode > /dev/null 2>&1
echo c - ./transcode/files
mkdir -p ./transcode/files > /dev/null 2>&1
echo x - ./transcode/files/patch-libtool
sed 's/^X//' >./transcode/files/patch-libtool << 'END-of-./transcode/files/patch-libtool'
X--- libtool.orig	Fri Jan 16 14:07:30 2004
X+++ libtool	Fri Jan 16 14:08:32 2004
X@@ -5765,10 +5765,12 @@
X 	fi
X
X 	# Install the pseudo-library for information purposes.
X+	if /usr/bin/false ; then
X 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
X 	instname="$dir/$name"i
X 	$show "$install_prog $instname $destdir/$name"
X 	$run eval "$install_prog $instname $destdir/$name" || exit $?
X+	fi
X
X 	# Maybe install the static library, too.
X 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
END-of-./transcode/files/patch-libtool
echo x - ./transcode/files/patch-contrib:subrip:Makefile
sed 's/^X//' >./transcode/files/patch-contrib:subrip:Makefile << 'END-of-./transcode/files/patch-contrib:subrip:Makefile'
X--- contrib/subrip/Makefile.orig	Fri Jan 16 14:11:43 2004
X+++ contrib/subrip/Makefile	Fri Jan 16 14:09:27 2004
X@@ -8,8 +8,8 @@
X INCLUDES :=
X
X ### enable ppm support ###
X-DEFINES  += -D_HAVE_LIB_PPM_
X-LIBS     += -lppm
X+#DEFINES  += -D_HAVE_LIB_PPM_
X+#LIBS     += -lppm
X
X ### enable zlib support ###
X DEFINES += -D_HAVE_ZLIB_
END-of-./transcode/files/patch-contrib:subrip:Makefile
echo x - ./transcode/files/patch-frame_list.c
sed 's/^X//' >./transcode/files/patch-frame_list.c << 'END-of-./transcode/files/patch-frame_list.c'
X--- filter/subtitler/frame_list.c.orig   Fri Jan 16 15:05:38 2004
X+++ filter/subtitler/frame_list.c        Fri Jan 16 15:15:06 2004
X@@ -33,8 +33,8 @@
X
X char *strsave(char *s) /*save char array s somewhere*/
X {
X-char *p, *malloc();
X-if(p = malloc( strlen(s) +  1) ) strcpy(p, s);
X+char *p;
X+if(p = (char *)malloc( strlen(s) +  1) ) strcpy(p, s);
X return(p);
X }
END-of-./transcode/files/patch-frame_list.c
echo x - ./transcode/Makefile
sed 's/^X//' >./transcode/Makefile << 'END-of-./transcode/Makefile'
X# New ports collection makefile for:   transcode
X# Date created: 	17 December 2001
X# Whom: 		Hendrik Scholz <hendrik at scholz.net>
X#
X# $FreeBSD: ports/multimedia/transcode/Makefile,v 1.34 2003/12/20 16:37:57 naddy Exp $
X#
X
XPORTNAME=	transcode
XPORTVERSION=	0.6.12
XCATEGORIES=	multimedia
XMASTER_SITES=	http://www.zebra.fh-weingarten.de/~transcode/pre/
X
XMAINTAINER=	hendrik at scholz.net
XCOMMENT=	A text-console utility for video stream processing
X
XLIB_DEPENDS=	dvdread.3:${PORTSDIR}/multimedia/libdvdread \
X		jpeg.9:${PORTSDIR}/graphics/jpeg
X
XUSE_GETOPT_LONG=yes
XUSE_XLIB=	yes
XUSE_GNOME=	gtk12
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XLDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
XCPPFLAGS=	-I${X11BASE}/include -I${LOCALBASE}/include
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
X		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
XCONFIGURE_ARGS=	--program-transform-name=""
XUSE_REINPLACE=	yes
XINSTALLS_SHLIB=	yes
XUSE_LIBTOOL=	yes
X
XMAN1=	avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
X	tcprobe.1 tcscan.1 transcode.1 tcextract.1 tcdecode.1 tcmodinfo.1 \
X	tcpvmexportd.1 tcxmlcheck.1
X
X.include <bsd.port.pre.mk>
X
X.if exists(${LOCALBASE}/lib/libMagick.so)
XWITH_IMAGEMAGICK=	yes
X.endif
X
X.if exists(${LOCALBASE}/bin/nasm)
XWITH_NASM=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libaviplay.so)
XWITH_AVIFILE=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libSDL-1.1.so)
XWITH_SDL=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libxml2.so)
XWITH_LIBXML2=	yes
X.endif
X
X.if exists(${LOCALBASE}/bin/ffmpeg)
XWITH_FFMPEG=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libdv.so)
XWITH_LIBDV=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libopenquicktime.so)
XWITH_OPENQUICKTIME=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libfame.so)
XWITH_FAME=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libxvidcore.so)
XWITH_XVID=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/liba52.so)
X.if exists(${LOCALBASE}/lib/liba52.la)
XLIBA52_DEP_LIBS!=	${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${CUT} -d \' -f 2
X.else
XLIBA52_DEP_LIBS=
X.endif
XWITH_LIBA52=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libmp3lame.so)
XWITH_LAME=	yes
X.endif
X
X#.if exists(${LOCALBASE}/lib/libogg.so)
X#WITH_OGG=	yes
X#CONFIGURE_ARGS+= "--with-vorbis-libs=${LOCALBASE}/lib"
X#.endif
XCONFIGURE_ARGS+= "--without-ogg-libs"
X
X.if exists(${LOCALBASE}/include/mjpegtools/yuv4mpeg.h)
XWITH_MJPEG=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/liblzo.so)
XWITH_LZO=	yes
X.endif
X
X.if exists(${LOCALBASE}/lib/libdivxdecore.so)
XWITH_DIVX5=	yes
X.endif
X
X.if defined(WITH_IMAGEMAGICK)
XLIB_DEPENDS+=	Magick.6:${PORTSDIR}/graphics/ImageMagick
XPLIST_SUB+=	WITH_IMAGEMAGICK=""
X.else
XCONFIGURE_ARGS+=	--with-magick-mods=no
XPLIST_SUB+=	WITH_IMAGEMAGICK="@comment "
X.endif
X
X.if defined(WITH_NASM)
XBUILD_DEPENDS+=	${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
XONLY_FOR_ARCHS=	i386
XPLIST_SUB+=	WITH_NASM=""
X.else
XPLIST_SUB+=	WITH_NASM="@comment "
X.endif
X
X.if defined(WITH_AVIFILE)
XLIB_DEPENDS+=	aviplay:${PORTSDIR}/multimedia/avifile
XPLIST_SUB+=	WITH_AVIFILE=""
X.else
XCONFIGURE_ARGS+=	--with-avifile-mods=no \
X			--enable-avifile6=no
XPLIST_SUB+=	WITH_AVIFILE="@comment "
XWITHOUT_FFMPEG=	YES
X.endif
X
X.if defined(WITH_SDL)
XLIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
XWITH_LIBDV=	yes
XPLIST_SUB+=	WITH_SDL=""
X.else
XPLIST_SUB+=	WITH_SDL="@comment "
X.endif
X
X.if defined(WITH_LIBXML2)
XLIB_DEPENDS+=	xml2.5:${PORTSDIR}/textproc/libxml2
XPLIST_SUB+=	WITH_LIBXML2=""
X.else
XPLIST_SUB+=	WITH_LIBXML2="@comment "
X.endif
X
X.if defined(WITH_FFMPEG) && !defined(WITHOUT_FFMPEG)
XBUILD_DEPENDS+=	${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg
XPLIST_SUB+=	WITH_FFMPEG=""
X.else
XPLIST_SUB+=	WITH_FFMPEG="@comment "
X.endif
X
X.if defined(WITH_LIBDV)
XLIB_DEPENDS+=	dv.3:${PORTSDIR}/multimedia/libdv
XPLIST_SUB+=	WITH_LIBDV=""
XCONFIGURE_ARGS+=	--with-pal-yuv=YV12
X.else
XCONFIGURE_ARGS+=	--with-dv=no
XPLIST_SUB+=	WITH_LIBDV="@comment "
X.endif
X
X.if defined(WITH_OPENQUICKTIME)
XLIB_DEPENDS+=	openquicktime.0:${PORTSDIR}/multimedia/openquicktime
X.else
XCONFIGURE_ARGS+=	--with-openqt=no
X.endif
X
X.if defined(WITH_FAME)
XLIB_DEPENDS+=	fame-0.9:${PORTSDIR}/multimedia/libfame
XPLIST_SUB+=	WITH_FAME=""
X.else
XPLIST_SUB+=	WITH_FAME="@comment "
X.endif
X
X.if defined(WITH_XVID)
XLIB_DEPENDS+=	xvidcore.2:${PORTSDIR}/multimedia/xvid
XPLIST_SUB+=	WITH_XVID=""
XWITH_NASM=	YES
X.else
XPLIST_SUB+=	WITH_XVID="@comment "
X.endif
X
X.if defined(WITH_LIBA52)
XLIB_DEPENDS+=	a52.0:${PORTSDIR}/audio/liba52
XCONFIGURE_ARGS+=	--enable-liba52=yes
XPLIST_SUB+=	WITH_LIBA52=""
X.else
XCONFIGURE_ARGS+=	--with-a52=no \
X			--enable-liba52=no
XPLIST_SUB+=	WITH_LIBA52="@comment "
X.endif
X
X.if defined(WITH_LAME)
XLIB_DEPENDS+=	mp3lame.0:${PORTSDIR}/audio/lame
XCONFIGURE_ARGS+=	--with-lame-libs=${LOCALBASE}/lib
XPLIST_SUB+=	WITH_LAME=""
X.else
XCONFIGURE_ARGS+=	--with-lame=no
XPLIST_SUB+=	WITH_LAME="@comment "
X.endif
X
X.if defined(WITH_OGG)
XLIB_DEPENDS+=	ogg.5:${PORTSDIR}/audio/libogg
XCONFIGURE_ARGS+=	--with-ogg=yes
XPLIST_SUB+=	WITH_OGG=""
X.else
XPLIST_SUB+=	WITH_OGG="@comment "
X.endif
X
X.if defined(WITH_MJPEG)
XLIB_DEPENDS+=	lavplay-1.6.1:${PORTSDIR}/multimedia/mjpegtools
XPLIST_SUB+=	WITH_MJPEG=""
X.else
XPLIST_SUB+=	WITH_MJPEG="@comment "
X.endif
X
X.if defined(WITH_LZO)
XLIB_DEPENDS+=	lzo.1:${PORTSDIR}/archivers/lzo
XPLIST_SUB+=	WITH_LZO=""
X.else
XPLIST_SUB+=	WITH_LZO="@comment "
X.endif
X
X.if defined(WITH_SUBRIP)
XPLIST_SUB+=	WITH_SUBRIP=""
X.else
XPLIST_SUB+=	WITH_SUBRIP="@comment "
X.endif
X
X.if defined(WITH_DIVX5)
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libdivxdecore.so:${PORTSDIR}/multimedia/libdivxdecore
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libdivxencore.so:${PORTSDIR}/multimedia/libdivxencore
XCONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include/divx" CPPFLAGS="-I${LOCALBASE}/include/divx"
X.else
X.endif
X
Xpre-everything::
X.if !defined(WITH_OPTIMIZED_CFLAGS)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS."
X.endif
X.if !defined(WITH_IMAGEMAGICK)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable ImageMagick-dependent modules by defining WITH_IMAGEMAGICK."
X.endif
X.if !defined(WITH_SDL)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable realtime-previewing by defining WITH_SDL."
X	@${ECHO_MSG} "This implies WITH_LIBDV."
X.endif
X.if !defined(WITH_LIBXML2)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable libxml2-dependent modules by defining WITH_LIBXML2."
X.endif
X.if !defined(WITH_FFMPEG) || defined(WITHOUT_FFMEG)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable ffmpeg-dependent modules by defining WITH_FFMPEG."
X.endif
X.if !defined(WITH_LAME)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable lame-dependent modules by defining WITH_LAME."
X	@${ECHO_MSG} "You will probably want to enable this, if you plan to"
X	@${ECHO_MSG} "rip DVDs or dub videos."
X.endif
X.if !defined(WITH_LIBDV)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable libdv-support by defining WITH_LIBDV."
X	@${ECHO_MSG} "You will probably want to enable this, if you plan to"
X	@${ECHO_MSG} "transcode DV data from a digital videocamera."
X.endif
X.if !defined(WITH_LIBA52)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable liba52-support by defining WITH_LIBA52."
X	@${ECHO_MSG} "You will probably want to enable this, if you plan to"
X	@${ECHO_MSG} "rip DVDs."
X.endif
X.if !defined(WITH_AVIFILE)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable avifile-dependent modules by defining WITH_AVIFILE."
X.endif(WITH_AVIFILE)
X.if !defined(WITH_NASM)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable nasm dependent modules by defining WITH_NASM."
X	@${ECHO_MSG} "This turns this into an i386-only port."
X.endif(WITH_NASM)
X.if !defined(WITH_OPENQUICKTIME)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable openquicktime-dependent modules by defining WITH_OPENQUICKTIME."
X.endif
X.if !defined(WITH_FAME)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable libfame-support by defining WITH_FAME."
X.endif
X.if !defined(WITH_XVID)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable xvid support by defining WITH_XVID."
X	@${ECHO_MSG} "This implies WITH_NASM and turns this into an i386-only port."
X	@${ECHO_MSG} "You will probably want to enable this, if you plan to"
X	@${ECHO_MSG} "rip DVDs."
X.endif
X.if !defined(WITH_OGG)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable libogg support by defining WITH_OGG."
X.endif
X.if !defined(WITH_LZO)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable liblzo support by defining WITH_LZO."
X.endif
X.if !defined(WITH_MJPEG)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable support for the MJPEG toolkit by defining WITH_MJPEG."
X.endif
X.if !defined(WITH_SUBRIP)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable compilation of subtitleripper by defining WITH_SUBRIP."
X.endif
X.if !defined(WITH_DIVX5)
X	@${ECHO_MSG}
X	@${ECHO_MSG} "You can enable experimental DivX 5 support by defining WITH_DIVX5."
X.endif
X
Xpost-patch:
X.if ${OSVERSION} <= 500027
X	@${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${REINPLACE_CMD} \
X		-e 's|<stdint.h>|<inttypes.h>|'
X.endif
X.if !defined(WITH_OPTIMIZED_CFLAGS)
X	@${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${REINPLACE_CMD} \
X		-e 's|-O[236]|${CFLAGS}|'
X.endif
X	@${REINPLACE_CMD} -E -e 's|(seek)64|\1|' ${WRKSRC}/avilib/avidump.c
X	@${REINPLACE_CMD} -E -e 's|<SDL/|<|' ${WRKSRC}/filter/preview/display.h
X
X	@${REINPLACE_CMD} -E -e 's|(-la52)|\1 ${LIBA52_DEP_LIBS}|' \
X		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
X
Xpre-configure:
X	@${REINPLACE_CMD} -E -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
X	@${REINPLACE_CMD} -E -e 's|-ldl||g' ${WRKSRC}/configure
X	@${REINPLACE_CMD} -E -e 's|WRKSRC|${WRKSRC}|g' ${WRKSRC}/export/Makefile.in
X
Xpre-build:
X.if defined(WITH_SUBRIP)
X	@cd ${WRKSRC}/contrib/subrip; ${GMAKE} clean all
X.endif
X
Xpost-install:
X.if defined(WITH_XVID)
X	@${LN} -sf ${LOCALBASE}/lib/libxvidcore.so \
X		${PREFIX}/lib/transcode/libxvidcore.so
X	@${LN} -sf ${LOCALBASE}/lib/libxvidcore.so.2 \
X		${PREFIX}/lib/transcode/libxvidcore.so.2
X.endif
X
X.if defined(WITH_SUBRIP)
X	@cd ${WRKSRC}/contrib/subrip; \
X		${INSTALL_PROGRAM} srttool subtitle2pgm subtitle2vobsub ${PREFIX}/bin
X.endif
X
X	@${RM} ${PREFIX}/lib/transcode/*.la
X
X.include <bsd.port.post.mk>
END-of-./transcode/Makefile
echo x - ./transcode/distinfo
sed 's/^X//' >./transcode/distinfo << 'END-of-./transcode/distinfo'
XMD5 (transcode-0.6.12.tar.gz) = 550214ed9f85224423ca8c7308ed96ce
END-of-./transcode/distinfo
echo x - ./transcode/pkg-descr
sed 's/^X//' >./transcode/pkg-descr << 'END-of-./transcode/pkg-descr'
Xtranscode is a text-console utility for video stream processing,
Xrunning on a platform that supports shared libraries and threads.
XDecoding and encoding is done by loading modules that are responsible
Xfor feeding transcode with raw video/audio streams (import modules)
Xand encoding the frames (export modules).
X
XIt supports elementary video and audio frame transformations,
Xincluding de-interlacing or fast resizing of video frames and loading
Xof external filters. A number of modules are included to enable
Ximport of DVDs on-the-fly, MPEG elementary (ES) or program streams
X(VOB), MPEG video, Digital Video (DV), YUV4MPEG streams, NuppelVideo
Xfile format and raw or compressed (pass-through) video frames and
Xexport modules for writing DivX;-), OpenDivX, DivX 4.xx or uncompressed
XAVI files with MPEG, AC3 (pass-through) or PCM audio. Additional
Xexport modules to write single frames (PPM) or YUV4MPEG streams are
Xavailable, as well as an interface import module to the avifile
Xlibrary. It's modular concept is intended to provide flexibility
Xand easy user extensibility to include other video/audio codecs or
Xfiletypes.
X
XWWW: http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
END-of-./transcode/pkg-descr
echo x - ./transcode/pkg-plist
sed 's/^X//' >./transcode/pkg-plist << 'END-of-./transcode/pkg-plist'
Xbin/tcmplex
Xbin/tcextract
Xbin/tcdecode
Xbin/tcscan
Xbin/tcdemux
Xbin/tccat
Xbin/tcprobe
Xbin/tcxmlcheck
Xbin/tcxpm2rgb
Xbin/tcrequant
Xbin/transcode
Xbin/avimerge
Xbin/avisplit
Xbin/avifix
Xbin/avisync
Xbin/aviindex
Xbin/tcmodinfo
Xbin/tcmp3cut
Xlib/transcode/import_nuv.so
Xlib/transcode/import_af6.so
Xlib/transcode/import_net.so
Xlib/transcode/import_yuv.so
Xlib/transcode/import_avi.so
Xlib/transcode/import_mpeg2.so
Xlib/transcode/import_vdrac3.so
Xlib/transcode/import_ac3.so
Xlib/transcode/import_dv.so
Xlib/transcode/import_vob.so
Xlib/transcode/import_raw.so
Xlib/transcode/import_nvrec.so
Xlib/transcode/import_yuv4mpeg.so
Xlib/transcode/import_lav.so
Xlib/transcode/import_null.so
Xlib/transcode/import_sh.so
Xlib/transcode/import_divx.so
Xlib/transcode/a52_decore.so
Xlib/transcode/import_mp3.so
Xlib/transcode/import_dvd.so
Xlib/transcode/import_im.so
Xlib/transcode/import_imlist.so
Xlib/transcode/af6_decore.so
Xlib/transcode/import_xml.so
Xlib/transcode/import_mplayer.so
Xlib/transcode/import_rawlist.so
Xlib/transcode/import_ogg.so
Xlib/transcode/import_xvid.so
Xlib/transcode/import_ffmpeg.so
Xlib/transcode/import_lzo.so
Xlib/transcode/import_vnc.so
Xlib/transcode/import_fraps.so
Xlib/transcode/export_xvid.so
Xlib/transcode/export_af6.conf
Xlib/transcode/xvid2.cfg
Xlib/transcode/xvid3.cfg
Xlib/transcode/xvid4.cfg
Xlib/transcode/export_null.so
Xlib/transcode/export_ac3.so
Xlib/transcode/export_wav.so
Xlib/transcode/export_pcm.so
Xlib/transcode/export_mp1e.so
Xlib/transcode/export_af6.so
Xlib/transcode/export_raw.so
Xlib/transcode/export_divx4.so
Xlib/transcode/export_divx4raw.so
Xlib/transcode/export_divx5raw.so
Xlib/transcode/export_debugppm.so
Xlib/transcode/export_ppm.so
Xlib/transcode/export_divx5.so
Xlib/transcode/export_ffmpeg.so
Xlib/transcode/export_lame.so
Xlib/transcode/export_net.so
Xlib/transcode/export_dvraw.so
Xlib/transcode/export_dv.so
Xlib/transcode/export_yuv4mpeg.so
Xlib/transcode/export_mpeg2enc.so
Xlib/transcode/export_mp2enc.so
Xlib/transcode/export_fame.so
Xlib/transcode/export_im.so
Xlib/transcode/export_ogg.so
Xlib/transcode/export_toolame.so
Xlib/transcode/export_mjpeg.so
Xlib/transcode/export_jpg.so
Xlib/transcode/export_lzo.so
Xlib/transcode/export_xvid2.so
Xlib/transcode/export_xvid3.so
Xlib/transcode/export_xvid4.so
Xlib/transcode/filter_null.so
Xlib/transcode/filter_invert.so
Xlib/transcode/filter_nored.so
Xlib/transcode/filter_32detect.so
Xlib/transcode/filter_32drop.so
Xlib/transcode/filter_yuy2toyv12.so
Xlib/transcode/filter_skip.so
Xlib/transcode/filter_astat.so
Xlib/transcode/filter_detectsilence.so
Xlib/transcode/filter_lowpass.so
Xlib/transcode/filter_aclip.so
Xlib/transcode/filter_cut.so
Xlib/transcode/filter_cshift.so
Xlib/transcode/filter_mask.so
Xlib/transcode/filter_dnr.so
Xlib/transcode/filter_xsharpen.so
Xlib/transcode/filter_smartdeinter.so
Xlib/transcode/filter_normalize.so
Xlib/transcode/filter_testframe.so
Xlib/transcode/filter_slowmo.so
Xlib/transcode/filter_fields.so
Xlib/transcode/filter_clone.so
Xlib/transcode/filter_doublefps.so
Xlib/transcode/filter_videocore.so
Xlib/transcode/filter_tc_video.so
Xlib/transcode/filter_tc_audio.so
Xlib/transcode/filter_cpaudio.so
Xlib/transcode/filter_hqdn3d.so
Xlib/transcode/filter_denoise3d.so
Xlib/transcode/filter_modfps.so
Xlib/transcode/filter_29to23.so
Xlib/transcode/filter_smooth.so
Xlib/transcode/filter_unsharp.so
Xlib/transcode/filter_smartbob.so
Xlib/transcode/filter_smartyuv.so
Xlib/transcode/filter_msharpen.so
Xlib/transcode/filter_fps.so
Xlib/transcode/filter_whitebalance.so
Xlib/transcode/filter_detectclipping.so
Xlib/transcode/filter_control.so
Xlib/transcode/filter_dilyuvmmx.so
Xlib/transcode/filter_logo.so
Xlib/transcode/filter_logoaway.so
Xlib/transcode/filter_compare.so
Xlib/transcode/filter_text.so
Xlib/transcode/filter_list.awk
Xlib/transcode/parse_csv.awk
Xlib/transcode/filter_pp.so
Xlib/transcode/filter_divxkey.so
Xlib/transcode/filter_extsub.so
Xlib/transcode/filter_extsub2.so
Xlib/transcode/filter_resample.so
Xlib/transcode/filter_test.so
Xlib/transcode/filter_yuvdenoise.so
Xlib/transcode/filter_yuvmedian.so
Xlib/transcode/filter_decimate.so
Xlib/transcode/filter_ivtc.so
Xlib/transcode/filter_preview.so
Xlib/transcode/filter_pv.so
Xlib/transcode/filter_subtitler.so
Xlib/transcode/libxvidcore.so
Xlib/transcode/libxvidcore.so.2
Xshare/doc/transcode/ChangeLog
Xshare/doc/transcode/clone.txt
Xshare/doc/transcode/export_mpeg.txt
Xshare/doc/transcode/export_pvm.txt
Xshare/doc/transcode/pvm.cfg
Xshare/doc/transcode/export_ffmpeg.txt
Xshare/doc/transcode/filter_dnr.txt
Xshare/doc/transcode/filter_logo.txt
Xshare/doc/transcode/filter_text.txt
Xshare/doc/transcode/filter_logoaway.txt
Xshare/doc/transcode/filter_yuvdenoise.txt
Xshare/doc/transcode/import_nvrec.txt
Xshare/doc/transcode/import_v4l2.txt
Xshare/doc/transcode/import-xml.txt
Xshare/doc/transcode/README.cluster
Xshare/doc/transcode/README.rip
Xshare/doc/transcode/README.sync
Xshare/doc/transcode/README.vcd
Xshare/doc/transcode/README.Inverse.Telecine.txt
Xshare/doc/transcode/README.xvid-credits
Xshare/doc/transcode/README.filter.modfps
Xshare/doc/transcode/template.cfg.txt
Xshare/doc/transcode/filter-socket.txt
Xshare/doc/transcode/avi_comments.txt
Xshare/doc/transcode/framerate.txt
Xshare/doc/transcode/architecture.txt
Xshare/doc/transcode/filter-API.txt
Xshare/doc/transcode/export-API.txt
Xshare/doc/transcode/import-API.txt
Xshare/doc/transcode/OPTIMIZERS
Xshare/doc/transcode/html/about.html
Xshare/doc/transcode/html/anim.html
Xshare/doc/transcode/html/cluster_guide.txt
Xshare/doc/transcode/html/core.html
Xshare/doc/transcode/html/dv.html
Xshare/doc/transcode/html/dvd.html
Xshare/doc/transcode/html/export_af6.html
Xshare/doc/transcode/html/export_divx.html
Xshare/doc/transcode/html/export_divx4.php
Xshare/doc/transcode/html/export_divx5.php
Xshare/doc/transcode/html/export_fame.php
Xshare/doc/transcode/html/export_iv50.html
Xshare/doc/transcode/html/export_null.html
Xshare/doc/transcode/html/export_ogg.php
Xshare/doc/transcode/html/export_opendivx.php
Xshare/doc/transcode/html/export_raw.html
Xshare/doc/transcode/html/export_xvid.php
Xshare/doc/transcode/html/faq.html
Xshare/doc/transcode/html/filter.html
Xshare/doc/transcode/html/import_ac3.html
Xshare/doc/transcode/html/import_avi.html
Xshare/doc/transcode/html/import_dv.html
Xshare/doc/transcode/html/import_dvd.html
Xshare/doc/transcode/html/import_mp3.html
Xshare/doc/transcode/html/import_mpeg2.html
Xshare/doc/transcode/html/import_mpeg3.html
Xshare/doc/transcode/html/import_null.html
Xshare/doc/transcode/html/import_nuv.html
Xshare/doc/transcode/html/import_ogg.php
Xshare/doc/transcode/html/import_raw.html
Xshare/doc/transcode/html/import_vob.html
Xshare/doc/transcode/html/import_yuv4mpeg.html
Xshare/doc/transcode/html/index.html
Xshare/doc/transcode/html/intro.html
Xshare/doc/transcode/html/mes0-00000.png
Xshare/doc/transcode/html/mes4-00000.png
Xshare/doc/transcode/html/mes5-00000.png
Xshare/doc/transcode/html/mes6-00000.png
Xshare/doc/transcode/html/mes7-00000.png
Xshare/doc/transcode/html/misc.html
Xshare/doc/transcode/html/modules.html
Xshare/doc/transcode/html/mpeg.html
Xshare/doc/transcode/html/new.png
Xshare/doc/transcode/html/options.html
Xshare/doc/transcode/html/other.html
Xshare/doc/transcode/html/post.html
Xshare/doc/transcode/html/pre.html
Xshare/doc/transcode/html/smart.html
Xshare/doc/transcode/html/sorry.html
Xshare/doc/transcode/html/sub0-00000.png
Xshare/doc/transcode/html/sub1-00000.png
Xshare/doc/transcode/html/sub2-00000.png
Xshare/doc/transcode/html/sub3-00000.png
Xshare/doc/transcode/html/subtitles.html
Xshare/doc/transcode/html/table.php
Xshare/doc/transcode/html/tc.png
Xshare/nls/POSIX
Xshare/nls/en_US.US-ASCII
X at dirrm lib/transcode
X at dirrm share/doc/transcode/html
X at dirrm share/doc/transcode
END-of-./transcode/pkg-plist
exit



More information about the freebsd-ports mailing list