Codebase list frei0r / 6eb7e3f
Use CDBS-style debian/control.in IOhannes m zmölnig 12 years ago
2 changed file(s) with 72 addition(s) and 75 deletion(s). Raw diff Collapse all Expand all
+0
-75
debian/control less more
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: cdbs,
10 autotools-dev,
11 debhelper,
12 dh-buildinfo,
13 pkg-config,
14 libgavl-dev,
15 libcairo2-dev,
16 libopencv-dev
17 Build-Depends-Indep: doxygen
18 Standards-Version: 3.9.5
19
20 Package: frei0r-plugins
21 Section: video
22 Architecture: any
23 Depends: ${shlibs:Depends},
24 ${misc:Depends}
25 Conflicts: frei0r (<= 1.1.22)
26 Replaces: frei0r
27 Description: minimalistic plugin API for video effects, plugins collection
28 frei0r is a minimalistic plugin API for video sources and filters. The
29 behavior of the effects can be controlled from the host by simple
30 parameters. The intent is to solve the recurring reimplementation or
31 adaptation issue of standard effects. It is not meant as a generic API
32 for all kinds of video applications.
33 .
34 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
35 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
36 .
37 This package contains a collection of plugins.
38
39 Package: frei0r-plugins-dev
40 Section: devel
41 Architecture: any
42 Depends: ${misc:Depends}
43 Conflicts: frei0r-dev (<= 1.1.22)
44 Replaces: frei0r-dev
45 Description: minimalistic plugin API for video effects, header files
46 frei0r is a minimalistic plugin API for video sources and filters. The
47 behavior of the effects can be controlled from the host by simple
48 parameters. The intent is to solve the recurring reimplementation or
49 adaptation issue of standard effects. It is not meant as a generic API
50 for all kinds of video applications.
51 .
52 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
53 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
54 .
55 This package contains the header needed to enable frei0r in other
56 package at build time.
57
58 Package: frei0r-plugins-doc
59 Section: doc
60 Architecture: all
61 Depends: ${misc:Depends}
62 Conflicts: frei0r-doc (<= 1.1.22)
63 Replaces: frei0r-doc
64 Description: minimalistic plugin API for video effects, API documentation
65 frei0r is a minimalistic plugin API for video sources and filters. The
66 behavior of the effects can be controlled from the host by simple
67 parameters. The intent is to solve the recurring reimplementation or
68 adaptation issue of standard effects. It is not meant as a generic API
69 for all kinds of video applications.
70 .
71 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
72 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
73 .
74 This package contains the API documentation.
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 Build-Depends-Indep: doxygen
15 Standards-Version: 3.9.5
16
17 Package: frei0r-plugins
18 Section: video
19 Architecture: any
20 Depends: ${shlibs:Depends},
21 ${misc:Depends}
22 Conflicts: frei0r (<= 1.1.22)
23 Replaces: frei0r
24 Description: minimalistic plugin API for video effects, plugins collection
25 frei0r is a minimalistic plugin API for video sources and filters. The
26 behavior of the effects can be controlled from the host by simple
27 parameters. The intent is to solve the recurring reimplementation or
28 adaptation issue of standard effects. It is not meant as a generic API
29 for all kinds of video applications.
30 .
31 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
32 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
33 .
34 This package contains a collection of plugins.
35
36 Package: frei0r-plugins-dev
37 Section: devel
38 Architecture: any
39 Depends: ${misc:Depends}
40 Conflicts: frei0r-dev (<= 1.1.22)
41 Replaces: frei0r-dev
42 Description: minimalistic plugin API for video effects, header files
43 frei0r is a minimalistic plugin API for video sources and filters. The
44 behavior of the effects can be controlled from the host by simple
45 parameters. The intent is to solve the recurring reimplementation or
46 adaptation issue of standard effects. It is not meant as a generic API
47 for all kinds of video applications.
48 .
49 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
50 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
51 .
52 This package contains the header needed to enable frei0r in other
53 package at build time.
54
55 Package: frei0r-plugins-doc
56 Section: doc
57 Architecture: all
58 Depends: ${misc:Depends}
59 Conflicts: frei0r-doc (<= 1.1.22)
60 Replaces: frei0r-doc
61 Description: minimalistic plugin API for video effects, API documentation
62 frei0r is a minimalistic plugin API for video sources and filters. The
63 behavior of the effects can be controlled from the host by simple
64 parameters. The intent is to solve the recurring reimplementation or
65 adaptation issue of standard effects. It is not meant as a generic API
66 for all kinds of video applications.
67 .
68 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
69 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
70 .
71 This package contains the API documentation.