Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 127275

Summary: python bindigs for libgpod
Product: Gentoo Linux Reporter: José Alberto Suárez López (RETIRED) <bass>
Component: New packagesAssignee: 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: ---

Description José Alberto Suárez López (RETIRED) gentoo-dev 2006-03-23 01:44:37 UTC
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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-23 02:04:02 UTC

*** This bug has been marked as a duplicate of 127276 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-23 02:04:16 UTC
CLOSED