| Summary: | python bindigs for libgpod | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | José Alberto Suárez López (RETIRED) <bass> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | VERIFIED DUPLICATE | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of 127276 *** CLOSED |
the current ebuild don't build the python binding. This bindigs are necessary for other apps like listen. A awfull quick hack to build the py bindings: Add to src_compile: cd bindings/python emake || die "make failed" Add to src_install: insinto /usr/lib/python2.4/site-packages/ doins ${WORKDIR}/${P}/bindings/python/_gpod.so ${WORKDIR}/${P}/bindings/python/gpod.py