pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gst-plugins1-sndio



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Dec 14 18:16:47 UTC 2025

Added Files:
        pkgsrc/audio/gst-plugins1-sndio: DESCR Makefile PLIST distinfo

Log Message:
audio/gst-plugins1-sndio: import sndio plugin for gstreamer

The GStreamer sndio plugin allows applications that use GStreamer to
play and record to/from an sndio server.
It is directly derived from the patchset found in OpenBSD port:
multimedia/gstreamer1/plugins-base


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/gst-plugins1-sndio/DESCR \
    pkgsrc/audio/gst-plugins1-sndio/Makefile \
    pkgsrc/audio/gst-plugins1-sndio/PLIST \
    pkgsrc/audio/gst-plugins1-sndio/distinfo

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

Added files:

Index: pkgsrc/audio/gst-plugins1-sndio/DESCR
diff -u /dev/null pkgsrc/audio/gst-plugins1-sndio/DESCR:1.1
--- /dev/null   Sun Dec 14 18:16:47 2025
+++ pkgsrc/audio/gst-plugins1-sndio/DESCR       Sun Dec 14 18:16:47 2025
@@ -0,0 +1,4 @@
+The GStreamer sndio plugin allows applications that use GStreamer to
+play and record to/from an sndio server.
+It is directly derived from the patchset found in OpenBSD port:
+multimedia/gstreamer1/plugins-base
Index: pkgsrc/audio/gst-plugins1-sndio/Makefile
diff -u /dev/null pkgsrc/audio/gst-plugins1-sndio/Makefile:1.1
--- /dev/null   Sun Dec 14 18:16:47 2025
+++ pkgsrc/audio/gst-plugins1-sndio/Makefile    Sun Dec 14 18:16:47 2025
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2025/12/14 18:16:47 vins Exp $
+
+DISTNAME=      gstreamer1-plugins-sndio-1.24.0
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=BSDKaffee/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/BSDKaffee/gstreamer1-plugins-sndio/
+COMMENT=       Sndio audio sink and source for GStreamer
+LICENSE=       isc
+
+USE_TOOLS+=    pkg-config
+
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection=      build
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../audio/sndio/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/gst-plugins1-sndio/PLIST
diff -u /dev/null pkgsrc/audio/gst-plugins1-sndio/PLIST:1.1
--- /dev/null   Sun Dec 14 18:16:47 2025
+++ pkgsrc/audio/gst-plugins1-sndio/PLIST       Sun Dec 14 18:16:47 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/12/14 18:16:47 vins Exp $
+lib/gstreamer-1.0/libgstsndio.so
Index: pkgsrc/audio/gst-plugins1-sndio/distinfo
diff -u /dev/null pkgsrc/audio/gst-plugins1-sndio/distinfo:1.1
--- /dev/null   Sun Dec 14 18:16:47 2025
+++ pkgsrc/audio/gst-plugins1-sndio/distinfo    Sun Dec 14 18:16:47 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/12/14 18:16:47 vins Exp $
+
+BLAKE2s (gstreamer1-plugins-sndio-1.24.0.tar.gz) = ff2d540ee5f0728032ea5a7f4c185e4af153cca4f0d796bf19699738ce0c291c
+SHA512 (gstreamer1-plugins-sndio-1.24.0.tar.gz) = 5587db1f32b590f047cfac4382579c8088f5f927a314d76d798a78e9d9880fca172d29c6433c5c395921622d31e8aa22b8006090705ebe6a2755df49e253c133
+Size (gstreamer1-plugins-sndio-1.24.0.tar.gz) = 7584 bytes



Home | Main Index | Thread Index | Old Index