1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: ffmpegthumbnailer
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
libavcodec-dev (>= 4:0.6~svn20100505-1~),
libavfilter-dev,
libavformat-dev,
libavutil-dev,
libjpeg-dev,
libpng-dev,
pkg-config,
Standards-Version: 4.6.0
Homepage: https://github.com/dirkvdb/ffmpegthumbnailer
Vcs-Git: https://salsa.debian.org/multimedia-team/ffmpegthumbnailer.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/ffmpegthumbnailer
Package: ffmpegthumbnailer
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
libglib2.0-0,
Description: fast and lightweight video thumbnailer
FFmpegthumbnailer is a lightweight video thumbnailer that 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 package contains the ffmpegthumbnailer executable.
Package: libffmpegthumbnailer-dev
Section: libdevel
Architecture: any
Depends:
libffmpegthumbnailer4v5 (= ${binary:Version}),
${misc:Depends},
Description: development files for ffmpegthumbnailer
FFmpegthumbnailer is a lightweight video thumbnailer that 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 package contains the development files distributed with ffmpegthumbnailer.
Package: libffmpegthumbnailer4v5
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
libffmpegthumbnailer4,
Replaces:
libffmpegthumbnailer4,
Description: shared library for ffmpegthumbnailer
FFmpegthumbnailer is a lightweight video thumbnailer that 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 package contains the shared library for ffmpegthumbnailer framework.
|