pkgsrc-WIP-changes archive

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

gst-plugins1-ugly: add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Mon Nov 8 22:52:21 2021 +0100
Changeset:	f964d565bb8d424599527fe9acd12108f4d43995

Modified Files:
	gst-plugins1-ugly/Makefile
	gst-plugins1-ugly/PLIST

Log Message:
gst-plugins1-ugly: add missing dependencies

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

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

diffstat:
 gst-plugins1-ugly/Makefile | 6 +++++-
 gst-plugins1-ugly/PLIST    | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diffs:
diff --git a/gst-plugins1-ugly/Makefile b/gst-plugins1-ugly/Makefile
index 13a6b4e8e3..8e4c56c96e 100644
--- a/gst-plugins1-ugly/Makefile
+++ b/gst-plugins1-ugly/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++
 
-USE_TOOLS+=		pkg-config
+USE_TOOLS+=	pkg-config xgettext
 
 PYTHON_FOR_BUILD_ONLY=		tool
 
@@ -31,6 +31,10 @@ MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/gst/asfdemux:${WRKSRC}/output/gst/dv
 
 .include "../../devel/meson/build.mk"
 .include "../../lang/python/tool.mk"
+.include "../../audio/liba52/buildlink3.mk"
+.include "../../audio/libsidplay/buildlink3.mk"
+.include "../../multimedia/libdvdread/buildlink3.mk"
+.include "../../multimedia/libmpeg2/buildlink3.mk"
 .include "../../multimedia/x264-devel/buildlink3.mk"
 .include "../../wip/gst-plugins1-base/buildlink3.mk"
 .include "../../wip/gstreamer1/buildlink3.mk"
diff --git a/gst-plugins1-ugly/PLIST b/gst-plugins1-ugly/PLIST
index 5cb3ba2ff6..f8c36e899c 100644
--- a/gst-plugins1-ugly/PLIST
+++ b/gst-plugins1-ugly/PLIST
@@ -1,8 +1,12 @@
 @comment $NetBSD$
+lib/gstreamer-1.0/libgsta52dec.so
 lib/gstreamer-1.0/libgstasf.so
 lib/gstreamer-1.0/libgstdvdlpcmdec.so
+lib/gstreamer-1.0/libgstdvdread.so
 lib/gstreamer-1.0/libgstdvdsub.so
+lib/gstreamer-1.0/libgstmpeg2dec.so
 lib/gstreamer-1.0/libgstrealmedia.so
+lib/gstreamer-1.0/libgstsid.so
 lib/gstreamer-1.0/libgstx264.so
 lib/gstreamer-1.0/libgstxingmux.so
 share/gstreamer-1.0/presets/GstX264Enc.prs


Home | Main Index | Thread Index | Old Index