A micro Linux distro meant to be embedded in a CD together
with all video/audio files you want, so that the CD will
be able to boot and automagically play all of its own files.
eMoviX CDs be written with K3b.
WWW: http://movix.sourceforge.net/
PR: ports/58767
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
/libexec/ld-elf.so.1: Shared object "libavcodec.so" not found
$ (cd /usr/local/lib; ls -l libavcodec.so*)
lrwxr-xr-x 1 root wheel 15 Dec 22 00:32 libavcodec.so@ -> libavcodec.so.0
lrwxr-xr-x 1 root wheel 13 Dec 22 00:32 libavcodec.so.0@ -> libavcodec.so
$ tail -5 /usr/ports/multimedia/ffmpeg/Makefile | head -3
# add shared lib link
@${LN} -sf libavcodec.so \
${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION}
This inversion symlink problem fixed in ports/56721
(files/patch-libavcodec::Makefile) but this code left unremoved.
infrastructure to make use of libxine's features and capabilities (i.e.
DivX and Quicktime in noatun). Bump portrevision to facilitate updating
installations which have the xine-port already installed.
- Add an option to disable the mpeglib artsplugin and use the older
mpg123/oggvorbis plugins instead. This is non-default and not recommended
except for exceptionally broken sound hardware/driver combinationsi which
do not work right with mpeglib.
- Declare CONFLICTS with timidity/timidity++ if WITH_MIDI/WITH_KMIDI is
being used.
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.
I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
Bump portrevision, although the original patch didn't do that (this
seems necessary enough to me). Compiles ok on 4.x, 5.x.
PR: ports/56721
Submitted by: Simon Barner <barner@in.tum.de>
Committed on behalf of lioux@, who is having machine troubles.
bugfixes, see ChangeLog for details.
PR: ports/59864
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Committed on behalf of lioux@, who is having machine problems.
and ffmpeg. Contains various filters for deinterlacing, cropping, resizing,
etc. Allows for cutting without re-encoding. Has the ability to re-encode
and re-sample.
PR: ports/51013
Submitted by: Anish Mistry <amistry@am-productions.biz>