Date: Thu, 25 Nov 2021 01:50:55 GMT From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e6d691fbfc0e - main - audio/pulseaudio-module-xrdp: Update to 0.6 Message-ID: <202111250150.1AP1otCh078560@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6d691fbfc0e56de79137f5de4008faa99a27356 commit e6d691fbfc0e56de79137f5de4008faa99a27356 Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2021-11-19 07:43:36 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2021-11-25 01:50:27 +0000 audio/pulseaudio-module-xrdp: Update to 0.6 Changes: https://github.com/neutrinolabs/pulseaudio-module-xrdp/releases/tag/v0.6 Sponsored by: HAW International --- audio/pulseaudio-module-xrdp/Makefile | 11 +++++++---- audio/pulseaudio-module-xrdp/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/audio/pulseaudio-module-xrdp/Makefile b/audio/pulseaudio-module-xrdp/Makefile index 64ab70e2f506..4a61efd481e3 100644 --- a/audio/pulseaudio-module-xrdp/Makefile +++ b/audio/pulseaudio-module-xrdp/Makefile @@ -1,7 +1,6 @@ PORTNAME= pulseaudio-module-xrdp DISTVERSIONPREFIX= v -DISTVERSION= 0.5 -PORTREVISION= 1 +DISTVERSION= 0.6 CATEGORIES= audio DIST_SUBDIR= xrdp @@ -23,9 +22,13 @@ GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs PLIST_FILES= `${PULSE_MODDIR}`/module-xrdp-sink.so \ - `${PULSE_MODDIR}`/module-xrdp-source.so + `${PULSE_MODDIR}`/module-xrdp-source.so \ + etc/xdg/autostart/pulseaudio-xrdp.desktop \ + libexec/pulseaudio-module-xrdp/load_pa_modules.sh -CONFIGURE_ARGS= PULSE_DIR=${WRKDIR}/pulseaudio-`${PULSE_VERSION}` + +CONFIGURE_ARGS= PULSE_DIR=${WRKDIR}/pulseaudio-`${PULSE_VERSION}` \ + --with-xdgautostart-dir=${PREFIX}/etc/xdg/autostart PULSE_VERSION= pkg-config --modversion libpulse PULSE_MODDIR= pkg-config --variable=modlibexecdir libpulse diff --git a/audio/pulseaudio-module-xrdp/distinfo b/audio/pulseaudio-module-xrdp/distinfo index 1088232b351c..1b5df971541d 100644 --- a/audio/pulseaudio-module-xrdp/distinfo +++ b/audio/pulseaudio-module-xrdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609991594 -SHA256 (xrdp/neutrinolabs-pulseaudio-module-xrdp-v0.5_GH0.tar.gz) = 2fdda7b21293941dd671ee2a3557b904e3137eec062f4655a247fe60a4f7b0d1 -SIZE (xrdp/neutrinolabs-pulseaudio-module-xrdp-v0.5_GH0.tar.gz) = 19898 +TIMESTAMP = 1637301343 +SHA256 (xrdp/neutrinolabs-pulseaudio-module-xrdp-v0.6_GH0.tar.gz) = ed529ec30e8817caab3be9ff21a3962fde14b5acb34b1562797d1747c0a22b6f +SIZE (xrdp/neutrinolabs-pulseaudio-module-xrdp-v0.6_GH0.tar.gz) = 24100
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111250150.1AP1otCh078560>