libass: bump to version 0.14.0
- Switch from yasm to nasm: see
0ce4c19a5f
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8fcaa6af93
commit
e1c1f1592e
@ -1,2 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 7065e5f5fb76e46f2042a62e7c68d81e5482dbeeda24644db1bd066e44da7e9d libass-0.13.7.tar.xz
|
sha256 881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2 libass-0.14.0.tar.xz
|
||||||
|
sha256 f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c COPYING
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBASS_VERSION = 0.13.7
|
LIBASS_VERSION = 0.14.0
|
||||||
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
|
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
|
||||||
# Do not use the github helper here, the generated tarball is *NOT*
|
# Do not use the github helper here, the generated tarball is *NOT*
|
||||||
# the same as the one uploaded by upstream for the release.
|
# the same as the one uploaded by upstream for the release.
|
||||||
@ -18,10 +18,10 @@ LIBASS_DEPENDENCIES = \
|
|||||||
libfribidi \
|
libfribidi \
|
||||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||||
|
|
||||||
# configure: WARNING: Install yasm for a significantly faster libass build.
|
# configure: WARNING: Install nasm for a significantly faster libass build.
|
||||||
# only for Intel archs
|
# only for Intel archs
|
||||||
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
||||||
LIBASS_DEPENDENCIES += host-yasm
|
LIBASS_DEPENDENCIES += host-nasm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user