File: control

package info (click to toggle)
pigment-python 0.3.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,856 kB
  • ctags: 2,881
  • sloc: python: 11,567; sh: 9,133; makefile: 227; ansic: 76
file content (48 lines) | stat: -rw-r--r-- 1,630 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>,
           Philippe Normand <philippe@fluendo.com>
Section: libs
Priority: optional
Standards-Version: 3.8.0
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.6),
               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.