summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-17 09:55:50 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-10-17 09:55:50 (GMT)
commitbb508d39d2210b00f4b0404a0420a1eae4b1ab2e (patch)
treefbb5b774fd16bdb8ef5ab8867bfdbc0800e89f34
parent29b0330c07841ac8bdca9cceee4c1990cac13571 (diff)
downloadmxe-bb508d39d2210b00f4b0404a0420a1eae4b1ab2e.zip
mxe-bb508d39d2210b00f4b0404a0420a1eae4b1ab2e.tar.gz
mxe-bb508d39d2210b00f4b0404a0420a1eae4b1ab2e.tar.bz2
update package libass
-rw-r--r--index.html2
-rw-r--r--src/libass.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index e7d9dcc..9af5a6e 100644
--- a/index.html
+++ b/index.html
@@ -1330,7 +1330,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="libass-package">libass</td>
- <td id="libass-version">0.10.0</td>
+ <td id="libass-version">0.10.1</td>
<td id="libass-website"><a href="http://code.google.com/p/libass/">libass</a></td>
</tr>
<tr>
diff --git a/src/libass.mk b/src/libass.mk
index 48f0ded..109ae86 100644
--- a/src/libass.mk
+++ b/src/libass.mk
@@ -3,7 +3,7 @@
PKG := libass
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 7a0ea048f687421f3e1314988ca02f04861fc5f0
+$(PKG)_CHECKSUM := 6ebc6c4762c95c5abb96db33289b81780a4fbda6
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.xz
$(PKG)_URL := http://libass.googlecode.com/files/$($(PKG)_FILE)
@@ -18,9 +18,9 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
- --disable-png \
--disable-enca \
--enable-fontconfig
$(MAKE) -C '$(1)' -j '$(JOBS)'