diff options
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/0001-ogginfo-Include-utf8.h-for-missing-utf8_decode.patch b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/0001-ogginfo-Include-utf8.h-for-missing-utf8_decode.patch new file mode 100644 index 0000000000..36a31a85cd --- /dev/null +++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/0001-ogginfo-Include-utf8.h-for-missing-utf8_decode.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 8c10181547c93438fc10f753e7164ee004add6d1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 27 Aug 2022 10:28:47 -0700 | ||
| 4 | Subject: [PATCH] ogginfo: Include utf8.h for missing utf8_decode | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | ogginfo/codec_skeleton.c | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/ogginfo/codec_skeleton.c b/ogginfo/codec_skeleton.c | ||
| 14 | index a27f8da..3ac13f6 100644 | ||
| 15 | --- a/ogginfo/codec_skeleton.c | ||
| 16 | +++ b/ogginfo/codec_skeleton.c | ||
| 17 | @@ -25,6 +25,7 @@ | ||
| 18 | #include <ogg/ogg.h> | ||
| 19 | |||
| 20 | #include "i18n.h" | ||
| 21 | +#include "utf8.h" /* utf8_decode */ | ||
| 22 | |||
| 23 | #include "private.h" | ||
| 24 | |||
| 25 | -- | ||
| 26 | 2.37.2 | ||
| 27 | |||
diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb index 290162127f..61a4aedb85 100644 --- a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb +++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb | |||
| @@ -12,6 +12,7 @@ DEPENDS = "libogg libvorbis" | |||
| 12 | 12 | ||
| 13 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz \ | 13 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz \ |
| 14 | file://gettext.patch \ | 14 | file://gettext.patch \ |
| 15 | file://0001-ogginfo-Include-utf8.h-for-missing-utf8_decode.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | SRC_URI[md5sum] = "998fca293bd4e4bdc2b96fb70f952f4e" | 18 | SRC_URI[md5sum] = "998fca293bd4e4bdc2b96fb70f952f4e" |
