package/libass: bump version to 0.13.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 21 Nov 2015 19:40:31 +0000 (20:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 22 Nov 2015 21:53:27 +0000 (22:53 +0100)
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>
package/libass/libass.hash
package/libass/libass.mk

index f30016657eaa0f62a59dcab72f2b0689e2263efb..87d3f269e44c7d45d9fa070bf7177c5bd14623d5 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c  libass-0.12.3.tar.xz
+sha256 e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671        libass-0.13.0.tar.xz
index f1f00f356cc61ba61f0e13f4c16203272a5fd9cd..83939e2493fcf9de80d84ab5a8a449337409b367 100644 (file)
@@ -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))