emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65271: closed ([PATCH] gnu: ardour: Build locales.)


From: GNU bug Tracking System
Subject: bug#65271: closed ([PATCH] gnu: ardour: Build locales.)
Date: Wed, 06 Sep 2023 00:39:02 +0000

Your message dated Tue, 05 Sep 2023 20:37:55 -0400
with message-id <87o7igf864.fsf@gmail.com>
and subject line Re: bug#65271: [PATCH] gnu: ardour: Build locales.
has caused the debbugs.gnu.org bug report #65271,
regarding [PATCH] gnu: ardour: Build locales.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65271: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65271
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ardour: Build locales. Date: Sun, 13 Aug 2023 17:38:02 +0300
The TRANSLATORS file in the Ardour source says the i18n waf phase
is optional between the build and install phases.

* gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n.
---
Tested the resulting build by running 'LANG=de_DE.UTF-8 ardour7'.

 gnu/packages/audio.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8c15189b2b..006d21bbff 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -776,6 +776,9 @@ (define-public ardour
                                  libdir "/panners" ":"
                                  libdir "/surfaces" ":"
                                  libdir "/vamp" "\"]"))))))
+         (add-after 'build 'build-i18n
+           (lambda _
+             (invoke "python" "waf" "i18n")))
          (add-after 'install 'install-freedesktop-files
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out   (assoc-ref outputs "out"))
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#65271: [PATCH] gnu: ardour: Build locales. Date: Tue, 05 Sep 2023 20:37:55 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi!

Denys Nykula <vegan@libre.net.ua> writes:

> The TRANSLATORS file in the Ardour source says the i18n waf phase
> is optional between the build and install phases.
>
> * gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n.
> ---
> Tested the resulting build by running 'LANG=de_DE.UTF-8 ardour7'.
>
>  gnu/packages/audio.scm | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 8c15189b2b..006d21bbff 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -776,6 +776,9 @@ (define-public ardour
>                                   libdir "/panners" ":"
>                                   libdir "/surfaces" ":"
>                                   libdir "/vamp" "\"]"))))))
> +         (add-after 'build 'build-i18n
> +           (lambda _
> +             (invoke "python" "waf" "i18n")))

Installed, thanks for your contribution.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]