From 9e8413a86e9822c6685cc686bbf2b8024c842947 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 21 Nov 2015 20:40:31 +0100 Subject: [PATCH] package/libass: bump version to 0.13.0 Quote from https://github.com/libass/libass/blob/master/Changelog "* Drop ENCA support" Therefore we remove the dependency to libenca. Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- package/libass/libass.hash | 2 +- package/libass/libass.mk | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package/libass/libass.hash b/package/libass/libass.hash index f30016657e..87d3f269e4 100644 --- a/package/libass/libass.hash +++ b/package/libass/libass.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c libass-0.12.3.tar.xz +sha256 e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 libass-0.13.0.tar.xz diff --git a/package/libass/libass.mk b/package/libass/libass.mk index f1f00f356c..83939e2493 100644 --- a/package/libass/libass.mk +++ b/package/libass/libass.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBASS_VERSION = 0.12.3 +LIBASS_VERSION = 0.13.0 LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz # Do not use the github helper here, the generated tarball is *NOT* # the same as the one uploaded by upstream for the release. @@ -38,11 +38,4 @@ else LIBASS_CONF_OPTS += --disable-harfbuzz endif -ifeq ($(BR2_PACKAGE_LIBENCA),y) -LIBASS_DEPENDENCIES += libenca -LIBASS_CONF_OPTS += --enable-enca -else -LIBASS_CONF_OPTS += --disable-enca -endif - $(eval $(autotools-package))