Commit graph

18 commits

Author SHA1 Message Date
Zane van Iperen 58211b7b13
ffmpegthumbnailer: allow build on unix platforms
Switching to ffmpeg-headless allows building on Darwin.
2022-11-08 00:13:11 +10:00
Zane van Iperen 8a1506d064
ffmpegthumbnailer: switch to ffmpeg-headless 2022-11-08 00:12:43 +10:00
Alexander Shpilkin ca049040de ffmpegthumbnailer: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
Sergei Trofimovich 1610bf2db9 ffmpegthumbnailer: unstable-2021-09-02 -> unstable-2022-02-18
Without the change build fails as:

    libffmpegthumbnailer/videothumbnailer.cpp: In member function 'void ffmpegthumbnailer::VideoThumbnailer::writeImage(...)':
    libffmpegthumbnailer/videothumbnailer.cpp:274:109: error: 'strerror' was not declared in this scope; did you mean 'stderr'?
      274 |             TraceMessage(ThumbnailerLogLevelError, std::string("Failed to stat file ") + videoFile + " (" + strerror(errno) + ")");

Update contains the only fix: https://github.com/dirkvdb/ffmpegthumbnailer/pull/213
2022-04-23 10:02:39 +01:00
Zane van Iperen 6eda56c367 ffmpegthumbnailer: 2.2.2 -> unstable-2021-09-02
Needed for FFmpeg 5 compatibility. Upstream hasn't tagged a release
since 2019.
2022-02-07 10:04:52 -08:00
Jonathan Ringer 1ab5a3c928
ffmpegthumbnailer: pin ffmpeg to 4.x 2022-02-04 16:21:27 -08:00
Robert Schütz b516dbfbd9
ffmpegthumbnailer: use ffmpeg instead of ffmpeg_3 (#120611) 2021-04-26 10:00:50 +02:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Zane van Iperen 6a4695b758
ffmpegthumbnailer: enable generation of thumbnailer file, misc cleanups
Passing "-DENABLE_THUMBNAILER=ON" to CMake causes it to install
"ffmpegthumbnailer.thumbnailer" into /share/thumbnailers, making it
actually usable with desktop environments.

Cleanups:
- remove trailing whitespace
- change pkgconfig -> pkg-config
- change license from gpl2 to gpl2Plus
2021-01-01 12:52:29 +10:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 5955b96940 ffmpegthumbnailer: 2.2.1 -> 2.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ffmpegthumbnailer/versions
2019-10-21 20:38:58 +02:00
mtrsk 9cf5305eb2 ffmpegthumbnailer: 2.2.0 -> 2.2.1 2019-10-01 15:55:13 -03:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Carter Charbonneau bd387654f5 ffmpegthumbnailer: build with jpeg support 2017-10-07 12:56:18 -06:00
ndowens d46fe334ca
ffmpegthumbnailer: 2.0.10 -> 2.2.0 2017-03-14 09:41:24 +01:00
Arseniy Seroka eaa5e2309f spacefm: update and add dep 2015-05-05 02:59:25 +03:00