Subject: CVS commit: pkgsrc/multimedia/ffmpegthumbnailer
From: Thomas Klausner
Date: 2018-04-28 21:28:20
Message id: 20180428192820.7ACCEFBEC@cvs.NetBSD.org

Log Message:
ffmpegthumbnailer: update to 2.2.0.

FFmpegThumbnailer 2.2.0
- New option to prefer embedded image metadata over video content (command line \ 
argument: -m)
- Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0

FFmpegThumbnailer 2.1.2
- 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

FFmpegThumbnailer 2.1.1
- Buildable agains latest ffmpeg (currently breaks deinterlacing)
- Fallback when smart frame detection fails (thanks to johnnydeez)
- Add MPEG-TS (MTS) support (thanks to marcinn)

FFmpegThumbnailer 2.1.0
- The library is now completely silent on std out and err by default
- A callback can be registered to listen to logging messages
- Fixed cmake installation directories (thanks to Vallimar)
- Fixed dimension calculation for anamorphic streams (Thanks to Richard Zurad)
- Fixed static library filename

FFmpegThumbnailer 2.0.10
- Migrated to github
- Use cmake instead of autotools
- Remove stderr logging

FFmpegThumbnailer 2.0.9
- Fixed gio library loading issue
- Support udp sources (thanks to tchristensen)
- No longer support older ffmpeg versions

Files:
RevisionActionfile
1.23modifypkgsrc/multimedia/ffmpegthumbnailer/Makefile
1.5modifypkgsrc/multimedia/ffmpegthumbnailer/PLIST
1.6modifypkgsrc/multimedia/ffmpegthumbnailer/buildlink3.mk
1.7modifypkgsrc/multimedia/ffmpegthumbnailer/distinfo
1.1removepkgsrc/multimedia/ffmpegthumbnailer/patches/patch-libffmpegthumbnailer_pngwriter.cpp