Up to [cvs.NetBSD.org] / pkgsrc / multimedia / ffmpegthumbnailer
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
multimedia: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
multimedia: Remove SHA1 hashes for distfiles
ffmpegthumbnailer: Update to 2.2.2 FFmpegThumbnailer 2.2.2 - Removed unstable continuous thumbnail creation FFmpegThumbnailer 2.2.1 - CMake improvements: required CMake version is now 3.5 or newer - Fix anamorphic height (thanks to cmrd-senya) - Fix libffmpegthumbnailer.pc to work with multilib systems (thanks to orbea) - Fix rotation of 180° rotated videos (thanks to munzli) - Fix prefer_embedded_metadata in c api (thanks to aedis) - Fix crash when setting a log callback using the c api - Check for https as well when skipping stat call (thanks to HearstCorp) - Support specifying the size as string using the c api - Support raw rgb data as image type - Print warnings on stderr instead of stdout - Support for continuous thumbnail creation
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
Add SHA512 digests for distfiles for multimedia category Problems found locating distfiles: Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2 Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2 Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2 Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2 Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2 Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2 Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2 Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz Package handbrake: missing distfile handbrake/lame-3.98.tar.gz Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2 Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package mpv: missing distfile mpv-0.12.0.tar.gz Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2 Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2 Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2 Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
string.h is no longer included by png.h
Pullup ticket #4030 - requested by dholland multimedia/ffmpegthumbnailer: security update Revisions pulled up: - multimedia/ffmpegthumbnailer/Makefile 1.13 - multimedia/ffmpegthumbnailer/distinfo 1.4 - multimedia/ffmpegthumbnailer/patches/patch-aa deleted --- Module Name: pkgsrc Committed By: wiz Date: Sat Jan 19 01:29:32 UTC 2013 Modified Files: pkgsrc/multimedia/ffmpegthumbnailer: Makefile distinfo Removed Files: pkgsrc/multimedia/ffmpegthumbnailer/patches: patch-aa Log Message: Update to 2.0.8, based on PR 47467 by John D. Baker. While here, set LICENSE. Changes: FFmpegThumbnailer 2.0.8 - Better ffmpeg detection - Fix build issue with recent ffmpeg - Optionally register ffmpegthumbnailer as gnome3 thumbnailer (--enable-thumbnailer) version 2.0.7 - Fix build issue with recent gcc - Fix build issue with recent ffmpeg
Update to 2.0.8, based on PR 47467 by John D. Baker. While here, set LICENSE. Changes: FFmpegThumbnailer 2.0.8 - Better ffmpeg detection - Fix build issue with recent ffmpeg - Optionally register ffmpegthumbnailer as gnome3 thumbnailer (--enable-thumbnailer) version 2.0.7 - Fix build issue with recent gcc - Fix build issue with recent ffmpeg
Update ffmpegthumbnailer to 2.0.6: ffmpegthumbnailer version 2.0.6 (January 6, 2011) * Fixed memory leak ffmpegthumbnailer version 2.0.5 (November 30, 2010) * Replaced deprecate gnome-vfs with gio (--enable-gio) ffmpegthumbnailer version 2.0.4 (August 06, 2010) * Fixed undefined references when compiling with certain LDFLAGS ffmpegthumbnailer version 2.0.3 (August 06, 2010) * Writing to stdout is now supported * Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs), this puts a runtime dependancy on libgnome-vfs-2.0 ffmpegthumbnailer version 2.0.2 (May 15, 2010) * Fixed compilation error against latest ffmpeg * Size of the filmstrip overlay is dependent on thumbnail size ffmpegthumbnailer version 2.0.1 (April 17, 2010) * Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin) * Fix for video files containing lots of audio packets before a video packet * Fixed libs in pkgconfig file (thanks to magnus.tuominen) ffmpegthumbnailer version 2.0.0 (January 6, 2010) * Fixed some issues in package-config file (Thanks to ambrop7) * C++ library has been put in a namespace * C library functions have been renamed version 1.5.6 (December 19, 2009) * Fixed segmentation fault when seek in video file fails * Command line option added to specify output format of the image regardless of the filename * Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel) version 1.5.5 (September 23, 2009) * Fixed build issue with certain versions of autoconf * Fixed build issue with recent versions of gcc * Fixed thumbnail generation for ogm files * Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder version 1.5.4 (June 22, 2009) * Fixed support for large files
Update to 1.5.3: version 1.5.3 (June 07, 2009) * Memory alignment fix causing segmentation fault in ffmpeg with altivec enabled version 1.5.2 (May 24, 2009) * Fixed soname version version 1.5.1 (May 11, 2009) * Optional compilation of jpeg and png support * Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora) * Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769) * Fixed missing include files for library usage (thanks to gustavo.boiko) Version 1.5.0 (March 10, 2009) * Aspect ratio bug fix (Thanks to S. Eguchi) * Support input files from stdin (will ignore seek time) * Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5) Version 1.4.0 (Januari 4, 2009) * Filter support added that allows library users to implement filters that will be applied to the frame data * Fixed compilation error with gcc 4.4
Import ffmpegthumbnailer version 1.3.0. This video thumbnailer can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. This thumbnailer was designed to be as fast and lightweight as possible. The only dependencies are ffmpeg, libpng and libjpeg.
Initial revision