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
|
Source: libopenshot
Standards-Version: 4.7.2
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Anton Gladky <gladk@debian.org>,
Section: libs
Priority: optional
Build-Depends:
dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
dh-sequence-python3,
ffmpeg,
libasound2-dev,
libavcodec-dev,
libavdevice-dev,
libavformat-dev,
libavutil-dev,
libjsoncpp-dev,
libmagick++-7.q16-dev,
libopenshot-audio-dev (>= 0.3.2),
libqt5svg5-dev,
libswresample-dev,
libswscale-dev,
libunittest++-dev,
cppzmq-dev,
pkgconf,
python3-dev,
python3-setuptools,
qtbase5-dev,
qtmultimedia5-dev,
swig,
Build-Depends-Indep:
doxygen <!nodoc>,
Vcs-Browser: https://salsa.debian.org/multimedia-team/libopenshot
Vcs-Git: https://salsa.debian.org/multimedia-team/libopenshot.git
Homepage: https://www.openshot.org/
Rules-Requires-Root: no
Package: libopenshot-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
libopenshot25t64 (= ${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: libopenshot25t64
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Breaks:
libopenshot25 (<< ${source:Version}),
Provides:
${t64:Provides},
Replaces:
libopenshot25,
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-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.
|