pkgsrc-WIP-changes archive

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

qt6_qtmultimedia: fix build when gst-plugins1-bad is installed



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Wed Oct 19 17:56:38 2022 +0200
Changeset:	0c3b0c13e60305d9917b1d9e5968d98c7dcb5b94

Modified Files:
	qt6-qtmultimedia/options.mk

Log Message:
qt6_qtmultimedia: fix build when gst-plugins1-bad is installed

Fix build when gst-plugins1-bad is installed, cmake finds
gstreamer photography using find_path and find_library that
looks outside of the buildlink system, the build then breaks
when the compiler  can't find the headers for photography.
Add buildlink that includes the photography module so that
the build always succeeds.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c3b0c13e60305d9917b1d9e5968d98c7dcb5b94

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

diffstat:
 qt6-qtmultimedia/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/qt6-qtmultimedia/options.mk b/qt6-qtmultimedia/options.mk
index 7a56e4989b..c3522084c7 100644
--- a/qt6-qtmultimedia/options.mk
+++ b/qt6-qtmultimedia/options.mk
@@ -17,6 +17,7 @@ PKG_SUGGESTED_OPTIONS+=		gstreamer
 .if !empty(PKG_OPTIONS:Mgstreamer)
 CONFIGURE_ARGS+=	-gstreamer
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-bad/buildlink3.mk"
 PLIST.gstreamer=	yes
 .else
 CONFIGURE_ARGS+=	-no-gstreamer


Home | Main Index | Thread Index | Old Index