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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
Source: mlt
Priority: optional
Maintainer: Fathi Boudra <fabo@debian.org>
Uploaders: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 7.0.50),
ffmpeg,
kdelibs5-dev,
ladspa-sdk,
libavdevice-dev,
libavformat-dev,
libdv4-dev,
libgtk2.0-dev,
libjack-dev,
libquicktime-dev [!hurd-i386],
libsamplerate-dev,
libsdl1.2-dev,
libsox-dev (>= 14.3.0),
libswscale-dev,
libvorbis-dev,
libxine-dev,
libxml2-dev,
imagemagick,
frei0r-plugins-dev,
swig,
hardening-wrapper,
python-all-dev (>= 2.6.6-3~)
Standards-Version: 3.9.3
Section: libs
Homepage: http://www.mltframework.org
Package: libmlt-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libmlt5 (= ${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: libmlt5
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: libmlt-data (>= ${source:Version})
Conflicts: libmlt0.2,
libmlt0.2.5,
libmlt1,
libmlt2,
libmlt3,
libmlt4
Replaces: libmlt0.2,
libmlt0.2.5,
libmlt1,
libmlt2,
libmlt3,
libmlt4
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
Depends: ${misc:Depends}
Enhances: libmlt5
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
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
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libmlt++0.2,
libmlt++2
Replaces: libmlt++0.2,
libmlt++2
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: libmlt-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libmlt5 (= ${binary:Version}),
libmlt++3 (= ${binary:Version})
Description: multimedia framework (debugging symbols)
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 debugging symbols for libmlt++ and libmlt
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: python-mlt5
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Conflicts: python-mlt2,
python-mlt3
Replaces: python-mlt2,
python-mlt3
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.
|