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
|
Source: python-osd
Section: python
Priority: optional
Maintainer: Mauro Lizaur <lavaramano@gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
XS-Python-Version: all
Build-Depends: debhelper (>= 5), python-all-dev (>= 2.3.5-11), libxosd-dev (>= 2.2.6), python-support (>= 0.5.3)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-osd/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-osd/trunk/?op=log
Package: python-osd
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Suggests: python-twisted
Conflicts: python2.3-osd (<< 0.2.14-1), python2.4-osd (<< 0.2.14-1)
Replaces: python2.3-osd (<< 0.2.14-1), python2.4-osd (<< 0.2.14-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.
|