File: control

package info (click to toggle)
python-osd 0.2.12-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 124 kB
  • ctags: 120
  • sloc: ansic: 447; python: 283; makefile: 47
file content (20 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-osd
Section: python
Priority: optional
Maintainer: Tommi Virtanen <tv@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
 libxosd-dev (>= 2.2.6), python-support (>= 0.3)

Package: python-osd
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-twisted
Provides: ${python:Provides}
Replaces: python2.3-osd (<< 0.2.12-1.1), python2.4-osd (<< 0.2.12-1.1)
Conflicts: python2.3-osd (<< 0.2.12-1.1), python2.4-osd (<< 0.2.12-1.1)
Description: Python bindings for X On-Screen Display library
 PyOSD is a python module for displaying text on your X display, much
 like the "On Screen Displays" used on TVs and some monitors.
 .
 It can be used by anything that needs your attention, such as showing
 the song currently playing in a Python-based MP3 player.