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
|
Source: synfig
Section: graphics
Priority: optional
Standards-Version: 4.3.0
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~), autopoint, intltool
,binutils
,etl-dev (>= 1.2.2)
# ,libavcodec-dev
# ,libavformat-dev
,libboost-all-dev
,libcairo-dev
,libfftw3-dev
,libfontconfig1-dev
,libfreetype6-dev
,libjpeg-dev
,libltdl-dev
,libmng-dev
,libmagick++-dev
,libmlt-dev
,libmlt++-dev
,libopenexr-dev
,libpango1.0-dev
,libpng-dev
,libsigc++-2.0-dev
# ,libswscale-dev
,libtiff-dev
,libxml++2.6-dev
Vcs-Browser: https://salsa.debian.org/multimedia-team/synfig
Vcs-Git: https://salsa.debian.org/multimedia-team/synfig.git
Homepage: http://www.synfig.org/
Package: synfig
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: synfigstudio,
synfig-examples
Description: vector-based 2D animation renderer
synfig is a vector based 2D animation renderer. It is designed to be
capable of producing feature-film quality animation.
.
This package contains the command-line renderer, for the GUI animation
editor, please install synfigstudio.
Package: libsynfig0a
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libdv-bin,
# libav-tools,
imagemagick
Breaks: synfigstudio (<< 0.64.2)
Conflicts: libsynfig0v5, libsynfig0
Replaces: libsynfig0v5, libsynfig0
Description: render library and plugins for synfig 2D animation
synfig is a vector based 2D animation package. It is designed to be
capable of producing feature-film quality animation.
.
This package contains the shared library and plugin modules for it.
Package: libsynfig-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsynfig0a (= ${binary:Version}),
etl-dev (>= 1.2.1), libxml++2.6-dev, libsigc++-2.0-dev
Description: synfig library development files
synfig is a vector based 2D animation package. It is designed to be
capable of producing feature-film quality animation.
.
This package contains headers and other files needed to develop
applications using the shared library and plugin modules.
Package: synfig-examples
Architecture: all
Suggests: synfigstudio
Conflicts: libsynfig-doc
Replaces: libsynfig-doc
Depends: ${misc:Depends}
Description: synfig animation examples
synfig is a vector based 2D animation renderer. It is designed to be
capable of producing feature-film quality animation.
.
This package contains several examples of synfig animations and stills.
|