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 318619 - Files don't exist for po/POTFILES
Files don't exist for po/POTFILES
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.9.3
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-11 22:14 UTC by Daniel Díaz
Modified: 2006-01-17 18:14 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Daniel Díaz 2005-10-11 22:14:21 UTC
Distribution/Version: MontaVista Linux

These files don't exist in gst-plugins-bad 0.9.3, yet they are the sole content
of po/POTFILES.in:
ext/audiofile/gstafsink.c
ext/audiofile/gstafsrc.c
ext/sndfile/gstsf.c
sys/dxr3/dxr3audiosink.c
sys/dxr3/dxr3audiosink.c
sys/dxr3/dxr3videosink.c
Comment 1 Daniel Díaz 2005-10-12 16:22:16 UTC
Also, gst-plugins-0.9.pot is distributed instead of gst-plugins-bad-0.9.pot.
Comment 2 Tim-Philipp Müller 2005-10-18 13:09:32 UTC
Those elements probably haven't been ported yet to 0.9, that's why they aren't
dist-ed.

I get an even longer list of source files that should be in there once ported:

% grep '_(' `find -name '*.[ch]'` | grep -v __attribute__ | grep -v
gst-i18n-plugin.h |  sed -e 's/:.*$//' | sort | uniq  | colrm 1 2

ext/audiofile/gstafsink.c
ext/audiofile/gstafsrc.c
ext/sndfile/gstsf.c
gst/multifilesink/gstmultifilesink.c
sys/dxr3/dxr3audiosink.c
sys/dxr3/dxr3spusink.c
sys/dxr3/dxr3videosink.c
sys/sunaudio/gstsunmixer.c
sys/v4l2/v4l2_calls.c
sys/v4l2/v4l2_calls.h
sys/v4l2/v4l2src_calls.c

Comment 3 Andy Wingo 2006-01-17 18:14:01 UTC
OK, so when those are ported we will add them to POTFILES.in. Otherwise this is fixed in HEAD.