pkgsrc-WIP-changes archive

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

gst-plugins1-base: add meson-based 1.18.4 package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed May 5 22:37:56 2021 +0200
Changeset:	d8303f1e05acad8358511619f3501ab02ac6b712

Modified Files:
	Makefile
	gstreamer1/Makefile
	gstreamer1/buildlink3.mk
Added Files:
	gst-plugins1-base/DESCR
	gst-plugins1-base/Makefile
	gst-plugins1-base/PLIST
	gst-plugins1-base/buildlink3.mk
	gst-plugins1-base/distinfo
	gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h

Log Message:
gst-plugins1-base: add meson-based 1.18.4 package

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

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

diffstat:
 Makefile                                           |   1 +
 gst-plugins1-base/DESCR                            |  12 +
 gst-plugins1-base/Makefile                         |  50 +++
 gst-plugins1-base/PLIST                            | 348 +++++++++++++++++++++
 gst-plugins1-base/buildlink3.mk                    |  16 +
 gst-plugins1-base/distinfo                         |   7 +
 .../patch-ext_cdparanoia_gstcdparanoiasrc.h        |  15 +
 gstreamer1/Makefile                                |   4 +
 gstreamer1/buildlink3.mk                           |   3 +-
 9 files changed, 454 insertions(+), 2 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b2c8c35f40..c66326b53c 100644
--- a/Makefile
+++ b/Makefile
@@ -1384,6 +1384,7 @@ SUBDIR+=	gsmartcontrol
 SUBDIR+=	gst-inspector
 SUBDIR+=	gst-plugins0.10-farsight
 SUBDIR+=	gst-plugins1-aalib
+SUBDIR+=	gst-plugins1-base
 SUBDIR+=	gst-plugins1-dash
 SUBDIR+=	gst-plugins1-fluidsynth
 SUBDIR+=	gst-plugins1-gl
