diff options
author | jstebbins <[email protected]> | 2011-10-21 18:24:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-21 18:24:43 +0000 |
commit | f28797d0dd857f11667a674c2e0636520faa84c5 (patch) | |
tree | adf54e35b4c20da4484e30c9419129c9ac6349ec /contrib/libass/module.defs | |
parent | 68fe94b29687fe7bed8c1e999f40023eac8d44d8 (diff) |
ASS bump to 0.10.0
libass has a new dependency on fribidi. So also add fribidi to
contribs. I repackaged the libass distribution because the configure
script shipped with it is damaged beyond repair for darwin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4304 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libass/module.defs')
-rw-r--r-- | contrib/libass/module.defs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/libass/module.defs b/contrib/libass/module.defs index dd27833cc..c8fd4360c 100644 --- a/contrib/libass/module.defs +++ b/contrib/libass/module.defs @@ -1,9 +1,8 @@ -__deps__ := FONTCONFIG FREETYPE +__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.9.9.tar.bz2 -LIBASS.EXTRACT.tarbase = libass-0.9.9 +LIBASS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libass-0.10.0-1.tar.gz # Disable as many external dependencies as I can get away with # and tell configure where to find our version of freetype @@ -12,4 +11,6 @@ LIBASS.CONFIGURE.extra = \ FREETYPE_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfreetype" \ FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2" \ FONTCONFIG_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfontconfig" \ - FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" + FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" \ + FRIBIDI_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfribidi" \ + FRIBIDI_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/fribidi" |