pkgsrc-WIP-changes archive

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

pipewire: start package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Jun 11 09:35:25 2024 +0200
Changeset:	f5627089f43079ee0fc4a4bab0bb049e6ba67742

Modified Files:
	Makefile
Added Files:
	pipewire/DESCR
	pipewire/Makefile
	pipewire/PLIST
	pipewire/TODO
	pipewire/distinfo

Log Message:
pipewire: start package

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

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

diffstat:
 Makefile          |  1 +
 pipewire/DESCR    | 23 +++++++++++++++++++++++
 pipewire/Makefile | 19 +++++++++++++++++++
 pipewire/PLIST    |  4 ++++
 pipewire/TODO     | 14 ++++++++++++++
 pipewire/distinfo |  5 +++++
 6 files changed, 66 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index bb9d861ede..11d102d60d 100644
--- a/Makefile
+++ b/Makefile
@@ -3117,6 +3117,7 @@ SUBDIR+=	pint
 SUBDIR+=	pioneer
 SUBDIR+=	pipe-viewer
 SUBDIR+=	pipes-c
+SUBDIR+=	pipewire
 SUBDIR+=	piranha
 SUBDIR+=	piwik
 SUBDIR+=	pizza
diff --git a/pipewire/DESCR b/pipewire/DESCR
new file mode 100644
index 0000000000..cbc9031662
--- /dev/null
+++ b/pipewire/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# PipeWire
+
+[PipeWire](https://pipewire.org) is a server and user space API to
+deal with multimedia pipelines. This includes:
+
+  - Making available sources of video (such as from a capture devices or
+    application provided streams) and multiplexing this with
+    clients.
+  - Accessing sources of video for consumption.
+  - Generating graphs for audio and video processing.
+
+Nodes in the graph can be implemented as separate processes,
+communicating with sockets and exchanging multimedia content using fd
+passing.
+
+## Building and installation
+
+The preferred way to install PipeWire is to install it with your
+distribution package system. This ensures PipeWire is integrated
+into the rest of your system for the best experience.
+...
diff --git a/pipewire/Makefile b/pipewire/Makefile
new file mode 100644
index 0000000000..9cf1716138
--- /dev/null
+++ b/pipewire/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	pipewire-1.0.7
+CATEGORIES=	audio
+MASTER_SITES=	https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${PKGVERSION_NOREV}/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.pipewire.org/
+COMMENT=	Low-latency, graph-based audio processing engine
+#LICENSE=	# TODO: (see mk/license.mk)
+
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pipewire/PLIST b/pipewire/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/pipewire/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/pipewire/TODO b/pipewire/TODO
new file mode 100644
index 0000000000..f6a9939bc2
--- /dev/null
+++ b/pipewire/TODO
@@ -0,0 +1,14 @@
+meson configuration stops with
+
+src/daemon/meson.build:37:12: ERROR: Automatic wrap-based subproject downloading is disabled
+
+There are four subprojects defined:
+
+# cd ${WRKSRC}
+# ls -1 subprojects
+libcamera.wrap
+media-session.wrap
+webrtc-audio-processing.wrap
+wireplumber.wrap
+
+Investigate if we need to download these or can disable them.
diff --git a/pipewire/distinfo b/pipewire/distinfo
new file mode 100644
index 0000000000..47be908e99
--- /dev/null
+++ b/pipewire/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pipewire-1.0.7.tar.bz2) = 8dc3f24e2ce5ba87546bf1fbca3b6acf2cbd841b9be0f04de9acf56c1ecd8ea8
+SHA512 (pipewire-1.0.7.tar.bz2) = 3fb46376cdf061b3ea7be55249399d0036c2728bb4deeb6f5c6d708141234e75f563e6a3dc749fbd40dadba72ad2db5fda358b368a480479157731cc67f3303d
+Size (pipewire-1.0.7.tar.bz2) = 1698775 bytes


Home | Main Index | Thread Index | Old Index