Source: vapoursynth
Section: libs
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Marshall Banana <djcj@gmx.de>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 dh-python,
 python3,
 python3-setuptools,
 lsb-release,
 quilt,
 pkg-config,
 libass-dev,
 libavformat-dev,
 libavutil-dev,
 libavcodec-dev,
 libswscale-dev,
 libtesseract-dev,
 libzimg-dev,
 nasm,
 cython3,
 python3-sphinx,
 libpython3-dev,
# ImageMagick dependencies
 libltdl-dev, libfftw3-dev, liblcms2-dev, liblqr-1-0-dev,
 libfreetype6-dev, libfontconfig1-dev, gsfonts,
 zlib1g-dev, liblzma-dev, libbz2-dev,
 libx11-dev, libxext-dev, libxt-dev,
 ghostscript, libdjvulibre-dev, libexif-dev, libjpeg-dev,
 libopenexr-dev, libperl-dev, libpng-dev, libtiff-dev, libwmf-dev,
 libpango1.0-dev, librsvg2-bin, librsvg2-dev, libxml2-dev,
 pkg-kde-tools
Standards-Version: 3.9.8
Homepage: http://www.vapoursynth.com/
Vcs-Git: https://github.com/vapoursynth/vapoursynth.git
Vcs-Browser: https://github.com/vapoursynth/vapoursynth

Package: vapoursynth
Section: metapackages
Architecture: any
Depends:
 ${misc:Depends},
 libvapoursynth (= ${binary:Version}),
 libvapoursynth-script0 (= ${binary:Version}),
 vapoursynth-python3 (= ${binary:Version}),
 vspipe (= ${binary:Version})
Description: frameserver for the 21st century
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: libvapoursynth
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libvapoursynth-script0 (= ${binary:Version}),
 vapoursynth-python3 (= ${binary:Version})
Pre-Depends:
 ${misc:Pre-Depends}
Description: frameserver for the 21st century
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: libvapoursynth-script0
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libvapoursynth (= ${binary:Version}),
 vapoursynth-python3 (= ${binary:Version})
Pre-Depends:
 ${misc:Pre-Depends}
Description: frameserver for the 21st century - VSScript runtime
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: libvapoursynth-dev
Architecture: any
Section: libdevel
Depends:
 ${misc:Depends},
 libvapoursynth (= ${binary:Version})
Recommends:
 libavutil-dev,
 libavcodec-dev,
 libswscale-dev,
 libpython3-dev,
 libzimg-dev
Description: frameserver for the 21st century - development files
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: vapoursynth-python3
Architecture: any
Depends:
 python3,
 ${misc:Depends},
 ${shlibs:Depends}
Provides:
 vapoursynth-python
Recommends:
 libvapoursynth
Description: frameserver for the 21st century - Python 3 module
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: vspipe
Architecture: any
Section: video
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: pipe the output of a Vapoursynth script
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: vapoursynth-dbg
Section: debug
Priority: optional
Architecture: any
Depends:
 ${misc:Depends},
 libvapoursynth (= ${binary:Version}),
 libvapoursynth-script0 (= ${binary:Version}),
 vapoursynth-python3 (= ${binary:Version}),
 vspipe (= ${binary:Version})
Description: frameserver for the 21st century - debug symbols
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change

Package: vapoursynth-docs
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
#${sphinxdoc:Depends}
Description: frameserver for the 21st century - documentation
 It's an application for video manipulation. Or a plugin. Or a library.
 It's hard to tell because it has a core library written in C++ and a
 Python module to allow video scripts to be created. It came to be when
 I started thinking about alternative designs for Avisynth and most of
 it was written over a 3 month period. The software has been heavily inspired
 by Avisynth and aims to be a 21st century rewrite, taking advantage of
 the advancements computers have made since the late 90s. The main
 features compared to Avisynth are:
 .
  * Multithreaded - Frame level multithreading
  * Generalized Colorspaces - New Colorspaces can be specified at runtime
  * Per Frame Properties - Additional metadata can be attached to frames
  * Python Based - The scripting part is implemented as a Python module so
    you don't have to learn a special language
  * Support for video with format changes - Some video just can't stick to
    one format or frame size VapourSynth can handle any kind of change
