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
|
Source: movit
Priority: optional
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Build-Depends: debhelper (>= 10.0.0), autotools-dev, libfftw3-dev, libepoxy-dev, libeigen3-dev, libgtest-dev, libsdl2-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://movit.sesse.net/
Package: libmovit-dev
Section: libdevel
Architecture: any
Depends: libmovit8 (= ${binary:Version}), ${misc:Depends}, libfftw3-dev, libepoxy-dev, libeigen3-dev
Description: GPU video filter library - development files
Movit is a high-quality, high performance, open-source library for video
filters. It uses the GPU present in almost any modern computer to
accelerate computation of common filters and transitions, facilitating
real-time HD video editing even on modest hardware.
.
This package contains the header files and static libraries.
Package: libmovit8
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: GPU video filter library
Movit is a high-quality, high performance, open-source library for video
filters. It uses the GPU present in almost any modern computer to
accelerate computation of common filters and transitions, facilitating
real-time HD video editing even on modest hardware.
|