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
|
Source: ocaml-ffmpeg
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-ocaml (>= 1.2.2),
libavcodec-dev,
libavdevice-dev,
libavformat-dev,
libavutil-dev,
libdune-ocaml-dev,
libswscale-dev,
ocaml,
ocaml-dune (>= 2.8.0),
ocaml-findlib,
pkgconf
Standards-Version: 4.7.2
Homepage: https://github.com/savonet/ocaml-ffmpeg
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-ffmpeg
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-ffmpeg.git
Rules-Requires-Root: no
Package: libffmpeg-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml interface for FFmpeg -- runtime files
The modules currently available are:
Av: the module containing demuxers and muxers for reading and
writing multimedia container formats.
Avcodec: the module containing decoders and encoders for audio,
video and subtitle codecs.
Swresample: the module performing audio resampling, rematrixing
and sample format conversion operations.
Swscale: the module performing image scaling and color
space/pixel format conversion operations.
Avdevice: the module containing input and output devices for
grabbing from and rendering to many common multimedia
input/output software frameworks.
.
This package contains only the shared runtime stub libraries
Package: libffmpeg-ocaml-dev
Architecture: any
Depends: libavcodec-dev,
libavdevice-dev,
libavformat-dev,
libavutil-dev,
libffmpeg-ocaml (= ${binary:Version}),
libswscale-dev,
ocaml-findlib,
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml interface for FFmpeg -- development files
The modules currently available are:
Av: the module containing demuxers and muxers for reading and
writing multimedia container formats.
Avcodec: the module containing decoders and encoders for audio,
video and subtitle codecs.
Swresample: the module performing audio resampling, rematrixing
and sample format conversion operations.
Swscale: the module performing image scaling and color
space/pixel format conversion operations.
Avdevice: the module containing input and output devices for
grabbing from and rendering to many common multimedia
input/output software frameworks.
.
This package contains all the development stuff you need to develop
OCaml programs whcich use ocaml-ffmpeg.
|