This update fixes many problems and depends on a NASM update needed for the export_mpeg module. So apply ports/50373 before adding this. 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 Since this pr includes all patches previously sent and still open the following problem reports can be closed in favour of this one: - ports/47923: subripper patch - ports/48126: threading patch - ports/45829: former transcode update (outdated) - ports/48649: another update which didn't make it into the tree
State Changed From-To: open->closed committed, thanks