diff options
Diffstat (limited to 'recipes/libtheora.recipe')
-rw-r--r-- | recipes/libtheora.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libtheora.recipe b/recipes/libtheora.recipe index 29e98305..76e19305 100644 --- a/recipes/libtheora.recipe +++ b/recipes/libtheora.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.BSD] stype = SourceType.TARBALL url = 'https://downloads.xiph.org/releases/theora/libtheora-%(version)s.tar.bz2' + tarball_checksum = 'b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc' deps = ['libogg', 'libvorbis'] allow_parallel_build = False patches = ['libtheora/0001-Add-option-to-disable-doc.patch', |