From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] flac: version bump 1.3.3 -> 1.5.0
Date: Wed, 8 Oct 2025 23:49:46 +0200 [thread overview]
Message-ID: <20251008215609.2281909-11-s.pueschel@pengutronix.de> (raw)
The encoder is now multithreaded! Other release notes:
https://github.com/xiph/flac/releases/tag/1.5.0
Also adjust configure options according to scripts/configure_helper.py
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/flac.make | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/rules/flac.make b/rules/flac.make
index 8b323678b..0e5cf345d 100644
--- a/rules/flac.make
+++ b/rules/flac.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FLAC) += flac
#
# Paths and names
#
-FLAC_VERSION := 1.3.3
-FLAC_MD5 := 26703ed2858c1fc9ffc05136d13daa69
+FLAC_VERSION := 1.5.0
+FLAC_MD5 := 0bb45bcf74338b00efeec121fff27367
FLAC := flac-$(FLAC_VERSION)
FLAC_SUFFIX := tar.xz
FLAC_URL := http://downloads.xiph.org/releases/flac/$(FLAC).$(FLAC_SUFFIX)
@@ -39,26 +39,27 @@ FLAC_LICENSE_FILES := \
FLAC_CONF_TOOL := autoconf
FLAC_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --disable-debug \
$(GLOBAL_LARGE_FILE_OPTION) \
--enable-asm-optimizations \
- --disable-debug \
- --$(call ptx/endis, PTXCONF_ARCH_X86)-sse \
- --disable-altivec \
--$(call ptx/endis, PTXCONF_ARCH_X86_64)-avx \
--disable-thorough-tests \
--disable-exhaustive-tests \
--disable-werror \
--enable-stack-smash-protection \
+ --disable-fortify-source \
--disable-64-bit-words \
--disable-valgrind-testing \
--disable-doxygen-docs \
- --disable-local-xmms-plugin \
- --disable-xmms-plugin \
--disable-cpplibs \
+ --disable-oss-fuzzers \
--enable-ogg \
--disable-oggtest \
+ --enable-programs \
+ --disable-examples \
+ --disable-version-from-git \
+ --enable-multithreading \
--disable-rpath \
- --with-ogg=$(PTXDIST_SYSROOT_TARGET)/usr
# ----------------------------------------------------------------------------
--
2.47.3
reply other threads:[~2025-10-08 21:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251008215609.2281909-11-s.pueschel@pengutronix.de \
--to=s.pueschel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox