From owner-svn-ports-head@freebsd.org Thu Aug 18 20:14:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8FCABBE9FA; Thu, 18 Aug 2016 20:14:56 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80BA31E81; Thu, 18 Aug 2016 20:14:56 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7IKEtpq041887; Thu, 18 Aug 2016 20:14:55 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7IKEtKL041882; Thu, 18 Aug 2016 20:14:55 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608182014.u7IKEtKL041882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 18 Aug 2016 20:14:55 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2016 20:14:56 -0000 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 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 +# $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 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