Skip to content

Commit

Permalink
media-sound/audacity: fix gettext 0.22 breakage
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/909201
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 30, 2023
1 parent 8fd783d commit 59188fa
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media-sound/audacity/audacity-3.2.5-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ PATCHES=(

# GCC 13
"${FILESDIR}/${PN}-3.2.5-gcc13-deux.patch"

# gettext 0.22
"${FILESDIR}/${PN}-3.2.5-gettext-0.22.patch"
)

src_prepare() {
Expand Down
36 changes: 36 additions & 0 deletions media-sound/audacity/files/audacity-3.2.5-gettext-0.22.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
https://bugs.gentoo.org/909201
upstream fix: https://github.com/audacity/audacity/pull/4866

--- a/locale/be.po
+++ b/locale/be.po
@@ -3097,7 +3097,7 @@
#: src/FileFormats.cpp
#, c-format
msgid "Error (file may not have been written): %s"
-msgstr "Памылка (магчыма, файл не запісаны): %hs"
+msgstr "Памылка (магчыма, файл не запісаны): %s"

#: src/FileFormats.cpp
#, fuzzy
--- a/locale/fa.po
+++ b/locale/fa.po
@@ -3053,7 +3053,7 @@
#: src/FileFormats.cpp
#, c-format
msgid "Error (file may not have been written): %s"
-msgstr "خطا (ممکن است در پرونده نوشته شده باشد) : %hs"
+msgstr "خطا (ممکن است در پرونده نوشته شده باشد) : %s"

#: src/FileFormats.cpp
msgid "&Copy uncompressed files into the project (safer)"
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -3142,7 +3142,7 @@
#: src/FileFormats.cpp
#, c-format
msgid "Error (file may not have been written): %s"
-msgstr "Erreur (le fichier pourrait ne pas avoir été écrit) : %hs"
+msgstr "Erreur (le fichier pourrait ne pas avoir été écrit) : %s"

# trebmuh to check (accélérateur)
#: src/FileFormats.cpp

0 comments on commit 59188fa

Please sign in to comment.