Codebase list frei0r / 114f691
Regenerated debian/control IOhannes m zmölnig 12 years ago
1 changed file(s) with 76 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Source: frei0r
1 Section: video
2 Priority: optional
3 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
4 Uploaders: Jonas Smedegaard <dr@jones.dk>,
5 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
6 Vcs-Git: git://git.debian.org/git/pkg-multimedia/frei0r
7 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/frei0r.git
8 Homepage: http://www.piksel.org/frei0r
9 Build-Depends: pkg-config,
10 libgavl-dev,
11 libcairo2-dev,
12 libopencv-dev,
13 cdbs,
14 autotools-dev,
15 debhelper,
16 dh-buildinfo,
17 dh-autoreconf
18 Build-Depends-Indep: doxygen
19 Standards-Version: 3.9.5
20
21 Package: frei0r-plugins
22 Section: video
23 Architecture: any
24 Depends: ${shlibs:Depends},
25 ${misc:Depends}
26 Conflicts: frei0r (<= 1.1.22)
27 Replaces: frei0r
28 Description: minimalistic plugin API for video effects, plugins collection
29 frei0r is a minimalistic plugin API for video sources and filters. The
30 behavior of the effects can be controlled from the host by simple
31 parameters. The intent is to solve the recurring reimplementation or
32 adaptation issue of standard effects. It is not meant as a generic API
33 for all kinds of video applications.
34 .
35 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
36 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
37 .
38 This package contains a collection of plugins.
39
40 Package: frei0r-plugins-dev
41 Section: devel
42 Architecture: any
43 Depends: ${misc:Depends}
44 Conflicts: frei0r-dev (<= 1.1.22)
45 Replaces: frei0r-dev
46 Description: minimalistic plugin API for video effects, header files
47 frei0r is a minimalistic plugin API for video sources and filters. The
48 behavior of the effects can be controlled from the host by simple
49 parameters. The intent is to solve the recurring reimplementation or
50 adaptation issue of standard effects. It is not meant as a generic API
51 for all kinds of video applications.
52 .
53 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
54 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
55 .
56 This package contains the header needed to enable frei0r in other
57 package at build time.
58
59 Package: frei0r-plugins-doc
60 Section: doc
61 Architecture: all
62 Depends: ${misc:Depends}
63 Conflicts: frei0r-doc (<= 1.1.22)
64 Replaces: frei0r-doc
65 Description: minimalistic plugin API for video effects, API documentation
66 frei0r is a minimalistic plugin API for video sources and filters. The
67 behavior of the effects can be controlled from the host by simple
68 parameters. The intent is to solve the recurring reimplementation or
69 adaptation issue of standard effects. It is not meant as a generic API
70 for all kinds of video applications.
71 .
72 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
73 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
74 .
75 This package contains the API documentation.