From owner-svn-ports-head@freebsd.org Wed Sep 6 18:34:04 2017 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 D25D7E10583; Wed, 6 Sep 2017 18:34:04 +0000 (UTC) (envelope-from tobik@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 68E978317B; Wed, 6 Sep 2017 18:34:04 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v86IY3ro089486; Wed, 6 Sep 2017 18:34:03 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v86IY3fh089483; Wed, 6 Sep 2017 18:34:03 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201709061834.v86IY3fh089483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Sep 2017 18:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449353 - in head/audio/pulseaudio-module-sndio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/audio/pulseaudio-module-sndio: . files X-SVN-Commit-Revision: 449353 X-SVN-Commit-Repository: ports 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.23 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: Wed, 06 Sep 2017 18:34:05 -0000 Author: tobik Date: Wed Sep 6 18:34:03 2017 New Revision: 449353 URL: https://svnweb.freebsd.org/changeset/ports/449353 Log: audio/pulseaudio-module-sndio: Update to 10.99.1 - Fix runtime with PulseAudio versions >= 10.99.1 - Trim pkg-message MFH: 2017Q3 Added: head/audio/pulseaudio-module-sndio/files/ head/audio/pulseaudio-module-sndio/files/pkg-message.in - copied, changed from r449352, head/audio/pulseaudio-module-sndio/pkg-message Deleted: head/audio/pulseaudio-module-sndio/pkg-message Modified: head/audio/pulseaudio-module-sndio/Makefile head/audio/pulseaudio-module-sndio/distinfo Modified: head/audio/pulseaudio-module-sndio/Makefile ============================================================================== --- head/audio/pulseaudio-module-sndio/Makefile Wed Sep 6 18:28:20 2017 (r449352) +++ head/audio/pulseaudio-module-sndio/Makefile Wed Sep 6 18:34:03 2017 (r449353) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pulseaudio-module-sndio -PORTVERSION= 9.0 -PORTREVISION= 1 +DISTVERSION= 10.99.1 CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org @@ -19,9 +18,8 @@ USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 -MAKE_ARGS= STAGEDIR="${STAGEDIR}" - PULSE_MODDIR= `pkg-config --variable=modlibexecdir libpulse` PLIST_FILES= ${PULSE_MODDIR}/module-sndio.so +SUB_FILES= pkg-message .include Modified: head/audio/pulseaudio-module-sndio/distinfo ============================================================================== --- head/audio/pulseaudio-module-sndio/distinfo Wed Sep 6 18:28:20 2017 (r449352) +++ head/audio/pulseaudio-module-sndio/distinfo Wed Sep 6 18:34:03 2017 (r449353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477495195 -SHA256 (t6-pulseaudio-module-sndio-9.0_GH0.tar.gz) = 39aad04590ea3f4e48239a5497b964491c2e96b6e2855f365e582ba3130875b0 -SIZE (t6-pulseaudio-module-sndio-9.0_GH0.tar.gz) = 90797 +TIMESTAMP = 1504721015 +SHA256 (t6-pulseaudio-module-sndio-10.99.1_GH0.tar.gz) = b4756d9ddc183fa785f9b96b77b20f076f466cbc9c8506c7af95621e755e52f4 +SIZE (t6-pulseaudio-module-sndio-10.99.1_GH0.tar.gz) = 93067 Copied and modified: head/audio/pulseaudio-module-sndio/files/pkg-message.in (from r449352, head/audio/pulseaudio-module-sndio/pkg-message) ============================================================================== --- head/audio/pulseaudio-module-sndio/pkg-message Wed Sep 6 18:28:20 2017 (r449352, copy source) +++ head/audio/pulseaudio-module-sndio/files/pkg-message.in Wed Sep 6 18:34:03 2017 (r449353) @@ -1,9 +1,3 @@ -To use the sndio PulseAudio module load it with +The sndio module can be loaded via %%LOCALBASE%%/etc/pulse/default.pa: - 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 + load-module module-sndio device=snd/0