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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
Source: mlt
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13),
ffmpeg,
libqt5opengl5-dev,
libqt5svg5-dev,
ladspa-sdk,
libavdevice-dev,
libavformat-dev,
libdv4-dev,
libexif-dev,
libgdk-pixbuf2.0-dev,
libmovit-dev,
libfftw3-dev,
libjack-dev,
libpango1.0-dev,
libsamplerate-dev,
libsdl1.2-dev,
libsdl2-dev,
libsox-dev (>= 14.3.0),
libswscale-dev,
librubberband-dev,
libvorbis-dev,
libvidstab-dev,
libxine2-dev,
libxml2-dev,
librtaudio-dev [linux-any],
imagemagick,
frei0r-plugins-dev,
swig,
libebur128-dev (>= 1.2.0-2),
python3-dev,
dh-python
Standards-Version: 4.5.1
Section: libs
Rules-Requires-Root: no
Homepage: https://www.mltframework.org
Package: libmlt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libmlt6 (= ${binary:Version})
Description: multimedia framework (development)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the static libraries and headers for developing
applications that use the MLT multimedia framework.
Package: libmlt6
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: libmlt-data (>= ${source:Version})
Description: multimedia framework (runtime)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the files necessary for running applications that
use the MLT multimedia framework.
Package: libmlt-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Enhances: libmlt6
Description: multimedia framework (data)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the data files for the MLT multimedia framework.
Package: libmlt++-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmlt++3 (= ${binary:Version}),
${misc:Depends}
Description: MLT multimedia framework C++ wrapper (development)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the static libraries and headers for developing
applications that use the MLT multimedia framework C++ wrapper.
Package: libmlt++3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: MLT multimedia framework C++ wrapper (runtime)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the files necessary for running applications that
use the MLT multimedia framework C++ wrapper.
Package: melt
Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libmlt-data (>= ${source:Version})
Description: command line media player and video editor
melt was meant as a test tool for the MLT framework, but it is also a powerful
multitrack command line oriented video editor. It could also used as an
minimalistic media player for audio and video files.
Package: python3-mlt
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Provides: ${python3:Provides}
Conflicts: python-mlt
Replaces: python-mlt
Description: multimedia framework (Python bindings)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the Python bindings for the mlt package.
|