diff options
author | davilla <davilla@4pi.com> | 2011-10-31 15:12:37 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-10-31 15:17:24 -0400 |
commit | 92b34b8e5baa8b9991b7cc19fc8d3d13d7f86bad (patch) | |
tree | 6e7dffdd34b41280fe804f0d2df972381c9d6448 /tools | |
parent | 4ca3bd78d32dc853c7131e5f86f37af5509bdbbd (diff) |
[osx/ios] changed, bump fontconfig from 2.6.0 to 2.8.0, bump libass from 0.9.11 to 0.9.13
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/fontconfig/Makefile | 2 | ||||
-rw-r--r-- | tools/darwin/depends/libass/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/darwin/depends/fontconfig/Makefile b/tools/darwin/depends/fontconfig/Makefile index a612300174..aad48491c3 100644 --- a/tools/darwin/depends/fontconfig/Makefile +++ b/tools/darwin/depends/fontconfig/Makefile @@ -2,7 +2,7 @@ include ../Makefile.include # lib name, version LIBNAME=fontconfig -VERSION=2.6.0 +VERSION=2.8.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/darwin/depends/libass/Makefile b/tools/darwin/depends/libass/Makefile index acd0262098..ee18a59ce9 100644 --- a/tools/darwin/depends/libass/Makefile +++ b/tools/darwin/depends/libass/Makefile @@ -2,9 +2,9 @@ include ../Makefile.include # lib name, version LIBNAME=libass -VERSION=0.9.11 +VERSION=0.9.13 SOURCE=$(LIBNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.bz2 +ARCHIVE=$(SOURCE).tar.gz # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) |