summaryrefslogtreecommitdiff
path: root/recipes/libass.recipe
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-02-15 11:21:20 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-02-15 11:21:20 +0100
commit5f5fe4b091998d9c9fc0030945e06e816553aa71 (patch)
treee1b1e4267cefd66b7783bed7a6ade8be08e44e4e /recipes/libass.recipe
parent9fd056c612e4827f13db8ee2c0290f9c167f0996 (diff)
recipes: Update libass to 0.12.1
And switch to tarball
Diffstat (limited to 'recipes/libass.recipe')
-rw-r--r--recipes/libass.recipe7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/libass.recipe b/recipes/libass.recipe
index a7625c43..c9f46bb9 100644
--- a/recipes/libass.recipe
+++ b/recipes/libass.recipe
@@ -3,8 +3,10 @@
class Recipe(recipe.Recipe):
name = 'libass'
- version = '0.10.0'
+ version = '0.12.1'
licenses = [License.BSD_like]
+ stype = SourceType.TARBALL
+ url = 'https://github.com/libass/libass/releases/download/{0}/libass-{0}.tar.gz'.format(version)
deps = ['freetype', 'fontconfig', 'libpng', 'fribidi']
make_check = None
autoreconf = True
@@ -12,6 +14,3 @@ class Recipe(recipe.Recipe):
files_libs = ['libass']
files_devel = ['include/ass', 'lib/pkgconfig/libass.pc']
- def prepare(self):
- if self.config.target_platform == Platform.ANDROID:
- self.autoreconf = True