* [Buildroot] [PATCH 1/1] package/flac: bump version to 1.4.3
@ 2023-06-28 6:16 Bernd Kuhls
2023-07-01 14:18 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-06-28 6:16 UTC (permalink / raw)
To: buildroot
Changelog: https://xiph.org/flac/changelog.html
Updated license hash due to copyright year bump:
https://github.com/xiph/flac/commit/e00d9b881f3fb8a181699ada966e909ab6d689c0
Removed all PowerPC-related configure options, quoting changelog:
"All PowerPC-specific code has been removed, as it turned out those
improvements didn’t actually improve anything"
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/flac/flac.hash | 4 ++--
package/flac/flac.mk | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/package/flac/flac.hash b/package/flac/flac.hash
index b993ebd759..0013a7485a 100644
--- a/package/flac/flac.hash
+++ b/package/flac/flac.hash
@@ -1,6 +1,6 @@
# From https://ftp.osuosl.org/pub/xiph/releases/flac/SHA256SUMS.txt
-sha256 e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4 flac-1.4.2.tar.xz
+sha256 6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70 flac-1.4.3.tar.xz
# Locally computed
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING.GPL
sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING.LGPL
-sha256 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d COPYING.Xiph
+sha256 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf COPYING.Xiph
diff --git a/package/flac/flac.mk b/package/flac/flac.mk
index 595c2379b0..ab06af826e 100644
--- a/package/flac/flac.mk
+++ b/package/flac/flac.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FLAC_VERSION = 1.4.2
+FLAC_VERSION = 1.4.3
FLAC_SITE = https://ftp.osuosl.org/pub/xiph/releases/flac
FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz
FLAC_INSTALL_STAGING = YES
@@ -14,9 +14,7 @@ FLAC_LICENSE_FILES = COPYING.Xiph COPYING.GPL COPYING.LGPL
FLAC_CPE_ID_VENDOR = flac_project
FLAC_CONF_OPTS = \
- $(if $(BR2_POWERPC_CPU_HAS_ALTIVEC),--enable-altivec,--disable-altivec) \
$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cpplibs,--disable-cpplibs) \
- $(if $(BR2_POWERPC_CPU_HAS_VSX),--enable-vsx,--disable-vsx) \
--disable-stack-smash-protection
ifeq ($(BR2_PACKAGE_LIBOGG),y)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/flac: bump version to 1.4.3
2023-06-28 6:16 [Buildroot] [PATCH 1/1] package/flac: bump version to 1.4.3 Bernd Kuhls
@ 2023-07-01 14:18 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-01 14:18 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Wed, 28 Jun 2023 08:16:32 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Changelog: https://xiph.org/flac/changelog.html
>
> Updated license hash due to copyright year bump:
> https://github.com/xiph/flac/commit/e00d9b881f3fb8a181699ada966e909ab6d689c0
>
> Removed all PowerPC-related configure options, quoting changelog:
> "All PowerPC-specific code has been removed, as it turned out those
> improvements didn’t actually improve anything"
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/flac/flac.hash | 4 ++--
> package/flac/flac.mk | 4 +---
> 2 files changed, 3 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-01 14:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 6:16 [Buildroot] [PATCH 1/1] package/flac: bump version to 1.4.3 Bernd Kuhls
2023-07-01 14:18 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.