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 608176 - Gir file aren't properly generated
Gir file aren't properly generated
Status: RESOLVED FIXED
Product: totem-pl-parser
Classification: Core
Component: General
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: totem-pl-parser-maint
totem-pl-parser-maint
Depends on:
Blocks:
 
 
Reported: 2010-01-26 17:53 UTC by Didier Roche
Modified: 2010-01-27 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for proper GIR versionning (1.51 KB, patch)
2010-01-27 10:17 UTC, Didier Roche
committed Details | Review

Description Didier Roche 2010-01-26 17:53:25 UTC
Gir files and typelib should have a namespace and version which differs. 

From http://www.mail-archive.com/debian-gtk-gnome@lists.debian.org/msg13664.html:
/usr/share/gir-1.0/Foo-2.0.gir
/usr/lib/girepository-1.0/Foo-2.0.typelib
which are <Namespace>-<version>.gir

The patch attach change the Makefile.am to have -1.0 has a version, similarly to clutter-1.0.

You can have a look at clutter-1.0 to implement a proper name, and maybe, make it change with soname.

Help that this patch can at least give you some guidance :)
Comment 1 Bastien Nocera 2010-01-27 09:54:58 UTC
Patch?
Comment 2 Didier Roche 2010-01-27 10:17:00 UTC
Created attachment 152383 [details] [review]
Patch for proper GIR versionning

Oupsss, missing attachement (I was pretty sure I added it within the bug report. Should be ok now :)