Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next v2 1/1] package/libyuv: bump version
@ 2025-12-02 20:39 Bernd Kuhls
  2025-12-16 10:00 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-12-02 20:39 UTC (permalink / raw)
  To: buildroot

This bump includes a patch which adds cmake4 compatibility.

Rebased patch 0001.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: sent for -next

 package/libyuv/0001-i386-sse2.patch | 14 +++++++-------
 package/libyuv/libyuv.hash          |  2 +-
 package/libyuv/libyuv.mk            |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package/libyuv/0001-i386-sse2.patch b/package/libyuv/0001-i386-sse2.patch
index 2380bbc973..7d61fb0609 100644
--- a/package/libyuv/0001-i386-sse2.patch
+++ b/package/libyuv/0001-i386-sse2.patch
@@ -1,16 +1,16 @@
 Fix compilation on non-sse2 platforms
 
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
 
 diff -uNr libyuv-1411.org/include/libyuv/scale_row.h libyuv-1411/include/libyuv/scale_row.h
 --- libyuv-1411.org/include/libyuv/scale_row.h	2015-05-22 23:39:21.000000000 +0200
 +++ libyuv-1411/include/libyuv/scale_row.h	2015-05-25 12:35:17.000000000 +0200
-@@ -55,7 +55,7 @@
- 
- // The following are available on all x86 platforms:
- #if !defined(LIBYUV_DISABLE_X86) && \
--    (defined(_M_IX86) || defined(__x86_64__) || defined(__i386__))
-+    (defined(_M_IX86) || defined(__x86_64__) || (defined(__i386__) && defined(__SSE2__)))
+@@ -24,7 +24,7 @@
+ #if !defined(LIBYUV_DISABLE_X86) &&                             \
+     (defined(_M_IX86) ||                                        \
+      (defined(__x86_64__) && !defined(LIBYUV_ENABLE_ROWWIN)) || \
+-     defined(__i386__))
++     (defined(__i386__) && defined(__SSE2__)))
  #define HAS_FIXEDDIV1_X86
  #define HAS_FIXEDDIV_X86
  #define HAS_SCALEADDROW_SSE2
diff --git a/package/libyuv/libyuv.hash b/package/libyuv/libyuv.hash
index 095da4e606..cad7427721 100644
--- a/package/libyuv/libyuv.hash
+++ b/package/libyuv/libyuv.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  e27c9d73ca502361d0e532065e790e41a958ae0369f1edfa4d296d33317653b1  libyuv-413a8d8041f1cc5a350a47c0d81cc721e64f9fd0-git4.tar.gz
+sha256  324b6bb4a158f2a231427562a01becafc7cb8ad4e105b9f9b21b85ccc406b649  libyuv-4825d9b29eea4dac24607245db7ec7d4c41c1964-git4.tar.gz
 sha256  2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f  LICENSE
diff --git a/package/libyuv/libyuv.mk b/package/libyuv/libyuv.mk
index b3843cec8f..676a95c3d7 100644
--- a/package/libyuv/libyuv.mk
+++ b/package/libyuv/libyuv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBYUV_VERSION = 413a8d8041f1cc5a350a47c0d81cc721e64f9fd0
+LIBYUV_VERSION = 4825d9b29eea4dac24607245db7ec7d4c41c1964
 LIBYUV_SITE = https://chromium.googlesource.com/libyuv/libyuv
 LIBYUV_SITE_METHOD = git
 LIBYUV_LICENSE = BSD-3-Clause
-- 
2.47.3

_______________________________________________
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/next v2 1/1] package/libyuv: bump version
  2025-12-02 20:39 [Buildroot] [PATCH/next v2 1/1] package/libyuv: bump version Bernd Kuhls
@ 2025-12-16 10:00 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-16 10:00 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Tue,  2 Dec 2025 21:39:18 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> This bump includes a patch which adds cmake4 compatibility.
> 
> Rebased patch 0001.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> v2: sent for -next

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:[~2025-12-16 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-02 20:39 [Buildroot] [PATCH/next v2 1/1] package/libyuv: bump version Bernd Kuhls
2025-12-16 10:00 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox