multimedia/ffmpegthumbnailer: Update to 2.2.2
- adds TEST option. For this a manual extract command was required
as the testing uses a UTF-8 encoded file name.
PR: 248095
Submitted by: Marcel Bischoff <marcel@herrbischoff.com>,
daniel.engberg.lists@pyret.net (committed version)
Reported by: Marcel Bischoff <marcel@herrbischoff.com>
Update to upstream version 2.2.0
Detailed log:
- New option to prefer embedded image metadata over video content (command line
argument: -m)
- Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0
- Restored deinterlace functionality using the libavfilter library (additional
ffmpeg dependency)
- Additional video mime types added to the thumbnailer file
- Take rotation metadata into account when generating thumbnails
PR: 216648
Submitted by: stl@ossuary.net
Approved by: clutton@zoho.com (maintainer)
MFH: 2017Q1
Update to 2.1.1.
- Convert to USE_GITHUB.
- Convert to USES=cmake.
- Add patch to prevent cmake trying to find the dl library, since in FreeBSD
the dl functions are in the Standard C library (libc) - see dlopen(3)
- Pet portlint with other patches (remake the patches with makepatch)
This update also allows multimedia/ffmpegthumbnailer to build against ffmpeg
3.0.x. The ports tree currently still has multimedia/ffmepg at version 2.8.6,
however this update is backwards compatible with ffmpeg 2.8.6. The update of
multimedia/ffmpeg to 3.0.x branch is waiting for ports which depend on it to
successfully build with the newer version of ffmpeg.
PR: 208821
Submitted by: Ben Woods <woodsb02@gmail.com>
Approved by: clutton@zoho.com (maintainer)