- Package:
- python-pyo
- Source:
- python-pyo
- Submitter:
- IOhannes m zmoelnig
- Date:
- 2015-07-20 12:06:16 UTC
- Severity:
- wishlist
Dear Maintainer, python-pyo upstream includes a Pd-external for using pyo from within Pure Data. it would be nice if this external could be shipped in a separate package "pd-pyo". caveats: python-pyo currently includes a local copy of m_pd.h, which is very outdated (taken from Pd-0.41-4). Instead any external should be build against the headers provided by the puredata-dev package (the easiest way would probably be to patch pyo~.c to include <pd/m_pd.h> instead of "m_pd.h")