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
|
Source: ffmpegthumbnailer
Section: video
Priority: optional
Maintainer: Lionel Le Folgoc <mrpouit@gmail.com>
Uploaders: Soeren Sonnenburg <sonne@debian.org>
Build-Depends: debhelper (>= 9), pkg-config, libavutil-dev, libavformat-dev,
libavcodec-dev (>= 4:0.6~svn20100505-1~), libswscale-dev, libpng-dev,
libjpeg-dev, dpkg-dev (>= 1.16.1), dh-autoreconf
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/ffmpegthumbnailer/
Vcs-Svn: https://bollin.googlecode.com/svn/ffmpegthumbnailer/trunk/
Vcs-Browser: http://bollin.googlecode.com/svn/ffmpegthumbnailer/trunk/
Package: ffmpegthumbnailer
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: libffmpegthumbnailer4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
Package: libffmpegthumbnailer-dev
Section: libdevel
Architecture: any
Depends: libffmpegthumbnailer4 (= ${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: ffmpegthumbnailer-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ffmpegthumbnailer (= ${binary:Version})
Description: debugging informations 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 debugging symbols for ffmpegthumbnailer.
|