diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2021-04-21 09:00:59 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-04-21 09:02:51 +0000 |
commit | a5e6fc3d595e5c4c0bd4f3ea24bb12e19655db0b (patch) | |
tree | 361980cc8884f0bb0a4dcfd05c48c12d93fc0da8 | |
parent | 6047bfcae6164a5deff52c4f0a6ec24beb33ab0e (diff) | |
download | ports-a5e6fc3d595e5c4c0bd4f3ea24bb12e19655db0b.tar.gz ports-a5e6fc3d595e5c4c0bd4f3ea24bb12e19655db0b.zip |
multimedia/libav: deprecate abandonware
Dead "fork" of ffmpeg, last release back in 2018
PR: 255234
-rw-r--r-- | multimedia/libav/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index 5f0d40a3bcd9..9363d8f652bb 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -9,6 +9,9 @@ COMMENT= Realtime audio/video conversion library LICENSE= GPLv2+ +DEPRECATED= Unmaintained upstream, use multimedia/ffmpeg instead +EXPIRATION_DATE=2021-05-31 + BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment BROKEN_armv6= fails to compile: cc: warning: joined argument expects additional value: -mcpu= |