package/flac: bump version to 1.4.2

Changelog: https://xiph.org/flac/changelog.html

Switched _SITE to https and update project URL.

Upstream removed the dependency to host-nasm:
75ef7958df (diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810L474)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2022-10-30 20:44:23 +01:00 committed by Yann E. MORIN
parent 68df37aeb4
commit 5a172ef532
3 changed files with 5 additions and 12 deletions

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_FLAC
help help
FLAC is an Open Source lossless audio codec. FLAC is an Open Source lossless audio codec.
http://flac.sourceforge.net/ https://xiph.org/flac/
comment "flac needs a toolchain w/ wchar" comment "flac needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR depends on !BR2_USE_WCHAR

View File

@ -1,5 +1,5 @@
# From http://downloads.xiph.org/releases/flac/SHA256SUMS.txt # From https://ftp.osuosl.org/pub/xiph/releases/flac/SHA256SUMS.txt
sha256 af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506 flac-1.4.0.tar.xz sha256 e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4 flac-1.4.2.tar.xz
# Locally computed # Locally computed
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING.GPL sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING.GPL
sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING.LGPL sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING.LGPL

View File

@ -4,8 +4,8 @@
# #
################################################################################ ################################################################################
FLAC_VERSION = 1.4.0 FLAC_VERSION = 1.4.2
FLAC_SITE = http://downloads.xiph.org/releases/flac FLAC_SITE = https://ftp.osuosl.org/pub/xiph/releases/flac
FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz
FLAC_INSTALL_STAGING = YES FLAC_INSTALL_STAGING = YES
FLAC_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv) FLAC_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
@ -27,11 +27,4 @@ else
FLAC_CONF_OPTS += --disable-ogg FLAC_CONF_OPTS += --disable-ogg
endif endif
ifeq ($(BR2_X86_CPU_HAS_SSE),y)
FLAC_DEPENDENCIES += host-nasm
FLAC_CONF_OPTS += --enable-sse
else
FLAC_CONF_OPTS += --disable-sse
endif
$(eval $(autotools-package)) $(eval $(autotools-package))