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  8 12:28:50 UTC 2025

Modified Files:
        pkgsrc/graphics/vv: Makefile

Log Message:
vv: mark as needing libjpeg-turbo due to its use of JCS_EXT_RGBA


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/graphics/vv/Makefile:1.2
--- pkgsrc/graphics/vv/Makefile:1.1     Tue Feb  4 11:25:45 2025
+++ pkgsrc/graphics/vv/Makefile Sat Feb  8 12:28:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/02/04 11:25:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/08 12:28:50 wiz Exp $
 
 DISTNAME=      vv-3.1
 CATEGORIES=    graphics
@@ -17,6 +17,9 @@ GCC_REQD+=            13
 USE_TOOLS+=            pkg-config
 INSTALLATION_DIRS+=    bin share/doc/vv
 
+# uses JCS_EXT_RGBA
+JPEG_ACCEPTED=         libjpeg-turbo
+
 # 'master' as of 2025/01/20
 GITHUB_SUBMODULES+=    wolfpld tracy f583d1c855bcf45d182eb16a57e84afdab7b0e67 tracy
 CMAKE_CONFIGURE_ARGS+= -DCPM_tracy_SOURCE=${WRKSRC}/tracy



Home | Main Index | Thread Index | Old Index