maintainer-feedback requested: [Bug 201181] [exp-run] Update ffmpeg to 2.7.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 28 19:14:44 UTC 2015


Thomas Zander <riggs at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 201181: [exp-run] Update ffmpeg to 2.7.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201181



--- Description ---
Created attachment 158140
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158140&action=edit
Patch to multimedia/ffmpeg to update to 2.7.1

Currently the main ffmpeg port, multimedia/ffmpeg is still on 2.3.x because in
2.4.x several APIs were deprecated that several dependent ports used to rely
on. Most of them should have received the necessary work upstream to make them
compatible with later releases. Recently, I have introduced multimedia/ffmpeg23
for ports that do not comply with later releases. Whatever breaks after an
update of multimedia/ffmpeg to 2.7.x can LIB_DEPEND on multimedia/ffmpeg23
instead; after appropriate patching, that is. This exp-run shall determine what
breaks and how to proceed from here.


NOTE:
Because of http://subversion.tigris.org/issues/show_bug.cgi?id=898 it is not
possible to use svn diff | svn patch in to generate/apply this patch. This is
because ffmpeg/files/patch-libavdevice-oss_audio.c was renamed to
ffmpeg/files/patch-libavdevice-oss.c and modified. Therefore I had to retreat
to using diff -ruN. So, please ensure that no empty files are left in files/
after applying this patch.


More information about the freebsd-multimedia mailing list