diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-06-09 12:47:32 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-12 11:03:43 +0100 |
| commit | 36b5c3e78c38bbf6aabd7d8e02092b9132869606 (patch) | |
| tree | 58a99ab9feb43829ed5b2ad66d914bc0abfcaaae /meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch | |
| parent | 70a9a1aeece17bdff8e6a4a22192978432a2d962 (diff) | |
| download | poky-36b5c3e78c38bbf6aabd7d8e02092b9132869606.tar.gz | |
libtheora: upgrade 1.1.1 -> 1.2.0
Drop no-docs.patch, and use "--disable-doc" configuration instead.
Drop autoreconf.patch, because it is included in the release.
Add 0001-add-missing-files.patch to mitigate a release issue, which
caused some files to be missing from the tarball.
Major changes:
- New 'ptalarbvorm' encoder
- New th_encode_ctl option for copying configuration from an existing
setup header, useful for splicing streams.
- Added support for RISC OS.
- Improved ARM support.
- Various speed, bug fixes and code quality improvements.
See CHANGES file for full changelog.
(From OE-Core rev: c22fecbc89a3d1b22f12440fe4e3dbc3840b26a8)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch')
| -rw-r--r-- | meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch b/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch deleted file mode 100644 index 359f3d1a7a..0000000000 --- a/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Index: libtheora-1.1.1/Makefile.am | ||
| 4 | =================================================================== | ||
| 5 | --- libtheora-1.1.1.orig/Makefile.am 2009-11-25 22:01:53.593775926 +0100 | ||
| 6 | +++ libtheora-1.1.1/Makefile.am 2009-11-25 22:02:00.777524017 +0100 | ||
| 7 | @@ -8,7 +8,7 @@ | ||
| 8 | EXAMPLES_DIR = | ||
| 9 | endif | ||
| 10 | |||
| 11 | -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR) | ||
| 12 | +SUBDIRS = lib include tests m4 $(EXAMPLES_DIR) | ||
| 13 | |||
| 14 | |||
| 15 | # we include the whole debian/ dir in EXTRA_DIST because there's a problem | ||
