Summary: | configure --disable-nls option broken | ||
---|---|---|---|
Product: | PulseAudio | Reporter: | lameventanas |
Component: | build-system | Assignee: | pulseaudio-bugs |
Status: | RESOLVED MOVED | QA Contact: | pulseaudio-bugs |
Severity: | normal | ||
Priority: | medium | CC: | lennart, mail |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lameventanas
2012-09-08 03:25:16 UTC
The .desktop files depend on intltool (disabled by "--disable-nls"). I guess we should add a way to generate non-translated versions somehow when intltool is disabled. (In reply to comment #1) > The .desktop files depend on intltool (disabled by "--disable-nls"). I guess > we should add a way to generate non-translated versions somehow when > intltool is disabled. Hello, did you find a way to activate the module-echo-cancel webrtc? Thanks I'm also affected by this bug. I came across this bug when building pulseaudio for Alpine Linux, where locales don't exist by design decision. Removing the --disable-nls option leads to other problems in the build, so i think this should be fixed. An easy solution would be to "generate" pulseaudio.desktop by copying over the untranslated pulseaudio.desktop.in. I lack the automake scripting skills to execute that, but i guess it could be done with a simple rule that checks for the USE_NLS macro defined in configure.ac Another small problems appears when "make check" executes po/Makefile.in, because it will try to execute the "GENPOT" macro with the unsubstituted empty "INTLTOOL_EXTRACT" command variable. This also boils down to consequences of --disable-nls not being checked properly and should be fixed. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/105. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.