After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658224 - Move to pygobject-3.0
Move to pygobject-3.0
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-05 07:27 UTC by Marvin Schmidt
Modified: 2011-09-05 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use introspection-based bindings in totem-bugreport.py (972 bytes, patch)
2011-09-05 07:27 UTC, Marvin Schmidt
committed Details | Review
check for pygobject-3.0 (1.61 KB, patch)
2011-09-05 07:27 UTC, Marvin Schmidt
committed Details | Review

Description Marvin Schmidt 2011-09-05 07:27:02 UTC
Created attachment 195665 [details] [review]
use introspection-based bindings in totem-bugreport.py

All the plugins already use introspection-based bindings since
http://git.gnome.org/browse/totem/commit/?id=1b221443abb992ebacbb0aa6c0e9c8313f1518e7

To complete the move it should be checked for pygobject-3.0 in the configure script.

Attaching patches to port totem-bugreport.py and change the configure check
Comment 1 Marvin Schmidt 2011-09-05 07:27:46 UTC
Created attachment 195666 [details] [review]
check for pygobject-3.0
Comment 2 Bastien Nocera 2011-09-05 15:16:03 UTC
Thanks for the patches!