Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 20:14:55 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420421 - in head/audio: . pulseaudio-module-sndio
Message-ID:  <201608182014.u7IKEtKL041882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Aug 18 20:14:55 2016
New Revision: 420421
URL: https://svnweb.freebsd.org/changeset/ports/420421

Log:
  A module for PulseAudio to support playing to sndio servers.
  
  WWW: https://github.com/t6/pulseaudio-module-sndio/
  
  PR:		211670
  Submitted by:	Tobias Kortkamp <t@tobik.me>

Added:
  head/audio/pulseaudio-module-sndio/
  head/audio/pulseaudio-module-sndio/Makefile   (contents, props changed)
  head/audio/pulseaudio-module-sndio/distinfo   (contents, props changed)
  head/audio/pulseaudio-module-sndio/pkg-descr   (contents, props changed)
  head/audio/pulseaudio-module-sndio/pkg-message   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Aug 18 19:58:25 2016	(r420420)
+++ head/audio/Makefile	Thu Aug 18 20:14:55 2016	(r420421)
@@ -610,6 +610,7 @@
     SUBDIR += pragha
     SUBDIR += puddletag
     SUBDIR += pulseaudio
+    SUBDIR += pulseaudio-module-sndio
     SUBDIR += py-al
     SUBDIR += py-ao
     SUBDIR += py-apetag

Added: head/audio/pulseaudio-module-sndio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/pulseaudio-module-sndio/Makefile	Thu Aug 18 20:14:55 2016	(r420421)
@@ -0,0 +1,30 @@
+# Created by: Tobias Kortkamp <t@tobik.me>
+# $FreeBSD$
+
+PORTNAME=	pulseaudio-module-sndio
+PORTVERSION=	8.0
+CATEGORIES=	audio
+
+MAINTAINER=	t@tobik.me
+COMMENT=	Sndio module for PulseAudio
+
+LICENSE=	ISCL
+
+LIB_DEPENDS+=	libsndio.so:audio/sndio \
+		libpulse.so:audio/pulseaudio
+
+USES=		pkgconfig
+
+PULSE_VERSION?=	${PORTVERSION}
+PULSE_MODDIR=	${LOCALBASE}/lib/pulse-${PULSE_VERSION}/modules
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	t6
+
+MAKE_ARGS=	PULSE_VERSION="${PULSE_VERSION}" \
+		PULSE_MODDIR="${PULSE_MODDIR}" \
+		STAGEDIR="${STAGEDIR}"
+
+PLIST_FILES=	${PULSE_MODDIR}/module-sndio.so
+
+.include <bsd.port.mk>

Added: head/audio/pulseaudio-module-sndio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/pulseaudio-module-sndio/distinfo	Thu Aug 18 20:14:55 2016	(r420421)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470670520
+SHA256 (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = eae7dce7220af6a508a42fcfe22d365c495e9dd2ab4d2eb1dae4c0bef0f9581a
+SIZE (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = 92204

Added: head/audio/pulseaudio-module-sndio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/pulseaudio-module-sndio/pkg-descr	Thu Aug 18 20:14:55 2016	(r420421)
@@ -0,0 +1,3 @@
+A module for PulseAudio to support playing to sndio servers.
+
+WWW: https://github.com/t6/pulseaudio-module-sndio/

Added: head/audio/pulseaudio-module-sndio/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/pulseaudio-module-sndio/pkg-message	Thu Aug 18 20:14:55 2016	(r420421)
@@ -0,0 +1,9 @@
+To use the sndio PulseAudio module load it with
+
+    pacmd load-module module-sndio
+
+You can use audio/pavucontrol or pacmd to switch a specific stream
+over to use it.  Unloading the OSS module will send all streams over
+sndio:
+
+    pacmd unload-module module-oss



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608182014.u7IKEtKL041882>