Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127276 - python bindigs for libgpod
Summary: python bindigs for libgpod
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal
Assignee: Joe McCann (RETIRED)
URL:
Whiteboard:
Keywords:
: 127275 (view as bug list)
Depends on:
Blocks: 121740
  Show dependency tree
 
Reported: 2006-03-23 01:47 UTC by José Alberto Suárez López (RETIRED)
Modified: 2006-04-08 14:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Alberto Suárez López (RETIRED) gentoo-dev 2006-03-23 01:47:15 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
*** Bug 127275 has been marked as a duplicate of this bug. ***
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2006-04-08 14:26:47 UTC
ok, I've added 0.3.2-r1 which installs the python bindings with the python use flag. please tell me if it works as advertised..