summaryrefslogtreecommitdiffstats
path: root/package/libass/libass.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-11-21 20:40:31 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-11-22 22:53:27 +0100
commit9e8413a86e9822c6685cc686bbf2b8024c842947 (patch)
treed785e2e90b159d6b0ba19d227ad533103514ea3b /package/libass/libass.mk
parent590683b1f0677b3c3675647abd222076c3e79c14 (diff)
downloadbuildroot-9e8413a86e9822c6685cc686bbf2b8024c842947.tar.gz
buildroot-9e8413a86e9822c6685cc686bbf2b8024c842947.zip
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 <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libass/libass.mk')
-rw-r--r--package/libass/libass.mk9
1 files changed, 1 insertions, 8 deletions
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))
OpenPOWER on IntegriCloud