diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2025-03-30 10:31:15 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 14:42:07 -0700 |
commit | e44653c707736b3f0aadb9c11c34a8a34603c3bf (patch) | |
tree | c7e514b99e88ca0d906f90ad36356839c7cec6fa /meta-multimedia | |
parent | b0e4d2db2f8b8e02a4a62bb3de4f62425d079069 (diff) | |
download | meta-openembedded-e44653c707736b3f0aadb9c11c34a8a34603c3bf.tar.gz |
vlc: Remove dangling patch file
Not referenced since commit 22c255b2e9bb8a8a97ded018f5ee0bc702b11f6f
("vlc: Upgrade to 3.0.20").
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0001-po-Fix-invalid-.oc-translation-format-string.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0001-po-Fix-invalid-.oc-translation-format-string.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0001-po-Fix-invalid-.oc-translation-format-string.patch deleted file mode 100644 index 866ed03294..0000000000 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0001-po-Fix-invalid-.oc-translation-format-string.patch +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | From fc4bd86bea0b81da0b6fa5be0a352aecc8fa690a Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 9 Sep 2023 20:13:55 -0700 | ||
4 | Subject: [PATCH] po: Fix invalid .oc translation format string | ||
5 | |||
6 | gettext can validate format strings now [1] with 0.22 and newer release | ||
7 | |||
8 | [1] https://savannah.gnu.org/bugs/index.php?64332#comment1 | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
12 | --- | ||
13 | po/oc.po | 6 +++--- | ||
14 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
15 | |||
16 | diff --git a/po/oc.po b/po/oc.po | ||
17 | index 667696cfe7..ddb1677d8a 100644 | ||
18 | --- a/po/oc.po | ||
19 | +++ b/po/oc.po | ||
20 | @@ -5298,18 +5298,18 @@ msgstr "Comanda+" | ||
21 | #: src/misc/update.c:482 | ||
22 | #, c-format | ||
23 | msgid "%.1f GiB" | ||
24 | -msgstr "%.lf Gio" | ||
25 | +msgstr "%.1f Gio" | ||
26 | |||
27 | #: src/misc/update.c:484 | ||
28 | #, c-format | ||
29 | msgid "%.1f MiB" | ||
30 | -msgstr "%.lf Mio" | ||
31 | +msgstr "%.1f Mio" | ||
32 | |||
33 | #: src/misc/update.c:486 modules/gui/macosx/VLCPlaylistInfo.m:138 | ||
34 | #: modules/gui/macosx/VLCPlaylistInfo.m:140 | ||
35 | #, c-format | ||
36 | msgid "%.1f KiB" | ||
37 | -msgstr "%.lf Kio" | ||
38 | +msgstr "%.1f Kio" | ||
39 | |||
40 | #: src/misc/update.c:488 | ||
41 | #, c-format | ||
42 | -- | ||
43 | 2.42.0 | ||
44 | |||