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 450605 - Missing files in po/POTFILES.in
Missing files in po/POTFILES.in
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-24 13:32 UTC by Daniel Nylander
Modified: 2007-06-25 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Nylander 2007-06-24 13:32:37 UTC
While updating the Swedish translation for compiz I noticed that there are
several missing files in po/POTFILES.in.

Reproduce by running intltool-update -m under po/

The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

ext/audiofile/gstafsink.c
ext/audiofile/gstafsrc.c
ext/sndfile/gstsfsink.c
ext/sndfile/gstsfsrc.c
gconf/gstreamer.schemas.in
gst/nuvdemux/gstnuvdemux.c
sys/dxr3/dxr3audiosink.c
sys/dxr3/dxr3spusink.c
sys/dxr3/dxr3videosink.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
Comment 1 Tim-Philipp Müller 2007-06-25 11:09:08 UTC
Thanks, should be fixed now:

 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>

        * gconf/.cvsignore:
        * gconf/Makefile.am:
        * gconf/gstreamer.schemas.in:
          Remove dysfunctional directory (this stuff is in -good).

        * ext/sndfile/gstsf.c: (plugin_init):
        * sys/dvb/gstdvbsrc.c: (plugin_init):
          Add i18n bindtextdomain stuff.

        * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
        (plugin_init):
          Post an error message when returning GST_FLOW_ERROR; minor cleanups.

        * po/POTFILES.in:
          Add more source files with translatable strings (fixes #450605).



The audiofile and dxr3 plugins haven't been ported yet, so the files exist in CVS, but aren't actually disted. I don't really like the idea of adding references to files that won't be in the tarball to a POTFILES.skip (not that I've tested whether any of the tools complain about this, it just doesn't seem like the right thing to do).