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 145089 - intltool-update cannot get the gettext name in gstreamer.
intltool-update cannot get the gettext name in gstreamer.
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.1
Other opensolaris
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-28 11:02 UTC by Takao Fujiwara
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for configure.in (1.08 KB, patch)
2004-06-28 11:05 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2004-06-28 11:02:39 UTC
intltool-update cannot get the GETTEXT_PACKAGE name correctly.

To reproduce:
1. Extract gstreamer-0.8.1.tar.bz2 and enter po directory.
2. Invoke intltool-update --pot.

Then gstreamer-..pot is created. i.e. $GST_MAJORMINOR is not expaned correctly.

I attached the patch.
Comment 1 Takao Fujiwara 2004-06-28 11:05:27 UTC
Created attachment 29067 [details] [review]
patch for configure.in

I attached the patch for configure.in.
Comment 2 Thomas Vander Stichele 2004-07-06 13:36:48 UTC
GStreamer doesn't use intltool or glib-gettextize.  Why are you running
intltool-update on it at all ?
Comment 3 Takao Fujiwara 2004-07-06 13:50:06 UTC
This is needed for GNOME translations.
When we update .po files, we pull potfile only from build env and update each
.po files.

% intltool-merge ja.po potfile

This means translators need not build env but just need potfiles.
Then we need to get the correct potfile so we use intltool-update -p in po dir
for all GNOME modules.
Comment 4 Thomas Vander Stichele 2004-07-06 14:18:12 UTC
GStreamer is translated by the translation project, not GNOME, by request of
GNOME's translators.  So you don't need intltool.

If you are interested in helping out with translations of GStreamer, please join
the translation project.
Comment 5 Takao Fujiwara 2004-07-07 05:25:14 UTC
Yes, you are right.

But I wrote the process about my project teams. :)
Sun GNOME translation teams use the intltool for all GNOME components.