diff options
author | Bradley Sepos <[email protected]> | 2016-05-25 15:45:44 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:44 -0400 |
commit | 810bde37ee14a29a087eabe409839fc5c53ada06 (patch) | |
tree | b17096260e9a2ea9e96a9d8bd13ccdf246a0795a /contrib/libass/module.defs | |
parent | c40fd397d9058e4546fc12c0be701c183bc9867f (diff) | |
parent | 8507acecae257bf42019a0fa2662d71277bcc6ce (diff) |
Merge pull request #199 from bradleysepos/build-fetch
build: Add download verification and multiple URLs for contribs
Diffstat (limited to 'contrib/libass/module.defs')
-rw-r--r-- | contrib/libass/module.defs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/libass/module.defs b/contrib/libass/module.defs index 6f32d0ec1..48a3d4fc1 100644 --- a/contrib/libass/module.defs +++ b/contrib/libass/module.defs @@ -2,7 +2,13 @@ __deps__ := FONTCONFIG FREETYPE FRIBIDI $(eval $(call import.MODULE.defs,LIBASS,libass,$(__deps__))) $(eval $(call import.CONTRIB.defs,LIBASS)) -LIBASS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libass-0.12.3.tar.gz +LIBASS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libass-0.12.3.tar.gz +LIBASS.FETCH.url += https://github.com/libass/libass/releases/download/0.12.3/libass-0.12.3.tar.gz +LIBASS.FETCH.md5 = 648ee785f966c69d4b5d50948e509d93 + +# TODO: libass >= 0.13.0 +#LIBASS.FETCH.url = https://github.com/libass/libass/releases/download/0.13.0/libass-0.13.0.tar.gz +#LIBASS.FETCH.md5 = 44290519105b3779b8b25813a25a9914 # Disable as many external dependencies as I can get away with # and tell configure where to find our version of freetype |