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
|
Source: libopenshot
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper (>= 11),
dh-python,
dpkg-dev (>= 1.17.14),
ffmpeg,
libavcodec-dev,
libavdevice-dev,
libavformat-dev,
libavresample-dev,
libavutil-dev,
libjsoncpp-dev,
libmagick++-6.q16-dev,
libopenshot-audio-dev,
libswscale-dev,
libunittest++-dev,
libzmq3-dev,
pkg-config,
python3-dev,
qtbase5-dev,
qtmultimedia5-dev,
swig
Build-Depends-Indep: doxygen <!nodoc>
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/multimedia-team/libopenshot
Vcs-Git: https://salsa.debian.org/multimedia-team/libopenshot.git
Homepage: http://www.openshot.org/
Package: libopenshot16
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library for high-quality video editing
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the shared libraries.
Package: libopenshot-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libopenshot16 (= ${binary:Version})
Suggests: libopenshot-doc <!nodoc>
Description: development files for the OpenShot video library
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the development files.
Package: libopenshot-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: documentation for the OpenShot video library
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
Package: python3-openshot
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: OpenShot video library bindings for Python 3
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the bindings for Python 3.
|