pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 15 16:31:33 UTC 2025

Modified Files:
        pkgsrc/graphics/vv: Makefile

Log Message:
vv: needs libjpeg-turbo

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/vv/Makefile

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

Modified files:

Index: pkgsrc/graphics/vv/Makefile
diff -u pkgsrc/graphics/vv/Makefile:1.4 pkgsrc/graphics/vv/Makefile:1.5
--- pkgsrc/graphics/vv/Makefile:1.4     Sat Feb  8 18:45:21 2025
+++ pkgsrc/graphics/vv/Makefile Sat Feb 15 16:31:33 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2025/02/08 18:45:21 pho Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/15 16:31:33 wiz Exp $
 
 DISTNAME=      vv-3.1.0.20250208
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wolfpld/}
 #GITHUB_TAG=   v${PKGVERSION_NOREV}
@@ -18,6 +19,9 @@ GCC_REQD+=            13
 USE_TOOLS+=            pkg-config
 INSTALLATION_DIRS+=    bin share/doc/vv
 
+# https://github.com/wolfpld/vv/issues/14#issuecomment-2660992164
+JPEG_ACCEPTED=         libjpeg-turbo
+
 # 'master' as of 2025-02-08
 GITHUB_SUBMODULES+=    wolfpld tracy 9b7d53a979f0734deebb07d0135f5400af12a576 tracy
 CMAKE_CONFIGURE_ARGS+= -DCPM_tracy_SOURCE=${WRKSRC}/tracy



Home | Main Index | Thread Index | Old Index