diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-12-31 19:26:27 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-02 09:40:29 -0800 |
| commit | 91f53941b8304573be0333962f71658fe345acaa (patch) | |
| tree | 312bc1e66ec2b1dfd5f71273bb72c110033ca0fb | |
| parent | 48d782ed033b93748d916cd1839460fdd8a112f2 (diff) | |
| download | meta-openembedded-91f53941b8304573be0333962f71658fe345acaa.tar.gz | |
vorbis-tools: Use external gettext
Fixes build with gettext 0.20.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/gettext.patch | 37 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/gettext.patch b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/gettext.patch new file mode 100644 index 0000000000..b61ce7c184 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/gettext.patch | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | Fix build with gettext 0.20.x | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 5 | |||
| 6 | --- a/Makefile.am | ||
| 7 | +++ b/Makefile.am | ||
| 8 | @@ -2,8 +2,8 @@ | ||
| 9 | |||
| 10 | AUTOMAKE_OPTIONS = foreign dist-zip | ||
| 11 | |||
| 12 | -SUBDIRS = po intl include share debian win32 @OPT_SUBDIRS@ | ||
| 13 | -DIST_SUBDIRS = po intl include share debian win32 ogg123 oggenc oggdec ogginfo \ | ||
| 14 | +SUBDIRS = po include share debian win32 @OPT_SUBDIRS@ | ||
| 15 | +DIST_SUBDIRS = po include share debian win32 ogg123 oggenc oggdec ogginfo \ | ||
| 16 | vcut vorbiscomment m4 | ||
| 17 | |||
| 18 | EXTRA_DIST = config.rpath README AUTHORS COPYING CHANGES vorbis-tools.spec config.h mkinstalldirs | ||
| 19 | --- a/configure.ac | ||
| 20 | +++ b/configure.ac | ||
| 21 | @@ -31,7 +31,7 @@ CFLAGS="$cflags_save" | ||
| 22 | AC_PROG_LIBTOOL | ||
| 23 | |||
| 24 | ALL_LINGUAS="be cs da en_GB eo es fr hr hu nl pl ro ru sk sv uk vi" | ||
| 25 | -AM_GNU_GETTEXT | ||
| 26 | +AM_GNU_GETTEXT([external]) | ||
| 27 | |||
| 28 | dnl -------------------------------------------------- | ||
| 29 | dnl System checks | ||
| 30 | @@ -383,7 +383,6 @@ AC_OUTPUT([ | ||
| 31 | Makefile | ||
| 32 | m4/Makefile | ||
| 33 | po/Makefile.in | ||
| 34 | -intl/Makefile | ||
| 35 | include/Makefile | ||
| 36 | share/Makefile | ||
| 37 | win32/Makefile | ||
diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb index 8e9914b498..89e66528ac 100644 --- a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb +++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb | |||
| @@ -13,6 +13,7 @@ DEPENDS = "libogg libvorbis" | |||
| 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://0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch \ | 14 | file://0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch \ |
| 15 | file://0004-Fix-format-error-blocking-compilation-with-hardening.patch \ | 15 | file://0004-Fix-format-error-blocking-compilation-with-hardening.patch \ |
| 16 | file://gettext.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | SRC_URI[md5sum] = "567e0fb8d321b2cd7124f8208b8b90e6" | 19 | SRC_URI[md5sum] = "567e0fb8d321b2cd7124f8208b8b90e6" |
