summaryrefslogtreecommitdiff
path: root/recipes/libvorbis.recipe
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-04-07 10:18:32 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-07 12:36:49 +0200
commit13b4a29ee75a97f8d0bd4bae9eb63a7f1827c5e2 (patch)
treec8d217ee7233712102c26b0be4faaa8a858b2587 /recipes/libvorbis.recipe
parent953ea88720b4aa81ac0a2f1bd3c57bed68e432a1 (diff)
recipes/libvorbis: Bump to 1.3.5
Diffstat (limited to 'recipes/libvorbis.recipe')
-rw-r--r--recipes/libvorbis.recipe9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/libvorbis.recipe b/recipes/libvorbis.recipe
index 7b3a8933..a6cc7d2d 100644
--- a/recipes/libvorbis.recipe
+++ b/recipes/libvorbis.recipe
@@ -4,17 +4,18 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'libvorbis'
- version = '1.3.4'
+ version = '1.3.5'
stype = SourceType.TARBALL
- url = 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.xz'
+ url = 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz'
licenses = [License.BSD_like]
deps = ['libogg']
- config_sh = 'sh autogen.sh'
+ config_sh = 'rm ltmain.sh && sh autogen.sh'
patches = ['libvorbis/0001-Fix-linking-on-Android.patch',
'libvorbis/0003-Link-the-other-libs-with-lm-too.patch',
'libvorbis/0004-configure-check-for-endianness.patch',
'libvorbis/0005-darwin-do-not-build-for-a-generic-arm-architecture.patch',
- 'libvorbis/0006-Use-our-version-of-automake-instead-of-some-random-o.patch'
+ 'libvorbis/0006-Use-our-version-of-automake-instead-of-some-random-o.patch',
+ 'libvorbis/0007-autogen.sh-Make-sure-libtoolize-runs-fully.patch'
]
files_libs = ['libvorbis', 'libvorbisenc', 'libvorbisfile']