- Update WWW: line to new web page
- rename WITH_LIBXML2 knob to WITH_XML
- add freetype2 knob, WITH_FREETYPE
- remove WITH_SUBRIP knob
- remove dependency on nasm, all done with inline c assembly.
- Rename WITH_LIBTHEORA to WITH_THEORA
- use libquicktime now instead of openquicktime, with new
knob WITH_QUICKTIME
PR: ports/77860
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Amd64 Build: pav
1) preview filter needs libdv, so add %%WITH_LIBDV%%
2) remove %%WITH_OGG%% for the ogg import/export filters since
transcode builds the modules anyway. `strings export_ogg` reveals
that ogg shell tools are used but their existance is not tested.
PR: 51917
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Changes:
- update MASTER_SITES since the maintainer changed
- add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM
option correctly. Attention: WITH_NASM gets set if bin/nasm is
found but this may not be enough for transcode as nasm >= 0.98.34
is needed. Checking for bin/nasm-0.98.35 might be a way of achieving
this but leads to more work when updating nasm itself.
- add WITH_SUBRIP knob suggested by Michael Nottebrock in
ports/47923 and implemented in ports/48649.
- incorporate dvd_reader.c patch by Atte Peltomaeki which has already
been added in ports/48649
- remove the transcode.c patch from ports/48649 since it made its way
into the main distribution
- add threading patch by Andriy Gapon in ports/48126
- pkg-plist update
PR: 50377
Submitted by: maintainer
- add two patches to allow transcode to compile
- remove .la files from lib/transcode
- update pkg-plist
- make portlint happier
PR: ports/47688
Submitted by: Hendrik Scholz <hendrik@scholz.net>
o USE_REINPLACE
o Fix libfame problems [1]
o Optional ogg and mjpeg [1]
o Remove libmpeg2
o Use distfile supplied ffmpeg instead of ports' ffmpeg (should be
revised later)
PR: 43379 [1], 44008
Submitted by: adam@vectors.cx [1],
MAINTAINER
Reviewed by: MAINTAINER
- Add a Makefile-hack to make transcode's configure-script recognize
liba52 when liba52 was compiled with djbfft.
conceived by: lioux
- Cater for updated libfame (Makefile & pkg-plist changes).
- Remove unnecessary .la-files after installation (and from pkg-plist).
suggested by: Alexander Leidinger
- Add a few missing entries to pkg-plist.
- Bump portrevision.
PR: 38506
Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org>
Approved by: maintainer
o Remove patches either already applied in distribution or
turned into perl regexp(s)
o Update both COMMENT and DESCR
o Add several WITH_* options
PR: 37138
Submitted by: MAINTAINER,
Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: MAINTAINER
VOB source files, AC3 sound and divx output (and many more).
sharfile disfunctional, each file should end with newline.
mailclient seems to eat tabs away.
PR: 32986
Submitted by: hendrik@scholz.net