File: control

package info (click to toggle)
ffms2 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,000 kB
  • sloc: cpp: 6,513; ansic: 385; makefile: 164; perl: 85; sh: 22
file content (68 lines) | stat: -rw-r--r-- 2,239 bytes parent folder | download
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
68
Source: ffms2
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Reinhard Tartler <siretart@tauware.de>,
 Rico Tzschichholz <ricotz@ubuntu.com>,
 Sebastian Ramacher <sramacher@debian.org>
Build-Depends: debhelper-compat (= 13),
 pkgconf,
 libavcodec-dev (>= 7:6.1),
 libavformat-dev (>= 7:6.1),
 libavutil-dev (>= 7:6.1),
 libswresample-dev (>= 7:6.1),
 libswscale-dev (>= 7:6.1),
 zlib1g-dev,
 python3 <!nodoc>,
 python3-markdown <!nodoc>
Section: libs
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/multimedia-team/ffms2
Vcs-Git: https://salsa.debian.org/multimedia-team/ffms2.git
Homepage: https://github.com/FFMS/ffms2
Rules-Requires-Root: no

Package: libffms2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libffms2-5 (= ${binary:Version}),
 libavcodec-dev,
 libavformat-dev,
 libavutil-dev,
 libswresample-dev,
 libswscale-dev,
 zlib1g-dev,
 ${misc:Depends}
Description: Development files for libffms2
 A cross platform ffmpeg wrapper library, and some additional content for
 things ffmpeg doesn't handle well. A more friendly API and an easy way to
 say "open and decompress this, I don't care how".
 .
 This package contain headers and other files needed to compile and link
 against libffms2.

Package: libffms2-5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Cross platform ffmpeg wrapper library
 A cross platform ffmpeg wrapper library, and some additional content for
 things ffmpeg doesn't handle well. A more friendly API and an easy way to
 say "open and decompress this, I don't care how".
 .
 This package contains the shared library.

Package: ffmsindex
Architecture: any
Section: video
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line tool to create ffms2 index files
 A cross platform ffmpeg wrapper library, and some additional content for
 things ffmpeg doesn't handle well. A more friendly API and an easy way to
 say "open and decompress this, I don't care how".
 .
 This package contain a command line indexer tool. Used to create index
 files which can later be used by applications which are useing ffms2
 to speed up loading of multimedia files.