pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/svt-av1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 13 12:41:25 UTC 2023

Modified Files:
        pkgsrc/multimedia/svt-av1: Makefile

Log Message:
svt-av1: add missing nasm tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/svt-av1/Makefile

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

Modified files:

Index: pkgsrc/multimedia/svt-av1/Makefile
diff -u pkgsrc/multimedia/svt-av1/Makefile:1.1 pkgsrc/multimedia/svt-av1/Makefile:1.2
--- pkgsrc/multimedia/svt-av1/Makefile:1.1      Sun Apr  9 11:13:51 2023
+++ pkgsrc/multimedia/svt-av1/Makefile  Thu Apr 13 12:41:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/04/09 11:13:51 plunky Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/13 12:41:25 wiz Exp $
 
 DISTNAME=      svt-av1-1.4.1
 CATEGORIES=    multimedia
@@ -13,6 +13,8 @@ HOMEPAGE=     https://gitlab.gnome.org/AOMed
 COMMENT=       Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+
 WRKSRC=                ${WRKDIR}/${GITLAB_PROJECT}-${GITLAB_TAG}
 
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index