Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33226 - pyxmms-2.01.ebuild (Update)
Summary: pyxmms-2.01.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 06:42 UTC by Jonathan Hitchcock
Modified: 2003-11-28 01:54 UTC (History)
2 users (show)

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


Attachments
ebuild for PyXMMS 2.01 (pyxmms-2.01.ebuild,648 bytes, text/plain)
2003-11-11 06:44 UTC, Jonathan Hitchcock
Details
Ebuild for pyxmms-2.02 (pyxmms-2.02.ebuild,777 bytes, text/plain)
2003-11-28 01:54 UTC, Jonathan Hitchcock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Hitchcock 2003-11-11 06:42:43 UTC
Please find attached an ebuild for pyXMMS version 2.01, which was released about a week ago.

The new version is a major change: it has now split into two components: a set of bindings for all the xmms_remote_* functions from libxmms, and a wrapper around the functions for configuration file management in libxmms.  As a result, the namespace for pyxmms has changed, too.  Python scripts should now call "xmms.control.play()" and "xmms.control.pause()", etc.  The legacy "xmms.play()" and "xmms.pause()" will still work - Florent Rouge (the author) says he will remove this support around the beginning of 2005 - people have a year to update their code ;-)

In any case, qpkg tells me that the only thing that depends on pyxmms is the CornerXMMS gDesklet, and I've tested it with this ebuild, and it works fine.

Anyway. Ebuild attached - it uses distutils, and is basically identical to the older ebuilds.
Comment 1 Jonathan Hitchcock 2003-11-11 06:44:05 UTC
Created attachment 20587 [details]
ebuild for PyXMMS 2.01

The ebuild.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-11-12 00:56:01 UTC
thanks, pyxmms-2.01 is now in portage.
Comment 3 Jonathan Hitchcock 2003-11-28 01:54:58 UTC
Created attachment 21403 [details]
Ebuild for pyxmms-2.02

Version bump to 2.02
Note that the homepage and SRC_URI have changed, which is the main reason I'm
submitting this - not sure a 0.01 increase would be worth it otherwise ;-)