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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: frei0r
Section: video
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Vcs-Git: https://salsa.debian.org/multimedia-team/frei0r.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/frei0r
Homepage: https://frei0r.dyne.org/
Build-Depends:
debhelper-compat (= 13),
cmake,
libcairo2-dev,
libgavl-dev,
libopencv-dev,
pkgconf,
Build-Depends-Indep:
doxygen,
Standards-Version: 4.7.3
Package: frei0r-plugins
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
# opencv-data,
Breaks:
frei0r (<= 1.1.22),
Replaces:
frei0r,
Description: minimalistic plugin API for video effects, plugins collection
frei0r is a minimalistic plugin API for video sources and filters. The
behavior of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects. It is not meant as a generic API
for all kinds of video applications.
.
frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
.
This package contains a collection of plugins.
Package: frei0r-plugins-dev
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
frei0r-dev (<= 1.1.22),
Replaces:
frei0r-dev,
Description: minimalistic plugin API for video effects, header files
frei0r is a minimalistic plugin API for video sources and filters. The
behavior of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects. It is not meant as a generic API
for all kinds of video applications.
.
frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
.
This package contains the header needed to enable frei0r in other
packages at build time and to build your own frei0r plugins.
Package: frei0r-plugins-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
frei0r-doc (<= 1.1.22),
Replaces:
frei0r-doc,
Description: minimalistic plugin API for video effects, API documentation
frei0r is a minimalistic plugin API for video sources and filters. The
behavior of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects. It is not meant as a generic API
for all kinds of video applications.
.
frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
.
This package contains the API documentation.
|