summaryrefslogtreecommitdiff
path: root/recipes/libogg.recipe
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2019-09-10 09:28:54 +0200
committerNirbheek Chauhan <nirbheek@centricular.com>2019-09-13 23:10:01 +0530
commit16cad4aa77538f0052dce444491cd2c739a608a1 (patch)
tree45ffdd93c594d598b1dbb5390b380eb694d6cc66 /recipes/libogg.recipe
parent431b9c0cc6a1d99831ccc3fe9a131ec9a0c00135 (diff)
recipes: Upgrade libogg to 1.3.4
Also include patch to (re-)fix ios build
Diffstat (limited to 'recipes/libogg.recipe')
-rw-r--r--recipes/libogg.recipe7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/libogg.recipe b/recipes/libogg.recipe
index ca005b3e..e6529349 100644
--- a/recipes/libogg.recipe
+++ b/recipes/libogg.recipe
@@ -4,13 +4,14 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'libogg'
- version = '1.3.3'
+ version = '1.3.4'
stype = SourceType.TARBALL
url = 'xiph://ogg/%(name)s-%(version)s.tar.xz'
- tarball_checksum = '4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08'
+ tarball_checksum = 'c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe'
licenses = [{License.BSD_like: ['COPYING']}]
autoreconf = True
- patches = ['libogg/0001-Fix-iOS-build.patch']
+ patches = ['libogg/0001-Fix-iOS-build.patch',
+ 'libogg/0001-include-Use-stdint-on-mac-ios.patch']
files_libs = ['libogg']
files_devel = ['include/ogg', 'lib/pkgconfig/ogg.pc', 'share/aclocal/ogg.m4']