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
|
Source: python-osd
Section: python
Priority: optional
Maintainer: Tommi Virtanen <tv@debian.org>
Standards-Version: 3.6.1
Build-Depends: python2.3-dev, python2.4-dev, libxosd-dev (>= 2.2.6)
Package: python-osd
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-osd
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.
.
This is a dummy package that depends on the correct version of
python-osd for the default version of Python.
Package: python2.3-osd
Architecture: any
Depends: python2.3, ${shlibs:Depends}
Recommends: python2.3-twisted
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.
.
This version is usable with python2.3
Package: python2.4-osd
Architecture: any
Depends: python2.4, ${shlibs:Depends}
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.
.
This version is usable with python2.4
|