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: ryoon
Date: Thu Jul 2 10:42:04 UTC 2026
Modified Files:
pkgsrc/graphics/libwebp: Makefile PLIST
Log Message:
graphics/libwebp: Disable vwebp to fix build when SDL2 is already installed
* vwebp.1 man page is not installed anymore.
* Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/libwebp/PLIST
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/Makefile
diff -u pkgsrc/graphics/libwebp/Makefile:1.49 pkgsrc/graphics/libwebp/Makefile:1.50
--- pkgsrc/graphics/libwebp/Makefile:1.49 Wed Jul 1 22:14:21 2026
+++ pkgsrc/graphics/libwebp/Makefile Thu Jul 2 10:42:04 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2026/07/01 22:14:21 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2026/07/02 10:42:04 ryoon Exp $
DISTNAME= libwebp-1.6.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
@@ -11,6 +11,8 @@ COMMENT= WebP image format library and t
LICENSE= modified-bsd
CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
+# Disable SDL2 explicitly to fix build when devel/SDL2 is already installed.
+CMAKE_CONFIGURE_ARGS+= -DWEBP_BUILD_VWEBP=OFF
.include "options.mk"
Index: pkgsrc/graphics/libwebp/PLIST
diff -u pkgsrc/graphics/libwebp/PLIST:1.9 pkgsrc/graphics/libwebp/PLIST:1.10
--- pkgsrc/graphics/libwebp/PLIST:1.9 Wed Jul 1 22:14:21 2026
+++ pkgsrc/graphics/libwebp/PLIST Thu Jul 2 10:42:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2026/07/01 22:14:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/07/02 10:42:04 ryoon Exp $
bin/cwebp
bin/dwebp
bin/gif2webp
@@ -37,7 +37,6 @@ man/man1/cwebp.1
man/man1/dwebp.1
man/man1/gif2webp.1
man/man1/img2webp.1
-man/man1/vwebp.1
man/man1/webpinfo.1
man/man1/webpmux.1
share/WebP/cmake/WebPConfig.cmake
Home |
Main Index |
Thread Index |
Old Index