File: control

package info (click to toggle)
pigment-python 0.3.12-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,820 kB
  • ctags: 2,955
  • sloc: python: 11,664; sh: 10,131; makefile: 251; ansic: 97
file content (48 lines) | stat: -rw-r--r-- 1,628 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
Source: pigment-python
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Loic Minier <lool@dooz.org>,
           Arnaud Quette <aquette@debian.org>,
           Paul van Tilburg <paulvt@debian.org>
Section: libs
Priority: optional
Standards-Version: 3.8.3
Homepage: https://code.fluendo.com/pigment/trac
Build-Depends: debhelper (>= 5.0.37.2),
               cdbs (>= 0.4.43),
               autotools-dev,
               python-all-dev,
               python-central (>= 0.5),
               dpkg-dev (>= 1.13.19),
               libpigment0.3-dev (>= 0.3.17),
               libgstreamer0.10-dev (>= 0.10.0),
               libgstreamer-plugins-base0.10-dev (>= 0.10.0),
               libgtk2.0-dev,
               python-gobject-dev (>= 2.8.0),
               pkg-config,
               gtk-doc-tools
XS-Python-Version: >= 2.4

Package: python-pgm
Section: python
Conflicts: python-pigment
Replaces: python-pigment
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-gst0.10,
         python-imaging,
         python-gobject,
         python-gtk2,
         python-cairo,
         python-twisted-core
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: User interfaces with embedded multimedia - Python bindings
 Pigment allows building of user interfaces with embedded multimedia
 components.  It is designed with portability in mind and its plugin
 system will select a particular underlying graphical API on each
 platform.
 .
 This package contains the Python bindings.