pkgsrc-WIP-changes archive

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

*: adapt paths to gstreamer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Nov 17 11:14:32 2021 +0100
Changeset:	a831e5567e81c796fbe6582e56be7d64922e67ad

Modified Files:
	gst-plugins1-opengl/Makefile
	gst-plugins1-svt-vp9/Makefile

Log Message:
*: adapt paths to gstreamer

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

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

diffstat:
 gst-plugins1-opengl/Makefile  | 2 +-
 gst-plugins1-svt-vp9/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/gst-plugins1-opengl/Makefile b/gst-plugins1-opengl/Makefile
index 71506dfc39..f0a373eb50 100644
--- a/gst-plugins1-opengl/Makefile
+++ b/gst-plugins1-opengl/Makefile
@@ -8,6 +8,6 @@ LDFLAGS+=		${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib
 
 .include "../../multimedia/gst-plugins1-base/Makefile.common"
 
-.include "../../wip/gst-plugins1-gl/buildlink3.mk"
+#.include "../../wip/gst-plugins1-gl/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-svt-vp9/Makefile b/gst-plugins1-svt-vp9/Makefile
index 64f4215082..8d35f14521 100644
--- a/gst-plugins1-svt-vp9/Makefile
+++ b/gst-plugins1-svt-vp9/Makefile
@@ -16,8 +16,8 @@ USE_TOOLS+=	pkg-config
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}/gstreamer-plugin
 USE_CMAKE=	yes
 
-.include "../../wip/gstreamer1/buildlink3.mk"
-.include "../../wip/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 .include "../../wip/svt-vp9/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index