File: control

package info (click to toggle)
pitivi 0.999-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,912 kB
  • sloc: python: 23,282; ansic: 2,847; sh: 249; makefile: 21; xml: 19
file content (73 lines) | stat: -rw-r--r-- 2,618 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
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
Source: pitivi
Section: gnome
Priority: optional
Maintainer: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 9),
        dpkg-dev (>= 1.16.1~),
        dh-buildinfo,
        dh-python,
        meson (>= 0.41.0),
        python3-dev (>= 3.3),
        python3-nose2,
        intltool (>= 0.35),
        gnome-doc-utils (>= 0.18.0),
        pkg-config,
        itstool,
        git,
        libcairo2-dev,
        libgtk-3-dev (>= 3.20),
        libgstreamer1.0-dev (>= 1.14.2),
        libgstreamer-plugins-base1.0-dev (>= 1.14.2),
        libgirepository1.0-dev,
        python3-cairo-dev
X-Python-Version: >= 3.3
Standards-Version: 4.0.0
Homepage: http://www.pitivi.org
Vcs-Git: git://git.debian.org/git/pkg-gstreamer/pitivi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gstreamer/pitivi.git

Package: pitivi
Architecture: any
Depends: ${misc:Depends},
        ${shlibs:Depends},
        ${python3:Depends},
        python3-gi (>= 3.10),
        gir1.2-glib-2.0 (>= 1.31.1),
        gir1.2-gstreamer-1.0 (>= 1.14.2),
        gir1.2-gst-plugins-base-1.0 (>= 1.14.2),
        gir1.2-ges-1.0 (>= 1.14.2),
        gir1.2-pango-1.0,
        gir1.2-gdkpixbuf-2.0,
        gir1.2-gtk-3.0 (>= 3.10.0),
        python3-gst-1.0 (>= 1.14.2),
        python3-numpy,
        python3-matplotlib,
        python3-xdg,
        python3-cairo,
        python3-gi-cairo,
        python3-dbus,
        gstreamer1.0-plugins-base (>= 1.14.2),
        gstreamer1.0-plugins-good (>= 1.14.2),
        gstreamer1.0-plugins-bad (>= 1.14.2),
        gstreamer1.0-pulseaudio | gstreamer1.0-audiosink,
        gstreamer1.0-gtk3,
        gstreamer1.0-x | gstreamer1.0-videosink
Suggests: gstreamer1.0-plugins-ugly,
          gstreamer1.0-libav,
          frei0r-plugins,
          gir1.2-notify-0.7,
          gir1.2-gsound-1.0,
          gir1.2-gnomedesktop-3.0
Description: non-linear audio/video editor using GStreamer
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 PiTiVi allows users to easily edit audio/video projects based on the
 GStreamer framework.  PiTIVi provides several ways of creating and
 modifying a timeline.  Ranging from a simple synopsis view (a-la
 iMovie) to the full-blown editing view (aka Complex View) which puts
 you in complete control of your editing.