Opened 17 years ago
Closed 13 years ago
#13216 closed enhancement (fixed)
Add python support to playerstage-player
Reported by: | apoikos@… | Owned by: | vincent@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | apoikos@…, nox@…, ryandesign (Ryan Carsten Schmidt) | |
Port: | playerstage-player |
Description
player has support for generating python bindings to the client libraries. This is done automatically, if swig is present during configure- and compile-time. As python is for many people much more appropriate for rapid prototyping than C or C++, IMHO it makes sense to enable python support by default (by adding python and swig dependencies), or by adding a suitable 'python' variant.
Change History (7)
comment:1 Changed 17 years ago by nox@…
Cc: | vincent@… apoikos@… nox@… added |
---|---|
Milestone: | → Port Enhancements |
Summary: | [playerstage-player] Add python support (requires swig as a compile-time dependency) → Add python support to playerstage-player |
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:6 Changed 14 years ago by jmroot (Joshua Root)
Cc: | vincent@… removed |
---|---|
Keywords: | playerstage player python swig removed |
Owner: | changed from macports-tickets@… to vincent@… |
Port: | playerstage-player added |
comment:7 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Python support has been always on since r48284.
Note: See
TracTickets for help on using
tickets.
We should add a python variant and disable the automatic support, as it would enable it if swig and python25 are installed, even if the user didn't enable python variant.