File: control

package info (click to toggle)
yorick-av 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 140 kB
  • sloc: ansic: 344; makefile: 48; sh: 8
file content (22 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: yorick-av
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thibaut Paumard <thibaut@debian.org>
Build-Depends: debhelper (>= 9), yorick-dev (>= 2),
	       libavformat-dev (>=6:9), libavutil-dev (>=6:9),
	       libavcodec-dev (>=6:9), libswscale-dev (>=6:9)
Standards-Version: 4.1.4
Vcs-Git:       https://salsa.debian.org/science-team/yorick-av.git
Vcs-Browser:   https://salsa.debian.org/science-team/yorick-av
Homepage:      https://github.com/paumard/yorick-av

Package: yorick-av
Architecture: any
Depends: yorick (>= 2), ${shlibs:Depends}, ${misc:Depends}
Description: write movies from Yorick in various formats
 This is a compiled add-on for yorick (an interpreted computer
 language specialized for numerical and scientific problems).
 Yorick-av adds support for writing movies in various formats (AVI,
 OGG, MP4...) using LibAV. It can be used as a replacement for
 yorick-mpeg which only produces MPEG1 movies.