Skip to content

Commit 8b5dd36

Browse files
OldManYellsAtCloudmbriand
authored andcommitted
libtheora: upgrade 1.1.1 -> 1.2.0
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: 72c13b9451aafe2696c9e09f5b611bf160d4715f) Signed-off-by: Gyorgy Sarvari <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
1 parent 5101fe2 commit 8b5dd36

File tree

3 files changed

+7
-50
lines changed

3 files changed

+7
-50
lines changed

meta/recipes-multimedia/libtheora/libtheora-1.1.1/autoreconf.patch

Lines changed: 0 additions & 42 deletions
This file was deleted.

meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch renamed to meta/recipes-multimedia/libtheora/libtheora/no-docs.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Upstream-Status: Inappropriate [configuration]
22

33
Index: libtheora-1.1.1/Makefile.am
44
===================================================================
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 @@
5+
--- ./Makefile.am 2009-11-25 22:01:53.593775926 +0100
6+
+++ ./Makefile.am 2009-11-25 22:02:00.777524017 +0100
7+
@@ -9,7 +9,7 @@
88
EXAMPLES_DIR =
99
endif
1010

1111
-SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
1212
+SUBDIRS = lib include tests m4 $(EXAMPLES_DIR)
1313

14-
15-
# we include the whole debian/ dir in EXTRA_DIST because there's a problem
14+
EXTRA_DIST = \
15+
README.md CHANGES COPYING LICENSE \

meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb renamed to meta/recipes-multimedia/libtheora/libtheora_1.2.0.bb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132"
88
DEPENDS = "libogg"
99

1010

11-
SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
12-
file://autoreconf.patch \
11+
SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.xz \
1312
file://no-docs.patch"
1413

15-
SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
14+
SRC_URI[sha256sum] = "ebdf77a8f5c0a8f7a9e42323844fa09502b34eb1d1fece7b5f54da41fe2122ec"
1615

1716
UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
1817

0 commit comments

Comments
 (0)