File: control

package info (click to toggle)
libgstreamer1-perl 0.003-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: perl: 113; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,418 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
Source: libgstreamer1-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: gir1.2-gstreamer-1.0,
                     gir1.2-gst-plugins-base-1.0,
                     libdevel-checklib-perl,
                     libglib-object-introspection-perl,
                     libtest-pod-perl,
                     libgstreamer1.0-dev,
                     perl,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgstreamer1-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgstreamer1-perl.git
Homepage: https://metacpan.org/release/GStreamer1

Package: libgstreamer1-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gir1.2-gstreamer-1.0,
         gir1.2-gst-plugins-base-1.0,
         libglib-object-introspection-perl
Description: Bindings for GStreamer 1.0, the open source multimedia framework
 GStreamer1 implements a framework that allows for processing and encoding of
 multimedia sources in a manner similar to a shell pipeline.
 .
 Because it's introspection-based, most of the classes follow directly from
 the C API. Therefore, most of the documentation is by example rather than a
 full breakdown of the class structure.