diff options
author | Edward Hervey <bilboed@bilboed.com> | 2013-10-07 13:18:14 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2013-10-07 13:18:14 +0200 |
commit | e7c47a93fd182f3d072ad07739debeb78e242cd2 (patch) | |
tree | 112e714f0e1ed209791ef342087322dab9235b19 /recipes/libtheora.recipe | |
parent | 2b03996e0fd5cc64b52df6c28f80b611579ba0c2 (diff) |
libtheora: Switch to tarball
Also include a fix for examples using png_sizeof
Diffstat (limited to 'recipes/libtheora.recipe')
-rw-r--r-- | recipes/libtheora.recipe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/libtheora.recipe b/recipes/libtheora.recipe index e5dbd8bb..6f83e413 100644 --- a/recipes/libtheora.recipe +++ b/recipes/libtheora.recipe @@ -5,8 +5,16 @@ class Recipe(recipe.Recipe): name = 'libtheora' version = '1.1.1' licenses = [License.BSD] + stype = SourceType.TARBALL + url = 'http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2' deps = ['libogg', 'libvorbis'] allow_parallel_build = False + patches = ['libtheora/0001-Add-option-to-disable-doc.patch', + 'libtheora/0002-Update-makefiles.patch', + 'libtheora/0003-Fix-linking-of-theora-encoder-library.patch', + 'libtheora/0004-Use-our-automake-version-and-not-an-older-one.patch', + 'libtheora/0005-Update-Makefile.in-too-to-avoid-needing-to-call-auto.patch', + 'libtheora/0006-examples-Don-t-use-png_sizeof.patch'] files_libs = ['libtheora', 'libtheoradec', 'libtheoraenc'] files_bins = ['dvconnect', 'encodedv', 'dubdv'] |