diff --git a/gst-plugins1-base/DESCR b/gst-plugins1-base/DESCR
new file mode 100644
index 0000000000..79c454b805
--- /dev/null
+++ b/gst-plugins1-base/DESCR
@@ -0,0 +1,12 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis playback to
+complex audio (mixing) and video (non-linear editing) processing.
+
+Applications can take advantage of advances in codec and filter technology
+transparently.  Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface.
+
+GStreamer is released under the LGPL.
+
+This package is part of the 'base' plugins for GStreamer.  It provides a
+set of must-have plugins.
diff --git a/gst-plugins1-base/Makefile b/gst-plugins1-base/Makefile
new file mode 100644
index 0000000000..aebdbae6be
--- /dev/null
+++ b/gst-plugins1-base/Makefile
@@ -0,0 +1,50 @@
+# $NetBSD: Makefile,v 1.25 2021/04/21 11:42:19 adam Exp $
+
+DISTNAME=	gst-plugins-base-1.18.4
+PKGNAME=	${DISTNAME:S/plugins/plugins1/}
+CATEGORIES=	multimedia gnome
+MASTER_SITES=	https://gstreamer.freedesktop.org/src/gst-plugins-base/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://gstreamer.freedesktop.org/
+COMMENT=	Open source multimedia framework - base plugins
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c c++
+
+USE_TOOLS+=		pkg-config perl:run
+
+PKGCONFIG_OVERRIDE=		output/pkgconfig/*.pc
+PKGCONFIG_OVERRIDE_STAGE=	pre-install
+
+PYTHON_FOR_BUILD_ONLY=  tool
+
+# for tests
+MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/gst-libs/gst/audio:${WRKSRC}/output/gst-libs/gst/video:${WRKSRC}/output/gst-libs/gst/tag:${WRKSRC}/output/gst-libs/gst/rtp:${WRKSRC}/output/gst-libs/gst/allocators:${WRKSRC}/output/gst-libs/gst/app:${WRKSRC}/output/gst-libs/gst/pbutils:${WRKSRC}/output/gst-libs/gst/gl:${WRKSRC}/output/gst-libs/ext/ogg:${WRKSRC}/output/gst-libs/ext/opus:${WRKSRC}/output/gst-libs/ext/theora:${WRKSRC}/output/gst-libs/ext/vorbis:${WRKSRC}/output/gst-libs/gst/riff:${WRKSRC}/output/gst-libs/gst/sdp:${WRKSRC}/output/gst-libs/gst/fft:${WRKSRC}/output/gst-libs/gst/rtsp
+
+# test status as of 1.18.4
+#Ok:                 68
+#Expected Fail:      0
+#Fail:               34
+#Unexpected Pass:    0
+#Skipped:            14
+#Timeout:            0
+
+.include "../../audio/cdparanoia/buildlink3.mk"
+.include "../../audio/libopus/buildlink3.mk"
+.include "../../audio/libvisual/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../devel/orc/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../multimedia/libtheora/buildlink3.mk"
+.include "../../wip/gstreamer1/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-base/PLIST b/gst-plugins1-base/PLIST
new file mode 100644
index 0000000000..75145baf77
--- /dev/null
+++ b/gst-plugins1-base/PLIST
@@ -0,0 +1,348 @@
+@comment $NetBSD$
+bin/gst-device-monitor-1.0
+bin/gst-discoverer-1.0
+bin/gst-play-1.0
+include/gstreamer-1.0/gst/allocators/allocators-prelude.h
+include/gstreamer-1.0/gst/allocators/allocators.h
+include/gstreamer-1.0/gst/allocators/gstdmabuf.h
+include/gstreamer-1.0/gst/allocators/gstfdmemory.h
+include/gstreamer-1.0/gst/allocators/gstphysmemory.h
+include/gstreamer-1.0/gst/app/app-enumtypes.h
+include/gstreamer-1.0/gst/app/app-prelude.h
+include/gstreamer-1.0/gst/app/app.h
+include/gstreamer-1.0/gst/app/gstappsink.h
+include/gstreamer-1.0/gst/app/gstappsrc.h
+include/gstreamer-1.0/gst/audio/audio-buffer.h
+include/gstreamer-1.0/gst/audio/audio-channel-mixer.h
+include/gstreamer-1.0/gst/audio/audio-channels.h
+include/gstreamer-1.0/gst/audio/audio-converter.h
+include/gstreamer-1.0/gst/audio/audio-enumtypes.h
+include/gstreamer-1.0/gst/audio/audio-format.h
+include/gstreamer-1.0/gst/audio/audio-info.h
+include/gstreamer-1.0/gst/audio/audio-prelude.h
+include/gstreamer-1.0/gst/audio/audio-quantize.h
+include/gstreamer-1.0/gst/audio/audio-resampler.h
+include/gstreamer-1.0/gst/audio/audio.h
+include/gstreamer-1.0/gst/audio/gstaudioaggregator.h
+include/gstreamer-1.0/gst/audio/gstaudiobasesink.h
+include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h
+include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h
+include/gstreamer-1.0/gst/audio/gstaudioclock.h
+include/gstreamer-1.0/gst/audio/gstaudiodecoder.h
+include/gstreamer-1.0/gst/audio/gstaudioencoder.h
+include/gstreamer-1.0/gst/audio/gstaudiofilter.h
+include/gstreamer-1.0/gst/audio/gstaudioiec61937.h
+include/gstreamer-1.0/gst/audio/gstaudiometa.h
+include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h
+include/gstreamer-1.0/gst/audio/gstaudiosink.h
+include/gstreamer-1.0/gst/audio/gstaudiosrc.h
+include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h
+include/gstreamer-1.0/gst/audio/streamvolume.h
+include/gstreamer-1.0/gst/fft/fft-prelude.h
+include/gstreamer-1.0/gst/fft/fft.h
+include/gstreamer-1.0/gst/fft/gstfft.h
+include/gstreamer-1.0/gst/fft/gstfftf32.h
+include/gstreamer-1.0/gst/fft/gstfftf64.h
+include/gstreamer-1.0/gst/fft/gstffts16.h
+include/gstreamer-1.0/gst/fft/gstffts32.h
+include/gstreamer-1.0/gst/gl/egl/egl.h
+include/gstreamer-1.0/gst/gl/egl/gstegl.h
+include/gstreamer-1.0/gst/gl/egl/gsteglimage.h
+include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl.h
+include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl_device.h
+include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h
+include/gstreamer-1.0/gst/gl/gl-enumtypes.h
+include/gstreamer-1.0/gst/gl/gl-prelude.h
+include/gstreamer-1.0/gst/gl/gl.h
+include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h
+include/gstreamer-1.0/gst/gl/glprototypes/base.h
+include/gstreamer-1.0/gst/gl/glprototypes/blending.h
+include/gstreamer-1.0/gst/gl/glprototypes/buffers.h
+include/gstreamer-1.0/gst/gl/glprototypes/debug.h
+include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h
+include/gstreamer-1.0/gst/gl/glprototypes/fbo.h
+include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h
+include/gstreamer-1.0/gst/gl/glprototypes/gles.h
+include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h
+include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h
+include/gstreamer-1.0/gst/gl/glprototypes/opengl.h
+include/gstreamer-1.0/gst/gl/glprototypes/query.h
+include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
+include/gstreamer-1.0/gst/gl/glprototypes/sync.h
+include/gstreamer-1.0/gst/gl/glprototypes/vao.h
+include/gstreamer-1.0/gst/gl/gstgl_enums.h
+include/gstreamer-1.0/gst/gl/gstgl_fwd.h
+include/gstreamer-1.0/gst/gl/gstglapi.h
+include/gstreamer-1.0/gst/gl/gstglbasefilter.h
+include/gstreamer-1.0/gst/gl/gstglbasememory.h
+include/gstreamer-1.0/gst/gl/gstglbasesrc.h
+include/gstreamer-1.0/gst/gl/gstglbuffer.h
+include/gstreamer-1.0/gst/gl/gstglbufferpool.h
+include/gstreamer-1.0/gst/gl/gstglcolorconvert.h
+include/gstreamer-1.0/gst/gl/gstglcontext.h
+include/gstreamer-1.0/gst/gl/gstgldebug.h
+include/gstreamer-1.0/gst/gl/gstgldisplay.h
+include/gstreamer-1.0/gst/gl/gstglfeature.h
+include/gstreamer-1.0/gst/gl/gstglfilter.h
+include/gstreamer-1.0/gst/gl/gstglformat.h
+include/gstreamer-1.0/gst/gl/gstglframebuffer.h
+include/gstreamer-1.0/gst/gl/gstglfuncs.h
+include/gstreamer-1.0/gst/gl/gstglmemory.h
+include/gstreamer-1.0/gst/gl/gstglmemorypbo.h
+include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h
+include/gstreamer-1.0/gst/gl/gstglquery.h
+include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h
+include/gstreamer-1.0/gst/gl/gstglshader.h
+include/gstreamer-1.0/gst/gl/gstglshaderstrings.h
+include/gstreamer-1.0/gst/gl/gstglsl.h
+include/gstreamer-1.0/gst/gl/gstglslstage.h
+include/gstreamer-1.0/gst/gl/gstglsyncmeta.h
+include/gstreamer-1.0/gst/gl/gstglupload.h
+include/gstreamer-1.0/gst/gl/gstglutils.h
+include/gstreamer-1.0/gst/gl/gstglviewconvert.h
+include/gstreamer-1.0/gst/gl/gstglwindow.h
+include/gstreamer-1.0/gst/gl/wayland/gstgldisplay_wayland.h
+include/gstreamer-1.0/gst/gl/wayland/wayland.h
+include/gstreamer-1.0/gst/gl/x11/gstgldisplay_x11.h
+include/gstreamer-1.0/gst/gl/x11/x11.h
+include/gstreamer-1.0/gst/pbutils/codec-utils.h
+include/gstreamer-1.0/gst/pbutils/descriptions.h
+include/gstreamer-1.0/gst/pbutils/encoding-profile.h
+include/gstreamer-1.0/gst/pbutils/encoding-target.h
+include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h
+include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h
+include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h
+include/gstreamer-1.0/gst/pbutils/install-plugins.h
+include/gstreamer-1.0/gst/pbutils/missing-plugins.h
+include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h
+include/gstreamer-1.0/gst/pbutils/pbutils-prelude.h
+include/gstreamer-1.0/gst/pbutils/pbutils.h
+include/gstreamer-1.0/gst/riff/riff-ids.h
+include/gstreamer-1.0/gst/riff/riff-media.h
+include/gstreamer-1.0/gst/riff/riff-prelude.h
+include/gstreamer-1.0/gst/riff/riff-read.h
+include/gstreamer-1.0/gst/riff/riff.h
+include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h
+include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h
+include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h
+include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h
+include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h
+include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h
+include/gstreamer-1.0/gst/rtp/gstrtpdefs.h
+include/gstreamer-1.0/gst/rtp/gstrtphdrext.h
+include/gstreamer-1.0/gst/rtp/gstrtpmeta.h
+include/gstreamer-1.0/gst/rtp/gstrtppayloads.h
+include/gstreamer-1.0/gst/rtp/rtp-prelude.h
+include/gstreamer-1.0/gst/rtp/rtp.h
+include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h
+include/gstreamer-1.0/gst/rtsp/gstrtsp.h
+include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h
+include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h
+include/gstreamer-1.0/gst/rtsp/gstrtspextension.h
+include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h
+include/gstreamer-1.0/gst/rtsp/gstrtsprange.h
+include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h
+include/gstreamer-1.0/gst/rtsp/gstrtspurl.h
+include/gstreamer-1.0/gst/rtsp/rtsp-prelude.h
+include/gstreamer-1.0/gst/rtsp/rtsp.h
+include/gstreamer-1.0/gst/sdp/gstmikey.h
+include/gstreamer-1.0/gst/sdp/gstsdp.h
+include/gstreamer-1.0/gst/sdp/gstsdpmessage.h
+include/gstreamer-1.0/gst/sdp/sdp-prelude.h
+include/gstreamer-1.0/gst/sdp/sdp.h
+include/gstreamer-1.0/gst/tag/gsttagdemux.h
+include/gstreamer-1.0/gst/tag/gsttagmux.h
+include/gstreamer-1.0/gst/tag/tag-enumtypes.h
+include/gstreamer-1.0/gst/tag/tag-prelude.h
+include/gstreamer-1.0/gst/tag/tag.h
+include/gstreamer-1.0/gst/tag/xmpwriter.h
+include/gstreamer-1.0/gst/video/colorbalance.h
+include/gstreamer-1.0/gst/video/colorbalancechannel.h
+include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h
+include/gstreamer-1.0/gst/video/gstvideoaggregator.h
+include/gstreamer-1.0/gst/video/gstvideodecoder.h
+include/gstreamer-1.0/gst/video/gstvideoencoder.h
+include/gstreamer-1.0/gst/video/gstvideofilter.h
+include/gstreamer-1.0/gst/video/gstvideometa.h
+include/gstreamer-1.0/gst/video/gstvideopool.h
+include/gstreamer-1.0/gst/video/gstvideosink.h
+include/gstreamer-1.0/gst/video/gstvideotimecode.h
+include/gstreamer-1.0/gst/video/gstvideoutils.h
+include/gstreamer-1.0/gst/video/navigation.h
+include/gstreamer-1.0/gst/video/video-anc.h
+include/gstreamer-1.0/gst/video/video-blend.h
+include/gstreamer-1.0/gst/video/video-chroma.h
+include/gstreamer-1.0/gst/video/video-color.h
+include/gstreamer-1.0/gst/video/video-converter.h
+include/gstreamer-1.0/gst/video/video-dither.h
+include/gstreamer-1.0/gst/video/video-enumtypes.h
+include/gstreamer-1.0/gst/video/video-event.h
+include/gstreamer-1.0/gst/video/video-format.h
+include/gstreamer-1.0/gst/video/video-frame.h
+include/gstreamer-1.0/gst/video/video-hdr.h
+include/gstreamer-1.0/gst/video/video-info.h
+include/gstreamer-1.0/gst/video/video-multiview.h
+include/gstreamer-1.0/gst/video/video-overlay-composition.h
+include/gstreamer-1.0/gst/video/video-prelude.h
+include/gstreamer-1.0/gst/video/video-resampler.h
+include/gstreamer-1.0/gst/video/video-scaler.h
+include/gstreamer-1.0/gst/video/video-tile.h
+include/gstreamer-1.0/gst/video/video.h
+include/gstreamer-1.0/gst/video/videodirection.h
+include/gstreamer-1.0/gst/video/videoorientation.h
+include/gstreamer-1.0/gst/video/videooverlay.h
+lib/girepository-1.0/GstAllocators-1.0.typelib
+lib/girepository-1.0/GstApp-1.0.typelib
+lib/girepository-1.0/GstAudio-1.0.typelib
+lib/girepository-1.0/GstGL-1.0.typelib
+lib/girepository-1.0/GstGLEGL-1.0.typelib
+lib/girepository-1.0/GstGLWayland-1.0.typelib
+lib/girepository-1.0/GstGLX11-1.0.typelib
+lib/girepository-1.0/GstPbutils-1.0.typelib
+lib/girepository-1.0/GstRtp-1.0.typelib
+lib/girepository-1.0/GstRtsp-1.0.typelib
+lib/girepository-1.0/GstSdp-1.0.typelib
+lib/girepository-1.0/GstTag-1.0.typelib
+lib/girepository-1.0/GstVideo-1.0.typelib
+lib/gstreamer-1.0/include/gst/gl/gstglconfig.h
+lib/gstreamer-1.0/libgstadder.so
+lib/gstreamer-1.0/libgstapp.so
+lib/gstreamer-1.0/libgstaudioconvert.so
+lib/gstreamer-1.0/libgstaudiomixer.so
+lib/gstreamer-1.0/libgstaudiorate.so
+lib/gstreamer-1.0/libgstaudioresample.so
+lib/gstreamer-1.0/libgstaudiotestsrc.so
+lib/gstreamer-1.0/libgstcdparanoia.so
+lib/gstreamer-1.0/libgstcompositor.so
+lib/gstreamer-1.0/libgstencoding.so
+lib/gstreamer-1.0/libgstgio.so
+lib/gstreamer-1.0/libgstlibvisual.so
+lib/gstreamer-1.0/libgstogg.so
+lib/gstreamer-1.0/libgstopengl.so
+lib/gstreamer-1.0/libgstopus.so
+lib/gstreamer-1.0/libgstoverlaycomposition.so
+lib/gstreamer-1.0/libgstpango.so
+lib/gstreamer-1.0/libgstpbtypes.so
+lib/gstreamer-1.0/libgstplayback.so
+lib/gstreamer-1.0/libgstrawparse.so
+lib/gstreamer-1.0/libgstsubparse.so
+lib/gstreamer-1.0/libgsttcp.so
+lib/gstreamer-1.0/libgsttheora.so
+lib/gstreamer-1.0/libgsttypefindfunctions.so
+lib/gstreamer-1.0/libgstvideoconvert.so
+lib/gstreamer-1.0/libgstvideorate.so
+lib/gstreamer-1.0/libgstvideoscale.so
+lib/gstreamer-1.0/libgstvideotestsrc.so
+lib/gstreamer-1.0/libgstvolume.so
+lib/gstreamer-1.0/libgstvorbis.so
+lib/gstreamer-1.0/libgstximagesink.so
+lib/gstreamer-1.0/libgstxvimagesink.so
+lib/libgstallocators-1.0.so
+lib/libgstallocators-1.0.so.0
+lib/libgstallocators-1.0.so.0.1804.0
+lib/libgstapp-1.0.so
+lib/libgstapp-1.0.so.0
+lib/libgstapp-1.0.so.0.1804.0
+lib/libgstaudio-1.0.so
+lib/libgstaudio-1.0.so.0
+lib/libgstaudio-1.0.so.0.1804.0
+lib/libgstfft-1.0.so
+lib/libgstfft-1.0.so.0
+lib/libgstfft-1.0.so.0.1804.0
+lib/libgstgl-1.0.so
+lib/libgstgl-1.0.so.0
+lib/libgstgl-1.0.so.0.1804.0
+lib/libgstpbutils-1.0.so
+lib/libgstpbutils-1.0.so.0
+lib/libgstpbutils-1.0.so.0.1804.0
+lib/libgstriff-1.0.so
+lib/libgstriff-1.0.so.0
+lib/libgstriff-1.0.so.0.1804.0
+lib/libgstrtp-1.0.so
+lib/libgstrtp-1.0.so.0
+lib/libgstrtp-1.0.so.0.1804.0
+lib/libgstrtsp-1.0.so
+lib/libgstrtsp-1.0.so.0
+lib/libgstrtsp-1.0.so.0.1804.0
+lib/libgstsdp-1.0.so
+lib/libgstsdp-1.0.so.0
+lib/libgstsdp-1.0.so.0.1804.0
+lib/libgsttag-1.0.so
+lib/libgsttag-1.0.so.0
+lib/libgsttag-1.0.so.0.1804.0
+lib/libgstvideo-1.0.so
+lib/libgstvideo-1.0.so.0
+lib/libgstvideo-1.0.so.0.1804.0
+lib/pkgconfig/gstreamer-allocators-1.0.pc
+lib/pkgconfig/gstreamer-app-1.0.pc
+lib/pkgconfig/gstreamer-audio-1.0.pc
+lib/pkgconfig/gstreamer-fft-1.0.pc
+lib/pkgconfig/gstreamer-gl-1.0.pc
+lib/pkgconfig/gstreamer-gl-egl-1.0.pc
+lib/pkgconfig/gstreamer-gl-prototypes-1.0.pc
+lib/pkgconfig/gstreamer-gl-wayland-1.0.pc
+lib/pkgconfig/gstreamer-gl-x11-1.0.pc
+lib/pkgconfig/gstreamer-pbutils-1.0.pc
+lib/pkgconfig/gstreamer-plugins-base-1.0.pc
+lib/pkgconfig/gstreamer-riff-1.0.pc
+lib/pkgconfig/gstreamer-rtp-1.0.pc
+lib/pkgconfig/gstreamer-rtsp-1.0.pc
+lib/pkgconfig/gstreamer-sdp-1.0.pc
+lib/pkgconfig/gstreamer-tag-1.0.pc
+lib/pkgconfig/gstreamer-video-1.0.pc
+man/man1/gst-device-monitor-1.0.1
+man/man1/gst-discoverer-1.0.1
+man/man1/gst-play-1.0.1
+share/gir-1.0/GstAllocators-1.0.gir
+share/gir-1.0/GstApp-1.0.gir
+share/gir-1.0/GstAudio-1.0.gir
+share/gir-1.0/GstGL-1.0.gir
+share/gir-1.0/GstGLEGL-1.0.gir
+share/gir-1.0/GstGLWayland-1.0.gir
+share/gir-1.0/GstGLX11-1.0.gir
+share/gir-1.0/GstPbutils-1.0.gir
+share/gir-1.0/GstRtp-1.0.gir
+share/gir-1.0/GstRtsp-1.0.gir
+share/gir-1.0/GstSdp-1.0.gir
+share/gir-1.0/GstTag-1.0.gir
+share/gir-1.0/GstVideo-1.0.gir
+share/gst-plugins-base/1.0/license-translations.dict
+share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo
diff --git a/gst-plugins1-base/buildlink3.mk b/gst-plugins1-base/buildlink3.mk
new file mode 100644
index 0000000000..642d91522f
--- /dev/null
+++ b/gst-plugins1-base/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.2 2020/03/08 16:47:58 wiz Exp $
+
+BUILDLINK_TREE+=	gst-plugins1-base
+
+.if !defined(GST_PLUGINS1_BASE_BUILDLINK3_MK)
+GST_PLUGINS1_BASE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gst-plugins1-base+=	gst-plugins1-base>=1.0.0
+BUILDLINK_ABI_DEPENDS.gst-plugins1-base+=	gst-plugins1-base>=1.16.2nb1
+BUILDLINK_PKGSRCDIR.gst-plugins1-base?=		../../multimedia/gst-plugins1-base
+
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../devel/orc/buildlink3.mk"
+.endif # GST_PLUGINS1_BASE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-gst-plugins1-base
diff --git a/gst-plugins1-base/distinfo b/gst-plugins1-base/distinfo
new file mode 100644
index 0000000000..f28fdb27a9
--- /dev/null
+++ b/gst-plugins1-base/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.39 2020/07/16 11:27:25 markd Exp $
+
+SHA1 (gst-plugins-base-1.18.4.tar.xz) = 879dc96692609ac079cd9d05b359882fb9cf7108
+RMD160 (gst-plugins-base-1.18.4.tar.xz) = 9bb4f0f341b3167facc04307149a259d108f2c77
+SHA512 (gst-plugins-base-1.18.4.tar.xz) = c750d68404462807ff03f441e232c4d98752a9bceeec3038fb37a105942f25499bde0660ca688b6f3204c58eb6a2e3f33671e979018c8bd829e7591455961a6a
+Size (gst-plugins-base-1.18.4.tar.xz) = 3169512 bytes
+SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = d0ad106ec228312e462954ac4b107cb7bcf20b57
diff --git a/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h b/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h
new file mode 100644
index 0000000000..10a79e9738
--- /dev/null
+++ b/gst-plugins1-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc.h
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- ext/cdparanoia/gstcdparanoiasrc.h.orig	2021-03-15 17:48:01.219277600 +0000
++++ ext/cdparanoia/gstcdparanoiasrc.h
+@@ -34,8 +34,8 @@ static const char GST_PLUGINS_BASE_VERSI
+   #include <cdda/cdda_interface.h>
+   #include <cdda/cdda_paranoia.h>
+ #else
+-  #include <cdda_interface.h>
+-  #include <cdda_paranoia.h>
++  #include <cdparanoia/cdda_interface.h>
++  #include <cdparanoia/cdda_paranoia.h>
+ #endif
+ 
+ #define GST_TYPE_CD_PARANOIA_SRC            (gst_cd_paranoia_src_get_type())
diff --git a/gstreamer1/Makefile b/gstreamer1/Makefile
index 2824ac6f83..b8d6ab1d29 100644
--- a/gstreamer1/Makefile
+++ b/gstreamer1/Makefile
@@ -35,6 +35,10 @@ REPLACE_PYTHON+=	output/gst/parse/gen_lex.py
 REPLACE_PYTHON+=	output/gst/parse/gen_grammar.py
 REPLACE_PYTHON+=	output/docs/gst-plugins-doc-cache-generator
 
+#Library gmp found: NO
+#Library gsl found: NO
+#Library gslcblas found: NO
+
 .include "../../lang/python/application.mk"
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
diff --git a/gstreamer1/buildlink3.mk b/gstreamer1/buildlink3.mk
index a49ef5f50c..bb87c99679 100644
--- a/gstreamer1/buildlink3.mk
+++ b/gstreamer1/buildlink3.mk
@@ -5,8 +5,7 @@ BUILDLINK_TREE+=	gstreamer1
 .if !defined(GSTREAMER1_BUILDLINK3_MK)
 GSTREAMER1_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.gstreamer1+=	gstreamer1>=1.0.0
-BUILDLINK_ABI_DEPENDS.gstreamer1+=	gstreamer1>=1.18.1
+BUILDLINK_API_DEPENDS.gstreamer1+=	gstreamer1>=1.18.4
 BUILDLINK_PKGSRCDIR.gstreamer1?=	../../wip/gstreamer1
 
 pkgbase := gstreamer1


Home | Main Index | Thread Index | Old Index