Index: head/audio/pulseaudio/Makefile =================================================================== --- head/audio/pulseaudio/Makefile (revision 484514) +++ head/audio/pulseaudio/Makefile (revision 484515) @@ -1,119 +1,124 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps of depending ports. PORTNAME= pulseaudio -PORTVERSION= 11.1 -PORTREVISION= 2 +PORTVERSION= 12.2 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Sound server for UNIX LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libdbus-1.so:devel/dbus \ libltdl.so:devel/libltdl \ libck-connector.so:sysutils/consolekit2 +USES= compiler:c11 cpe gettext gmake gnome iconv libtool \ + pathfix pkgconfig python:run shebangfix ssl tar:xz + USE_GNOME= glib20 intltool USE_XORG= ice sm x11 xcb xtst USE_LDCONFIG= yes -USES= compiler:c11 cpe gettext gmake gnome iconv libtool \ - pathfix pkgconfig python:run shebangfix ssl tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ LIBS="-lm -lintl" \ ac_cv_header_linux_input_h="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip SHEBANG_FILES= shell-completion/bash/pulseaudio \ src/utils/qpaeq bash_CMD= ${SETENV} bash SUB_FILES= pkg-message CONFIGURE_ARGS= --localstatedir=/var \ --without-caps \ --disable-udev \ --disable-gtk3 \ --disable-systemd-daemon \ --disable-systemd-journal \ --disable-systemd-login \ --disable-neon-opt \ --disable-lirc # untested USERS= pulse GROUPS= pulse pulse-access pulse-rt OPTIONS_SUB= yes -OPTIONS_DEFINE= AVAHI GCONF SIMD +OPTIONS_DEFINE= AVAHI GCONF GSETTINGS SIMD OPTIONS_DEFAULT=AVAHI SIMD SIMPLE SOXR SPEEX WEBRTC_AEC AVAHI_CONFIGURE_ENABLE= avahi AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app GCONF_CONFIGURE_ENABLE= gconf GCONF_USE= GNOME=gconf2 +GSETTINGS_DESC= GSettings configuration backend support +GSETTINGS_CONFIGURE_ENABLE= gsettings SIMD_CONFIGURE_ENABLE= orc SIMD_LIB_DEPENDS= liborc-0.4.so:devel/orc OPTIONS_GROUP= AUDIO COMPLETIONS OPTIONS_GROUP_AUDIO= ALSA JACK SOXR SPEEX WEBRTC_AEC OPTIONS_GROUP_COMPLETIONS= BASH ZSH AUDIO_DESC= Audio support COMPLETIONS_DESC= Programmable completions ALSA_CONFIGURE_ENABLE= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib JACK_CONFIGURE_ENABLE= jack JACK_LIB_DEPENDS= libjack.so:audio/jack SOXR_CONFIGURE_WITH= soxr SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr SPEEX_DESC= Speex resampler and AEC support SPEEX_CONFIGURE_WITH= speex SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp WEBRTC_AEC_DESC= WebRTC-based echo canceller WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing WEBRTC_AEC_CONFIGURE_ENABLE= webrtc-aec ZSH_CONFIGURE_OFF= --without-zsh-completion-dir OPTIONS_SINGLE= DATABASE OPTIONS_SINGLE_DATABASE= TDB GDBM SIMPLE DATABASE_DESC= Database support GDBM_DESC= GNU database manager support GDBM_CONFIGURE_ON= --with-database=gdbm GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm SIMPLE_DESC= Simple database support SIMPLE_CONFIGURE_ON= --with-database=simple TDB_DESC= Trivial database support TDB_CONFIGURE_ON= --with-database=tdb TDB_LIB_DEPENDS= libtdb.so:databases/tdb PULSE_VERSION= ${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ ${WRKSRC}/src/daemon/default.pa.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pulse .for ii in default.pa daemon.conf client.conf system.pa ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ ${STAGEDIR}${PREFIX}/etc/pulse/${ii}.sample .endfor +# Delete ${STAGEDIR}${PREFIX}/libexec/pulse directory, if it's empty + @(cd ${STAGEDIR}${PREFIX}/libexec && \ + ${FIND} * -maxdepth 0 -type d -empty -name pulse -delete) post-install-BASH-off: @${RM} -r ${STAGEDIR}${PREFIX}/share/bash-completion .include Index: head/audio/pulseaudio/distinfo =================================================================== --- head/audio/pulseaudio/distinfo (revision 484514) +++ head/audio/pulseaudio/distinfo (revision 484515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505745938 -SHA256 (pulseaudio-11.1.tar.xz) = f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e -SIZE (pulseaudio-11.1.tar.xz) = 1648924 +TIMESTAMP = 1531753054 +SHA256 (pulseaudio-12.2.tar.xz) = 809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055 +SIZE (pulseaudio-12.2.tar.xz) = 1665092 Index: head/audio/pulseaudio/files/patch-src_Makefile.in =================================================================== --- head/audio/pulseaudio/files/patch-src_Makefile.in (revision 484514) +++ head/audio/pulseaudio/files/patch-src_Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2017-09-05 09:14:12 UTC -+++ src/Makefile.in -@@ -11203,7 +11203,7 @@ info-am: - - install-data-am: install-commonlibLTLIBRARIES install-dbuspolicyDATA \ - install-dist_alsapathsDATA install-dist_alsaprofilesetsDATA \ -- install-dist_udevrulesDATA install-padsplibLTLIBRARIES \ -+ install-padsplibLTLIBRARIES \ - install-pulseconfDATA install-pulseincludeHEADERS \ - install-systemduserunitDATA install-xdgautostartDATA - Property changes on: head/audio/pulseaudio/files/patch-src_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/pulseaudio/files/patch-src_modules_module-detect.c =================================================================== --- head/audio/pulseaudio/files/patch-src_modules_module-detect.c (revision 484514) +++ head/audio/pulseaudio/files/patch-src_modules_module-detect.c (revision 484515) @@ -1,47 +1,45 @@ ---- src/modules/module-detect.c.orig 2017-09-03 11:41:12 UTC +--- src/modules/module-detect.c.orig 2018-05-11 11:43:30 UTC +++ src/modules/module-detect.c -@@ -160,11 +160,41 @@ static int detect_oss(pa_core *c, int ju +@@ -160,11 +160,40 @@ static int detect_oss(pa_core *c, int ju continue; } else if (sscanf(line, "pcm%u: ", &device) == 1) { - /* FreeBSD support, the devices are named /dev/dsp0.0, dsp0.1 and so on */ - pa_snprintf(args, sizeof(args), "device=/dev/dsp%u.0", device); + pa_snprintf(args, sizeof(args), "device=/dev/dsp%u", device); -+ pa_module *m = pa_module_load(c, "module-oss", args); -- if (!pa_module_load(c, "module-oss", args)) -+ if (!m) -+ continue; + if (pa_module_load(&m, c, "module-oss", args) < 0) + continue; + + if (!pa_endswith(line, "default")) - continue; ++ continue; + + const char *p = strrchr(line, '('); + + if (!p) + continue; + + if (!c->configured_default_sink && (strstr(p, "play") || (strstr(p, "p:") && !strstr(p, "(0p:")))) { + uint32_t idx = PA_IDXSET_INVALID; + pa_sink *s; + PA_IDXSET_FOREACH(s, c->sinks, idx) { + if (s->module == m) { + pa_core_set_configured_default_sink(c, s->name); + break; + } + } + } + + if (!c->configured_default_source && (strstr(p, "rec") || (strstr(p, "r:") && !strstr(p, "/0r:")))) { + uint32_t idx = PA_IDXSET_INVALID; + pa_source *s; + PA_IDXSET_FOREACH(s, c->sources, idx) { + if (s->module == m) { + pa_core_set_configured_default_source(c, s->name); + break; + } + } + } } n++; Index: head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c =================================================================== --- head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c (revision 484514) +++ head/audio/pulseaudio/files/patch-src_modules_oss_module-oss.c (revision 484515) @@ -1,17 +1,17 @@ ---- src/modules/oss/module-oss.c.orig 2015-09-10 04:51:41 UTC +--- src/modules/oss/module-oss.c.orig 2018-05-07 14:30:52 UTC +++ src/modules/oss/module-oss.c -@@ -1227,10 +1227,14 @@ int pa__init(pa_module*m) { +@@ -1235,10 +1235,14 @@ int pa__init(pa_module*m) { use_mmap = false; } +#ifndef __FreeBSD__ +/* Disable mmap. The OSS on FreeBSD doesn't support read & write on + the same socket */ if (use_mmap && mode == O_WRONLY) { pa_log_info("Device opened for playback only, cannot do memory mapping, falling back to UNIX write() mode."); use_mmap = false; } +#endif if (pa_oss_get_hw_description(dev, hwdesc, sizeof(hwdesc)) >= 0) pa_log_info("Hardware name is '%s'.", hwdesc); Index: head/audio/pulseaudio/files/patch-src_utils_padsp.c =================================================================== --- head/audio/pulseaudio/files/patch-src_utils_padsp.c (nonexistent) +++ head/audio/pulseaudio/files/patch-src_utils_padsp.c (revision 484515) @@ -0,0 +1,14 @@ +# Revert some changes after following commit: +# https://github.com/pulseaudio/pulseaudio/commit/66885ad633db0f371693475c72133e91f1e09ee5 + +--- src/utils/padsp.c.orig 2018-05-11 11:43:31 UTC ++++ src/utils/padsp.c +@@ -2394,7 +2394,7 @@ fail: + return ret; + } + +-#ifndef __GLIBC__ ++#ifdef sun + int ioctl(int fd, int request, ...) { + #else + int ioctl(int fd, unsigned long request, ...) { Property changes on: head/audio/pulseaudio/files/patch-src_utils_padsp.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/pulseaudio/pkg-plist =================================================================== --- head/audio/pulseaudio/pkg-plist (revision 484514) +++ head/audio/pulseaudio/pkg-plist (revision 484515) @@ -1,284 +1,295 @@ bin/esdcompat bin/pacat bin/pacmd bin/pactl bin/padsp bin/pamon bin/paplay bin/parec bin/parecord bin/pasuspender bin/pax11publish bin/pulseaudio bin/qpaeq bin/start-pulseaudio-x11 %%BASH%%share/bash-completion/completions/pacat %%BASH%%share/bash-completion/completions/pacmd %%BASH%%share/bash-completion/completions/pactl %%BASH%%share/bash-completion/completions/padsp %%BASH%%share/bash-completion/completions/paplay %%BASH%%share/bash-completion/completions/parec %%BASH%%share/bash-completion/completions/parecord %%BASH%%share/bash-completion/completions/pasuspender %%BASH%%share/bash-completion/completions/pulseaudio etc/dbus-1/system.d/pulseaudio-system.conf @sample etc/pulse/client.conf.sample @sample etc/pulse/daemon.conf.sample @sample etc/pulse/default.pa.sample @sample etc/pulse/system.pa.sample etc/xdg/autostart/pulseaudio.desktop include/pulse/cdecl.h include/pulse/channelmap.h include/pulse/context.h include/pulse/def.h include/pulse/direction.h include/pulse/error.h include/pulse/ext-device-manager.h include/pulse/ext-device-restore.h include/pulse/ext-stream-restore.h include/pulse/format.h include/pulse/gccmacro.h include/pulse/glib-mainloop.h include/pulse/introspect.h include/pulse/mainloop-api.h include/pulse/mainloop-signal.h include/pulse/mainloop.h include/pulse/operation.h include/pulse/proplist.h include/pulse/pulseaudio.h include/pulse/rtclock.h include/pulse/sample.h include/pulse/scache.h include/pulse/simple.h include/pulse/stream.h include/pulse/subscribe.h include/pulse/thread-mainloop.h include/pulse/timeval.h include/pulse/utf8.h include/pulse/util.h include/pulse/version.h include/pulse/volume.h include/pulse/xmalloc.h lib/cmake/PulseAudio/PulseAudioConfig.cmake lib/cmake/PulseAudio/PulseAudioConfigVersion.cmake lib/libpulse-mainloop-glib.so lib/libpulse-mainloop-glib.so.0 lib/libpulse-mainloop-glib.so.0.0.5 lib/libpulse-simple.so lib/libpulse-simple.so.0 lib/libpulse-simple.so.0.1.1 lib/libpulse.so lib/libpulse.so.0 -lib/libpulse.so.0.20.2 +lib/libpulse.so.0.20.3 %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so lib/pulse-%%PULSE_VERSION%%/modules/module-allow-passthrough.so lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so %%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/libalsa-util.so lib/pulse-%%PULSE_VERSION%%/modules/libcli.so lib/pulse-%%PULSE_VERSION%%/modules/liboss-util.so lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-cli.so lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-esound.so lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-http.so lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-native.so lib/pulse-%%PULSE_VERSION%%/modules/libprotocol-simple.so lib/pulse-%%PULSE_VERSION%%/modules/libraop.so lib/pulse-%%PULSE_VERSION%%/modules/librtp.so %%WEBRTC_AEC%%lib/pulse-%%PULSE_VERSION%%/modules/libwebrtc-util.so %%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-card.so %%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-sink.so %%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-always-sink.so +lib/pulse-%%PULSE_VERSION%%/modules/module-always-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-augment-properties.so lib/pulse-%%PULSE_VERSION%%/modules/module-card-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-cli-protocol-tcp.so lib/pulse-%%PULSE_VERSION%%/modules/module-cli-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-cli.so lib/pulse-%%PULSE_VERSION%%/modules/module-combine.so lib/pulse-%%PULSE_VERSION%%/modules/module-combine-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-console-kit.so lib/pulse-%%PULSE_VERSION%%/modules/module-dbus-protocol.so lib/pulse-%%PULSE_VERSION%%/modules/module-default-device-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-detect.so lib/pulse-%%PULSE_VERSION%%/modules/module-device-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-echo-cancel.so lib/pulse-%%PULSE_VERSION%%/modules/module-equalizer-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnpid.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-tcp.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-filter-apply.so lib/pulse-%%PULSE_VERSION%%/modules/module-filter-heuristics.so %%GCONF%%lib/pulse-%%PULSE_VERSION%%/modules/module-gconf.so +%%GSETTINGS%%lib/pulse-%%PULSE_VERSION%%/modules/module-gsettings.so lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-tcp.so lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-intended-roles.so %%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jackdbus-detect.so %%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-sink.so %%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-ladspa-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-loopback.so lib/pulse-%%PULSE_VERSION%%/modules/module-match.so lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-fd.so lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-tcp.so lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-null-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-null-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-oss.so lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-position-event-sounds.so %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-raop-discover.so lib/pulse-%%PULSE_VERSION%%/modules/module-raop-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-remap-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-remap-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-rescue-streams.so lib/pulse-%%PULSE_VERSION%%/modules/module-role-cork.so lib/pulse-%%PULSE_VERSION%%/modules/module-role-ducking.so lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-recv.so lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-send.so lib/pulse-%%PULSE_VERSION%%/modules/module-rygel-media-server.so lib/pulse-%%PULSE_VERSION%%/modules/module-simple-protocol-tcp.so lib/pulse-%%PULSE_VERSION%%/modules/module-simple-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-sine.so lib/pulse-%%PULSE_VERSION%%/modules/module-sine-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-stream-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-suspend-on-idle.so lib/pulse-%%PULSE_VERSION%%/modules/module-switch-on-connect.so lib/pulse-%%PULSE_VERSION%%/modules/module-switch-on-port-available.so lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-sink-new.so lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-source-new.so lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-surround-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-volume-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-x11-bell.so lib/pulse-%%PULSE_VERSION%%/modules/module-x11-cork-request.so lib/pulse-%%PULSE_VERSION%%/modules/module-x11-publish.so lib/pulse-%%PULSE_VERSION%%/modules/module-x11-xsmp.so %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-discover.so %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-publish.so lib/pulseaudio/libpulsecommon-%%PULSE_VERSION%%.so lib/pulseaudio/libpulsecore-%%PULSE_VERSION%%.so lib/pulseaudio/libpulsedsp.so libdata/pkgconfig/libpulse-mainloop-glib.pc libdata/pkgconfig/libpulse-simple.pc libdata/pkgconfig/libpulse.pc %%GCONF%%libexec/pulse/gconf-helper +%%GSETTINGS%%libexec/pulse/gsettings-helper man/man1/esdcompat.1.gz man/man1/pacat.1.gz man/man1/pacmd.1.gz man/man1/pactl.1.gz man/man1/padsp.1.gz man/man1/pamon.1.gz man/man1/paplay.1.gz man/man1/parec.1.gz man/man1/parecord.1.gz man/man1/pasuspender.1.gz man/man1/pax11publish.1.gz man/man1/pulseaudio.1.gz man/man1/start-pulseaudio-x11.1.gz man/man5/default.pa.5.gz man/man5/pulse-cli-syntax.5.gz man/man5/pulse-client.conf.5.gz man/man5/pulse-daemon.conf.5.gz +%%GSETTINGS%%share/GConf/gsettings/pulseaudio.convert +%%GSETTINGS%%share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic-always.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-video.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input.conf.common %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-mono.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-speaker-always.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output.conf.common %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-6.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-7.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/iec958-stereo-input.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/iec958-stereo-output.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-input.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-output-mono.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-output-stereo.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/default.conf +%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/dell-dock-tb16-usb-audio.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/force-speaker-and-int-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/force-speaker.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/kinect-audio.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/maudio-fasttrack-pro.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio4dj.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio8dj.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-korecontroller.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio10.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio2.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio6.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktorkontrol-s4.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/sb-omni-surround-5.1.conf +%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-usb-audio.conf %%ZSH%%share/zsh/site-functions/_pulseaudio share/locale/as/LC_MESSAGES/pulseaudio.mo share/locale/be/LC_MESSAGES/pulseaudio.mo share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo share/locale/ca/LC_MESSAGES/pulseaudio.mo share/locale/cs/LC_MESSAGES/pulseaudio.mo share/locale/de/LC_MESSAGES/pulseaudio.mo share/locale/de_CH/LC_MESSAGES/pulseaudio.mo share/locale/el/LC_MESSAGES/pulseaudio.mo share/locale/es/LC_MESSAGES/pulseaudio.mo share/locale/fi/LC_MESSAGES/pulseaudio.mo share/locale/fr/LC_MESSAGES/pulseaudio.mo share/locale/gu/LC_MESSAGES/pulseaudio.mo share/locale/gl/LC_MESSAGES/pulseaudio.mo share/locale/he/LC_MESSAGES/pulseaudio.mo share/locale/hi/LC_MESSAGES/pulseaudio.mo share/locale/hr/LC_MESSAGES/pulseaudio.mo share/locale/hu/LC_MESSAGES/pulseaudio.mo share/locale/id/LC_MESSAGES/pulseaudio.mo share/locale/it/LC_MESSAGES/pulseaudio.mo share/locale/ja/LC_MESSAGES/pulseaudio.mo share/locale/kn/LC_MESSAGES/pulseaudio.mo share/locale/ko/LC_MESSAGES/pulseaudio.mo share/locale/lt/LC_MESSAGES/pulseaudio.mo share/locale/ml/LC_MESSAGES/pulseaudio.mo share/locale/mr/LC_MESSAGES/pulseaudio.mo share/locale/nl/LC_MESSAGES/pulseaudio.mo share/locale/nn/LC_MESSAGES/pulseaudio.mo share/locale/oc/LC_MESSAGES/pulseaudio.mo share/locale/or/LC_MESSAGES/pulseaudio.mo share/locale/pa/LC_MESSAGES/pulseaudio.mo share/locale/pl/LC_MESSAGES/pulseaudio.mo share/locale/pt/LC_MESSAGES/pulseaudio.mo share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo share/locale/ru/LC_MESSAGES/pulseaudio.mo share/locale/sk/LC_MESSAGES/pulseaudio.mo share/locale/sr/LC_MESSAGES/pulseaudio.mo share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo share/locale/sv/LC_MESSAGES/pulseaudio.mo share/locale/ta/LC_MESSAGES/pulseaudio.mo share/locale/te/LC_MESSAGES/pulseaudio.mo share/locale/tr/LC_MESSAGES/pulseaudio.mo share/locale/uk/LC_MESSAGES/pulseaudio.mo share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo share/vala/vapi/libpulse-mainloop-glib.deps share/vala/vapi/libpulse-mainloop-glib.vapi share/vala/vapi/libpulse-simple.deps share/vala/vapi/libpulse-simple.vapi share/vala/vapi/libpulse.deps share/vala/vapi/libpulse.vapi Index: head/net/xrdp/Makefile =================================================================== --- head/net/xrdp/Makefile (revision 484514) +++ head/net/xrdp/Makefile (revision 484515) @@ -1,76 +1,76 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= xrdp DISTVERSIONPREFIX= v DISTVERSION= 0.9.8 PORTEPOCH= 1 CATEGORIES= net DIST_SUBDIR?= ${PORTNAME} MAINTAINER= meta@FreeBSD.org COMMENT= Open source Remote Desktop Protocol (RDP) server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:devel/nasm RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \ - ${LOCALBASE}/lib/pulse-11.1/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp + ${LOCALBASE}/lib/pulse-12.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp USES= autoreconf:build jpeg localbase libtool pkgconfig ssl USE_XORG= ice pixman sm x11 xfixes xrandr USE_LDCONFIG= ${PREFIX}/lib/xrdp USE_GITHUB= yes GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter GH_TAGNAME= v0.1.4:librfxcodec v0.1.1:libpainter CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ --enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter LDFLAGS+= -lssl CONFLICTS= xrdp-devel[0-9]* INSTALL_TARGET= install-strip SUB_FILES= pkg-install pkg-message SUB_LIST= OPENSSLBASE=${OPENSSLBASE} OPTIONS_DEFINE= DEBUG FUSE IPV6 OPTIONS_DEFAULT= FDKAAC MP3LAME OPUS OPTIONS_GROUP= AUDIO_CODEC OPTIONS_GROUP_AUDIO_CODEC= FDKAAC MP3LAME OPUS FDKAAC_DESC= Enable Fraunhofer FDK AAC for audio redirection FUSE_DESC= Enable drive redirection via FUSE (experimental) MP3LAME_DESC= Enable MP3 Lame for audio redirection OPUS_DESC= Enable Opus for audio redirection DEBUG_CONFIGURE_ENABLE= xrdpdebug FDKAAC_CONFIGURE_ENABLE= fdkaac FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac FUSE_CONFIGURE_ENABLE= fuse FUSE_USES= fuse IPV6_CONFIGURE_ENABLE= ipv6 MP3LAME_CONFIGURE_ENABLE= mp3lame MP3LAME_LIB_DEPENDS= libmp3lame.so:audio/lame OPUS_CONFIGURE_ENABLE= opus OPUS_LIB_DEPENDS= libopus.so:audio/opus post-extract: # librfxcodec is provided as git submodule @${CP} -r ${WRKSRC_librfxcodec}/ ${WRKSRC}/librfxcodec/ @${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/ pre-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap post-stage: @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/rsakeys.ini @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/cert.pem @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/key.pem .for f in sesman.ini startwm.sh reconnectwm.sh xrdp.ini xrdp_keyboard.ini @${MV} ${STAGEDIR}${PREFIX}/etc/xrdp/$f ${STAGEDIR}${PREFIX}/etc/xrdp/$f.sample .endfor .include