Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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
transcode's configure doesn't find libdv because it fails to link
in -ldl. Enclosed is a new patch-ag.
Also, the port's Makefile has a couple of typos
PR: 36703
Submitted by: mreimer@vpop.net
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