pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libwebp



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Jul  2 13:00:11 UTC 2026

Modified Files:
        pkgsrc/graphics/libwebp: distinfo
Added Files:
        pkgsrc/graphics/libwebp/patches: patch-CMakeLists.txt

Log Message:
libwebp: don't pick up stray SDL2 dependency


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libwebp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/libwebp/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.30 pkgsrc/graphics/libwebp/distinfo:1.31
--- pkgsrc/graphics/libwebp/distinfo:1.30       Wed Jul 16 07:59:50 2025
+++ pkgsrc/graphics/libwebp/distinfo    Thu Jul  2 13:00:11 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.30 2025/07/16 07:59:50 adam Exp $
+$NetBSD: distinfo,v 1.31 2026/07/02 13:00:11 tnn Exp $
 
 BLAKE2s (libwebp-1.6.0.tar.gz) = b8c21cb969d86525b64f177f9a6be0fa65cbd47b954977f9b4172e21591bae04
 SHA512 (libwebp-1.6.0.tar.gz) = 5c159d9760efcb92749092536daada22c0a73c20926c76097a5f0448ddbf874cf761324ca97925ca5f578b30477564b2b072b47667e504673797128b31cafcbf
 Size (libwebp-1.6.0.tar.gz) = 4296070 bytes
+SHA1 (patch-CMakeLists.txt) = 0ca165608d20928c6a44a2ad2b55dcbe48c8ccd1

Added files:

Index: pkgsrc/graphics/libwebp/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/libwebp/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Thu Jul  2 13:00:11 2026
+++ pkgsrc/graphics/libwebp/patches/patch-CMakeLists.txt        Thu Jul  2 13:00:11 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2026/07/02 13:00:11 tnn Exp $
+
+Don't pick up stray SDL2 dependency
+
+--- CMakeLists.txt.orig        2025-07-08 00:20:00.000000000 +0000
++++ CMakeLists.txt
+@@ -666,7 +666,8 @@ if(WEBP_BUILD_EXTRAS)
+                                                   ${CMAKE_CURRENT_BINARY_DIR})
+ 
+   # vwebp_sdl
+-  find_package(SDL2 QUIET)
++  #find_package(SDL2 QUIET)
++  set(SDL2_FOUND False)
+   if(WEBP_BUILD_VWEBP AND SDL2_FOUND)
+     add_executable(vwebp_sdl ${VWEBP_SDL_SRCS})
+     target_link_libraries(vwebp_sdl ${SDL2_LIBRARIES} imageioutil webp)



Home | Main Index | Thread Index | Old Index