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 304126 - gst-plugins should use new mechanism for gettext
gst-plugins should use new mechanism for gettext
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 304122
Blocks:
 
 
Reported: 2005-05-13 22:27 UTC by Brian Cameron
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Cameron 2005-05-13 22:27:02 UTC
gst-plugins uses the old rule for gettext which doesn't work on Solaris.  Could
gst-plugins be updated to use the new mechanism.  The following change to
configure.ac is needed.

-AM_GNU_GETTEXT_VERSION(0.11.5)
-AM_GNU_GETTEXT([external])
+AM_GLIB_GNU_GETTEXT
+USE_INCLUDED_LIBINTL=no
+AC_SUBST(USE_INCLUDED_LIBINTL)
+BUILD_INCLUDED_LIBINTL=no
+AC_SUBST(BUILD_INCLUDED_LIBINTL)
Comment 1 Ronald Bultje 2005-06-09 17:18:46 UTC
Thomas?
Comment 2 Maciej Katafiasz 2005-07-11 20:38:42 UTC
Leaving as NEEDINFO until bug 304122 is resolved
Comment 3 Brian Cameron 2005-08-26 05:24:49 UTC
Closing, see comments in 304122.