pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 27 21:41:52 UTC 2022

Modified Files:
        pkgsrc/x11/qt5-qtwebengine: Makefile

Log Message:
qt5-qtwebengine: add comment that this does not currently support ffmpeg5


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/qt5-qtwebengine/Makefile

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

Modified files:

Index: pkgsrc/x11/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.21 pkgsrc/x11/qt5-qtwebengine/Makefile:1.22
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.21    Sat Jun  4 06:07:28 2022
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Mon Jun 27 21:41:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/06/04 06:07:28 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/06/27 21:41:52 wiz Exp $
 
 DISTNAME=      qtwebengine-everywhere-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -94,6 +94,7 @@ post-install:
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY= tool
 .include "../../lang/python/tool.mk"
+# does not support ffmpeg5 as of 5.15.4
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../multimedia/libvpx/buildlink3.mk"
 .include "../../print/libcups/buildlink3.mk"



Home | Main Index | Thread Index | Old Index