pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun  2 16:56:22 UTC 2023

Modified Files:
        pkgsrc/x11/gtk4: Makefile

Log Message:
gtk4: add comment with link to ticket about missing ffmpeg6 support


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtk4/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/gtk4/Makefile
diff -u pkgsrc/x11/gtk4/Makefile:1.26 pkgsrc/x11/gtk4/Makefile:1.27
--- pkgsrc/x11/gtk4/Makefile:1.26       Wed Apr 19 08:11:54 2023
+++ pkgsrc/x11/gtk4/Makefile    Fri Jun  2 16:56:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:11:54 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/06/02 16:56:22 wiz Exp $
 
 DISTNAME=      gtk-4.8.3
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
@@ -65,6 +65,8 @@ BUILDLINK_API_DEPENDS.pango+= pango>=1.4
 # librsvg is required by a demo only.
 #.include "../../graphics/librsvg/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-bad/buildlink3.mk"
+# does not support ffmpeg6 yet
+# https://gitlab.gnome.org/GNOME/gtk/-/issues/5581
 .include "../../multimedia/ffmpeg5/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index