From 9df78543e018a28c73fc97caff2c3ac9cc7b62f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 1 May 2021 19:43:12 +0200 Subject: multimedia: Revert removal of transcode and dependent ports This is a partial revert of commit 60955c0a0956 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 --- multimedia/transcode/files/patch-import_extract__ac3.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/transcode/files/patch-import_extract__ac3.c (limited to 'multimedia/transcode/files/patch-import_extract__ac3.c') diff --git a/multimedia/transcode/files/patch-import_extract__ac3.c b/multimedia/transcode/files/patch-import_extract__ac3.c new file mode 100644 index 000000000000..a85d18ed3238 --- /dev/null +++ b/multimedia/transcode/files/patch-import_extract__ac3.c @@ -0,0 +1,11 @@ +--- import/extract_ac3.c.orig 2011-11-19 16:50:27 UTC ++++ import/extract_ac3.c +@@ -334,7 +334,7 @@ static void pes_ac3_loop (void) + FILE *fd; + + #define MAX_BUF 4096 +-char audio[MAX_BUF]; ++static char audio[MAX_BUF]; + + + /* from ac3scan.c */ -- cgit v1.2.3