This is a partial revert of commit 60955c0a09
which removed transcode
and ports depending on it for not building with -fno-common.
multimedia/transcode: Revert removal of port
The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.
While here fix a few issues reported by "make stage-qa".
multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED
While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.
multimedia/transcode: Add TIMESTAMP to distinfo
16 lines
724 B
Text
16 lines
724 B
Text
[ excerpt from developer's www site ]
|
|
|
|
If you want to convert DVD subtitles into text format (e.g. subrip
|
|
format) or VobSub format this program could be useful for you.
|
|
However, it is only one tiny tool that you need in the process of
|
|
producing srt files. This software depends heavily on transcode
|
|
for its input and is therefore part of the transcode package (see
|
|
transcode's contrib directory). So, if you want to convert some
|
|
subtitles, grap a copy of the lates transcode distribution.
|
|
|
|
For srt file production the output of this program should be processed
|
|
by some OCR software. Currently, I work with GOCR for this purpose.
|
|
|
|
For VobSub output no other tools are required.
|
|
|
|
WWW: http://subtitleripper.sourceforge.net/
|