python-aosd is a Python binding for libaosd: an on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
- Python >= 2.7
- libaosd
- pycairo
- pangocairo
- Pyrex or Cython
- headers for pycairo, libaosd and pangocairo
python-aosd uses distutils. Building it is as simple as running
python setup.py build
in the root directory.
Running
python setup.py install
will install python-aosd.
- Move to GitHub
- Replace command module in setup.py with subprocess
- Bug Fix: correct value of aosd.PANGO_ALIGN_CENTER
- move to git
- Bug Fix: fix indentation in aosd.pyx