Index: head/audio/pulseaudio/Makefile =================================================================== --- head/audio/pulseaudio/Makefile (revision 512112) +++ head/audio/pulseaudio/Makefile (revision 512113) @@ -1,121 +1,130 @@ # 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= 12.2 -PORTREVISION= 6 +PORTVERSION= 13.0 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 +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser 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_GNOME= glib20 USE_XORG= ice sm x11 xcb xtst USE_LDCONFIG= yes 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/pa-info \ src/utils/qpaeq bash_CMD= ${SETENV} bash SUB_FILES= pkg-message CONFIGURE_ARGS= --localstatedir=/var \ --without-caps \ --disable-esound \ --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 GSETTINGS SIMD +OPTIONS_DEFINE= AVAHI GCONF GSETTINGS SIMD TEST 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 GSETTINGS_VARS= GLIB_SCHEMAS=org.freedesktop.pulseaudio.gschema.xml SIMD_CONFIGURE_ENABLE= orc SIMD_LIB_DEPENDS= liborc-0.4.so:devel/orc +TEST_TEST_TARGET= check +TEST_CONFIGURE_ENABLE= default-build-tests +TEST_BUILD_DEPENDS= check>0:devel/check OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA JACK SOXR SPEEX WEBRTC_AEC AUDIO_DESC= Audio support 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 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|/etc|${PREFIX}/etc|g' \ + -e 's|--directory|-d|g' \ + ${WRKSRC}/src/utils/pa-info @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure + +pre-install-TEST-on: do-test 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) .include Index: head/audio/pulseaudio/distinfo =================================================================== --- head/audio/pulseaudio/distinfo (revision 512112) +++ head/audio/pulseaudio/distinfo (revision 512113) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531753054 -SHA256 (pulseaudio-12.2.tar.xz) = 809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055 -SIZE (pulseaudio-12.2.tar.xz) = 1665092 +TIMESTAMP = 1568380928 +SHA256 (pulseaudio-13.0.tar.xz) = 961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057 +SIZE (pulseaudio-13.0.tar.xz) = 1901768 Index: head/audio/pulseaudio/files/patch-src_pulsecore_atomic.h =================================================================== --- head/audio/pulseaudio/files/patch-src_pulsecore_atomic.h (revision 512112) +++ head/audio/pulseaudio/files/patch-src_pulsecore_atomic.h (revision 512113) @@ -1,42 +1,51 @@ ---- src/pulsecore/atomic.h.orig 2016-08-23 12:50:11 UTC +--- src/pulsecore/atomic.h.orig 2019-09-13 13:10:23 UTC +++ src/pulsecore/atomic.h -@@ -185,39 +185,6 @@ static inline bool pa_atomic_ptr_cmpxchg +@@ -117,7 +117,7 @@ static inline void* pa_atomic_ptr_load(c + } + + static inline void pa_atomic_ptr_store(pa_atomic_ptr_t *a, void* p) { +- __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ++ __atomic_store_n(&a->value, (uintptr_t)p, __ATOMIC_SEQ_CST); + } + + #else +@@ -218,39 +218,6 @@ static inline bool pa_atomic_ptr_cmpxchg #include #include -#if __FreeBSD_version < 600000 -#if defined(__i386__) || defined(__amd64__) -#if defined(__amd64__) -#define atomic_load_acq_64 atomic_load_acq_long -#endif -static inline u_int atomic_fetchadd_int(volatile u_int *p, u_int v) { - __asm __volatile( - " " __XSTRING(MPLOCKED) " " - " xaddl %0, %1 ; " - "# atomic_fetchadd_int" - : "+r" (v), - "=m" (*p) - : "m" (*p)); - - return (v); -} -#elif defined(__sparc__) && defined(__arch64__) -#define atomic_load_acq_64 atomic_load_acq_long -#define atomic_fetchadd_int atomic_add_int -#elif defined(__ia64__) -#define atomic_load_acq_64 atomic_load_acq_long -static inline uint32_t -atomic_fetchadd_int(volatile uint32_t *p, uint32_t v) { - uint32_t value; - - do { - value = *p; - } while (!atomic_cmpset_32(p, value, value + v)); - return (value); -} -#endif -#endif - typedef struct pa_atomic { volatile unsigned long value; } pa_atomic_t; Index: head/audio/pulseaudio/files/patch-src_tests_atomic-test.c =================================================================== --- head/audio/pulseaudio/files/patch-src_tests_atomic-test.c (nonexistent) +++ head/audio/pulseaudio/files/patch-src_tests_atomic-test.c (revision 512113) @@ -0,0 +1,14 @@ +--- src/tests/atomic-test.c.orig 2019-09-13 13:10:23 UTC ++++ src/tests/atomic-test.c +@@ -51,6 +51,11 @@ + + #define MEMORY_SIZE (8 * 2 * 1024 * 1024) + ++#ifdef __FreeBSD__ ++#include ++#define cpu_set_t cpuset_t ++#endif ++ + + typedef struct io_t { + pa_atomic_t *flag; Property changes on: head/audio/pulseaudio/files/patch-src_tests_atomic-test.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 512112) +++ head/audio/pulseaudio/pkg-plist (revision 512113) @@ -1,286 +1,293 @@ +bin/pa-info 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 share/bash-completion/completions/pacat share/bash-completion/completions/pacmd share/bash-completion/completions/pactl share/bash-completion/completions/padsp share/bash-completion/completions/paplay share/bash-completion/completions/parec share/bash-completion/completions/parecord share/bash-completion/completions/pasuspender 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.3 +lib/libpulse.so.0.21.1 %%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-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-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/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 %%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/paths/steelseries-arctis-5-output-chat.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-5-output-game.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-7-input.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-7-output-mono.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/steelseries-arctis-7-output-stereo.conf +%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/cmedia-high-speed-true-hdaudio.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 +%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-5-usb-audio.conf +%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-7-usb-audio.conf share/zsh/site-functions/_pulseaudio +share/locale/af/LC_MESSAGES/pulseaudio.mo 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/da/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/devel/electron4/files/patch-media_audio_pulse_pulse.sigs =================================================================== --- head/devel/electron4/files/patch-media_audio_pulse_pulse.sigs (nonexistent) +++ head/devel/electron4/files/patch-media_audio_pulse_pulse.sigs (revision 512113) @@ -0,0 +1,143 @@ +gen/media/audio/pulse/pulse_stubs.cc:155:27: error: conflicting types for 'pa_context_get_state' +extern pa_context_state_t pa_context_get_state(pa_context* c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:156:21: error: conflicting types for 'pa_context_get_state' +pa_context_state_t pa_context_get_state(pa_context* c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:171:29: error: conflicting types for 'pa_operation_get_state' +extern pa_operation_state_t pa_operation_get_state(pa_operation* o) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:172:23: error: conflicting types for 'pa_operation_get_state' +pa_operation_state_t pa_operation_get_state(pa_operation* o) { + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:211:17: error: conflicting types for 'pa_stream_get_device_index' +extern uint32_t pa_stream_get_device_index(pa_stream* s) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:212:11: error: conflicting types for 'pa_stream_get_device_index' +uint32_t pa_stream_get_device_index(pa_stream* s) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:219:26: error: conflicting types for 'pa_stream_get_state' +extern pa_stream_state_t pa_stream_get_state(pa_stream* p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:220:20: error: conflicting types for 'pa_stream_get_state' +pa_stream_state_t pa_stream_get_state(pa_stream* p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:235:12: error: conflicting types for 'pa_proplist_contains' +extern int pa_proplist_contains(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:236:6: error: conflicting types for 'pa_proplist_contains' +int pa_proplist_contains(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:243:20: error: conflicting types for 'pa_proplist_gets' +extern const char* pa_proplist_gets(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:244:14: error: conflicting types for 'pa_proplist_gets' +const char* pa_proplist_gets(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:251:15: error: conflicting types for 'pa_stream_readable_size' +extern size_t pa_stream_readable_size(pa_stream *p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:252:9: error: conflicting types for 'pa_stream_readable_size' +size_t pa_stream_readable_size(pa_stream *p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:279:12: error: conflicting types for 'pa_context_errno' +extern int pa_context_errno(pa_context *c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:280:6: error: conflicting types for 'pa_context_errno' +int pa_context_errno(pa_context *c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ + +--- media/audio/pulse/pulse.sigs.orig 2019-03-19 08:52:48 UTC ++++ media/audio/pulse/pulse.sigs +@@ -24,11 +24,11 @@ pa_operation* pa_context_get_source_info_by_index(pa_c + pa_operation* pa_context_get_source_info_by_name(pa_context* c, const char* name, pa_source_info_cb_t cb, void *userdata); + pa_operation* pa_context_get_source_info_list(pa_context* c, pa_source_info_cb_t cb, void* userdata); + pa_operation* pa_context_get_sink_info_list(pa_context* c, pa_sink_info_cb_t cb, void* userdata); +-pa_context_state_t pa_context_get_state(pa_context* c); ++pa_context_state_t pa_context_get_state(const pa_context *c); + pa_context* pa_context_new(pa_mainloop_api* mainloop, const char* name); + pa_operation* pa_context_set_source_volume_by_index(pa_context* c, uint32_t idx, const pa_cvolume* volume, pa_context_success_cb_t cb, void* userdata); + void pa_context_set_state_callback(pa_context* c, pa_context_notify_cb_t cb, void* userdata); +-pa_operation_state_t pa_operation_get_state(pa_operation* o); ++pa_operation_state_t pa_operation_get_state(const pa_operation* o); + void pa_context_unref(pa_context* c); + void pa_operation_unref(pa_operation* o); + int pa_stream_begin_write(pa_stream* p, void** data, size_t* nbytes); +@@ -38,23 +38,23 @@ pa_operation* pa_stream_cork(pa_stream* s, int b, pa_s + int pa_stream_disconnect(pa_stream* s); + int pa_stream_drop(pa_stream *p); + pa_operation* pa_stream_flush(pa_stream* s, pa_stream_success_cb_t cb, void* userdata); +-uint32_t pa_stream_get_device_index(pa_stream* s); ++uint32_t pa_stream_get_device_index(const pa_stream* s); + int pa_stream_get_latency(pa_stream* s, pa_usec_t* r_usec, int* negative); +-pa_stream_state_t pa_stream_get_state(pa_stream* p); ++pa_stream_state_t pa_stream_get_state(const pa_stream* p); + pa_stream* pa_stream_new(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map * map); + pa_stream* pa_stream_new_with_proplist(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map* map, pa_proplist* p); + pa_proplist* pa_proplist_new(void); +-int pa_proplist_contains(pa_proplist* p, const char* key); ++int pa_proplist_contains(const pa_proplist* p, const char* key); + void pa_proplist_free(pa_proplist* p); +-const char* pa_proplist_gets(pa_proplist* p, const char* key); ++const char* pa_proplist_gets(const pa_proplist* p, const char* key); + int pa_proplist_sets(pa_proplist* p, const char* key, const char* value); +-size_t pa_stream_readable_size(pa_stream *p); ++size_t pa_stream_readable_size(const pa_stream *p); + int pa_stream_peek(pa_stream* p, const void** data, size_t* nbytes); + void pa_stream_set_read_callback(pa_stream* p, pa_stream_request_cb_t cb, void* userdata); + void pa_stream_set_state_callback(pa_stream* s, pa_stream_notify_cb_t cb, void* userdata); + int pa_stream_write(pa_stream* p, const void* data, size_t nbytes, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek); + void pa_stream_set_write_callback(pa_stream *p, pa_stream_request_cb_t cb, void *userdata); + void pa_stream_unref(pa_stream* s); +-int pa_context_errno(pa_context *c); ++int pa_context_errno(const pa_context *c); + const char* pa_strerror(int error); + pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned channels, pa_volume_t v); Property changes on: head/devel/electron4/files/patch-media_audio_pulse_pulse.sigs ___________________________________________________________________ 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/net/xrdp/Makefile =================================================================== --- head/net/xrdp/Makefile (revision 512112) +++ head/net/xrdp/Makefile (revision 512113) @@ -1,92 +1,92 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= xrdp DISTVERSIONPREFIX= v DISTVERSION= 0.9.11 PORTEPOCH= 1 CATEGORIES= net DIST_SUBDIR?= ${PORTNAME} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ 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= xterm:x11/xterm \ ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \ - ${LOCALBASE}/lib/pulse-12.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp + ${LOCALBASE}/lib/pulse-13.0/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.5: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-deinstall pkg-install pkg-message SUB_LIST= OPENSSLBASE=${OPENSSLBASE} OPTIONS_DEFINE= DEBUG FUSE IPV6 OPTIONS_DEFAULT= FDKAAC 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 .include .if ${SSL_DEFAULT} == base # As base OpenSSL doesn't install a .pc file, some flags such as -lcrypto # cannot be obtained automatically via pkgconfig. When compiled with base # OpenSSL, it needs to be specified explicitly. CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" .endif 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-install: ${INSTALL_SCRIPT} ${FILESDIR}/startwm.sh ${STAGEDIR}${ETCDIR} 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 Index: head/www/chromium/files/patch-media_audio_pulse_pulse.sigs =================================================================== --- head/www/chromium/files/patch-media_audio_pulse_pulse.sigs (nonexistent) +++ head/www/chromium/files/patch-media_audio_pulse_pulse.sigs (revision 512113) @@ -0,0 +1,143 @@ +gen/media/audio/pulse/pulse_stubs.cc:155:27: error: conflicting types for 'pa_context_get_state' +extern pa_context_state_t pa_context_get_state(pa_context* c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:156:21: error: conflicting types for 'pa_context_get_state' +pa_context_state_t pa_context_get_state(pa_context* c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:171:29: error: conflicting types for 'pa_operation_get_state' +extern pa_operation_state_t pa_operation_get_state(pa_operation* o) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:172:23: error: conflicting types for 'pa_operation_get_state' +pa_operation_state_t pa_operation_get_state(pa_operation* o) { + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:211:17: error: conflicting types for 'pa_stream_get_device_index' +extern uint32_t pa_stream_get_device_index(pa_stream* s) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:212:11: error: conflicting types for 'pa_stream_get_device_index' +uint32_t pa_stream_get_device_index(pa_stream* s) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:219:26: error: conflicting types for 'pa_stream_get_state' +extern pa_stream_state_t pa_stream_get_state(pa_stream* p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:220:20: error: conflicting types for 'pa_stream_get_state' +pa_stream_state_t pa_stream_get_state(pa_stream* p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:235:12: error: conflicting types for 'pa_proplist_contains' +extern int pa_proplist_contains(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:236:6: error: conflicting types for 'pa_proplist_contains' +int pa_proplist_contains(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:243:20: error: conflicting types for 'pa_proplist_gets' +extern const char* pa_proplist_gets(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:244:14: error: conflicting types for 'pa_proplist_gets' +const char* pa_proplist_gets(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:251:15: error: conflicting types for 'pa_stream_readable_size' +extern size_t pa_stream_readable_size(pa_stream *p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:252:9: error: conflicting types for 'pa_stream_readable_size' +size_t pa_stream_readable_size(pa_stream *p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:279:12: error: conflicting types for 'pa_context_errno' +extern int pa_context_errno(pa_context *c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:280:6: error: conflicting types for 'pa_context_errno' +int pa_context_errno(pa_context *c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ + +--- media/audio/pulse/pulse.sigs.orig 2019-03-19 08:52:48 UTC ++++ media/audio/pulse/pulse.sigs +@@ -24,11 +24,11 @@ pa_operation* pa_context_get_source_info_by_index(pa_c + pa_operation* pa_context_get_source_info_by_name(pa_context* c, const char* name, pa_source_info_cb_t cb, void *userdata); + pa_operation* pa_context_get_source_info_list(pa_context* c, pa_source_info_cb_t cb, void* userdata); + pa_operation* pa_context_get_sink_info_list(pa_context* c, pa_sink_info_cb_t cb, void* userdata); +-pa_context_state_t pa_context_get_state(pa_context* c); ++pa_context_state_t pa_context_get_state(const pa_context *c); + pa_context* pa_context_new(pa_mainloop_api* mainloop, const char* name); + pa_operation* pa_context_set_source_volume_by_index(pa_context* c, uint32_t idx, const pa_cvolume* volume, pa_context_success_cb_t cb, void* userdata); + void pa_context_set_state_callback(pa_context* c, pa_context_notify_cb_t cb, void* userdata); +-pa_operation_state_t pa_operation_get_state(pa_operation* o); ++pa_operation_state_t pa_operation_get_state(const pa_operation* o); + void pa_context_unref(pa_context* c); + void pa_operation_unref(pa_operation* o); + int pa_stream_begin_write(pa_stream* p, void** data, size_t* nbytes); +@@ -38,23 +38,23 @@ pa_operation* pa_stream_cork(pa_stream* s, int b, pa_s + int pa_stream_disconnect(pa_stream* s); + int pa_stream_drop(pa_stream *p); + pa_operation* pa_stream_flush(pa_stream* s, pa_stream_success_cb_t cb, void* userdata); +-uint32_t pa_stream_get_device_index(pa_stream* s); ++uint32_t pa_stream_get_device_index(const pa_stream* s); + int pa_stream_get_latency(pa_stream* s, pa_usec_t* r_usec, int* negative); +-pa_stream_state_t pa_stream_get_state(pa_stream* p); ++pa_stream_state_t pa_stream_get_state(const pa_stream* p); + pa_stream* pa_stream_new(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map * map); + pa_stream* pa_stream_new_with_proplist(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map* map, pa_proplist* p); + pa_proplist* pa_proplist_new(void); +-int pa_proplist_contains(pa_proplist* p, const char* key); ++int pa_proplist_contains(const pa_proplist* p, const char* key); + void pa_proplist_free(pa_proplist* p); +-const char* pa_proplist_gets(pa_proplist* p, const char* key); ++const char* pa_proplist_gets(const pa_proplist* p, const char* key); + int pa_proplist_sets(pa_proplist* p, const char* key, const char* value); +-size_t pa_stream_readable_size(pa_stream *p); ++size_t pa_stream_readable_size(const pa_stream *p); + int pa_stream_peek(pa_stream* p, const void** data, size_t* nbytes); + void pa_stream_set_read_callback(pa_stream* p, pa_stream_request_cb_t cb, void* userdata); + void pa_stream_set_state_callback(pa_stream* s, pa_stream_notify_cb_t cb, void* userdata); + int pa_stream_write(pa_stream* p, const void* data, size_t nbytes, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek); + void pa_stream_set_write_callback(pa_stream *p, pa_stream_request_cb_t cb, void *userdata); + void pa_stream_unref(pa_stream* s); +-int pa_context_errno(pa_context *c); ++int pa_context_errno(const pa_context *c); + const char* pa_strerror(int error); + pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned channels, pa_volume_t v); Property changes on: head/www/chromium/files/patch-media_audio_pulse_pulse.sigs ___________________________________________________________________ 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/www/iridium/files/patch-media_audio_pulse_pulse.sigs =================================================================== --- head/www/iridium/files/patch-media_audio_pulse_pulse.sigs (nonexistent) +++ head/www/iridium/files/patch-media_audio_pulse_pulse.sigs (revision 512113) @@ -0,0 +1,143 @@ +gen/media/audio/pulse/pulse_stubs.cc:155:27: error: conflicting types for 'pa_context_get_state' +extern pa_context_state_t pa_context_get_state(pa_context* c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:156:21: error: conflicting types for 'pa_context_get_state' +pa_context_state_t pa_context_get_state(pa_context* c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:171:29: error: conflicting types for 'pa_operation_get_state' +extern pa_operation_state_t pa_operation_get_state(pa_operation* o) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:172:23: error: conflicting types for 'pa_operation_get_state' +pa_operation_state_t pa_operation_get_state(pa_operation* o) { + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:211:17: error: conflicting types for 'pa_stream_get_device_index' +extern uint32_t pa_stream_get_device_index(pa_stream* s) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:212:11: error: conflicting types for 'pa_stream_get_device_index' +uint32_t pa_stream_get_device_index(pa_stream* s) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:219:26: error: conflicting types for 'pa_stream_get_state' +extern pa_stream_state_t pa_stream_get_state(pa_stream* p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:220:20: error: conflicting types for 'pa_stream_get_state' +pa_stream_state_t pa_stream_get_state(pa_stream* p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:235:12: error: conflicting types for 'pa_proplist_contains' +extern int pa_proplist_contains(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:236:6: error: conflicting types for 'pa_proplist_contains' +int pa_proplist_contains(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:243:20: error: conflicting types for 'pa_proplist_gets' +extern const char* pa_proplist_gets(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:244:14: error: conflicting types for 'pa_proplist_gets' +const char* pa_proplist_gets(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:251:15: error: conflicting types for 'pa_stream_readable_size' +extern size_t pa_stream_readable_size(pa_stream *p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:252:9: error: conflicting types for 'pa_stream_readable_size' +size_t pa_stream_readable_size(pa_stream *p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:279:12: error: conflicting types for 'pa_context_errno' +extern int pa_context_errno(pa_context *c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:280:6: error: conflicting types for 'pa_context_errno' +int pa_context_errno(pa_context *c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ + +--- media/audio/pulse/pulse.sigs.orig 2019-03-19 08:52:48 UTC ++++ media/audio/pulse/pulse.sigs +@@ -24,11 +24,11 @@ pa_operation* pa_context_get_source_info_by_index(pa_c + pa_operation* pa_context_get_source_info_by_name(pa_context* c, const char* name, pa_source_info_cb_t cb, void *userdata); + pa_operation* pa_context_get_source_info_list(pa_context* c, pa_source_info_cb_t cb, void* userdata); + pa_operation* pa_context_get_sink_info_list(pa_context* c, pa_sink_info_cb_t cb, void* userdata); +-pa_context_state_t pa_context_get_state(pa_context* c); ++pa_context_state_t pa_context_get_state(const pa_context *c); + pa_context* pa_context_new(pa_mainloop_api* mainloop, const char* name); + pa_operation* pa_context_set_source_volume_by_index(pa_context* c, uint32_t idx, const pa_cvolume* volume, pa_context_success_cb_t cb, void* userdata); + void pa_context_set_state_callback(pa_context* c, pa_context_notify_cb_t cb, void* userdata); +-pa_operation_state_t pa_operation_get_state(pa_operation* o); ++pa_operation_state_t pa_operation_get_state(const pa_operation* o); + void pa_context_unref(pa_context* c); + void pa_operation_unref(pa_operation* o); + int pa_stream_begin_write(pa_stream* p, void** data, size_t* nbytes); +@@ -38,23 +38,23 @@ pa_operation* pa_stream_cork(pa_stream* s, int b, pa_s + int pa_stream_disconnect(pa_stream* s); + int pa_stream_drop(pa_stream *p); + pa_operation* pa_stream_flush(pa_stream* s, pa_stream_success_cb_t cb, void* userdata); +-uint32_t pa_stream_get_device_index(pa_stream* s); ++uint32_t pa_stream_get_device_index(const pa_stream* s); + int pa_stream_get_latency(pa_stream* s, pa_usec_t* r_usec, int* negative); +-pa_stream_state_t pa_stream_get_state(pa_stream* p); ++pa_stream_state_t pa_stream_get_state(const pa_stream* p); + pa_stream* pa_stream_new(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map * map); + pa_stream* pa_stream_new_with_proplist(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map* map, pa_proplist* p); + pa_proplist* pa_proplist_new(void); +-int pa_proplist_contains(pa_proplist* p, const char* key); ++int pa_proplist_contains(const pa_proplist* p, const char* key); + void pa_proplist_free(pa_proplist* p); +-const char* pa_proplist_gets(pa_proplist* p, const char* key); ++const char* pa_proplist_gets(const pa_proplist* p, const char* key); + int pa_proplist_sets(pa_proplist* p, const char* key, const char* value); +-size_t pa_stream_readable_size(pa_stream *p); ++size_t pa_stream_readable_size(const pa_stream *p); + int pa_stream_peek(pa_stream* p, const void** data, size_t* nbytes); + void pa_stream_set_read_callback(pa_stream* p, pa_stream_request_cb_t cb, void* userdata); + void pa_stream_set_state_callback(pa_stream* s, pa_stream_notify_cb_t cb, void* userdata); + int pa_stream_write(pa_stream* p, const void* data, size_t nbytes, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek); + void pa_stream_set_write_callback(pa_stream *p, pa_stream_request_cb_t cb, void *userdata); + void pa_stream_unref(pa_stream* s); +-int pa_context_errno(pa_context *c); ++int pa_context_errno(const pa_context *c); + const char* pa_strerror(int error); + pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned channels, pa_volume_t v); Property changes on: head/www/iridium/files/patch-media_audio_pulse_pulse.sigs ___________________________________________________________________ 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/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_pulse_pulse.sigs =================================================================== --- head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_pulse_pulse.sigs (nonexistent) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_pulse_pulse.sigs (revision 512113) @@ -0,0 +1,143 @@ +gen/media/audio/pulse/pulse_stubs.cc:155:27: error: conflicting types for 'pa_context_get_state' +extern pa_context_state_t pa_context_get_state(pa_context* c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:156:21: error: conflicting types for 'pa_context_get_state' +pa_context_state_t pa_context_get_state(pa_context* c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:199:20: note: previous declaration is here +pa_context_state_t pa_context_get_state(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:171:29: error: conflicting types for 'pa_operation_get_state' +extern pa_operation_state_t pa_operation_get_state(pa_operation* o) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:172:23: error: conflicting types for 'pa_operation_get_state' +pa_operation_state_t pa_operation_get_state(pa_operation* o) { + ^ +../../../../../../../../../../usr/local/include/pulse/operation.h:52:22: note: previous declaration is here +pa_operation_state_t pa_operation_get_state(const pa_operation *o); + ^ +gen/media/audio/pulse/pulse_stubs.cc:211:17: error: conflicting types for 'pa_stream_get_device_index' +extern uint32_t pa_stream_get_device_index(pa_stream* s) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:212:11: error: conflicting types for 'pa_stream_get_device_index' +uint32_t pa_stream_get_device_index(pa_stream* s) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:366:10: note: previous declaration is here +uint32_t pa_stream_get_device_index(const pa_stream *s); + ^ +gen/media/audio/pulse/pulse_stubs.cc:219:26: error: conflicting types for 'pa_stream_get_state' +extern pa_stream_state_t pa_stream_get_state(pa_stream* p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:220:20: error: conflicting types for 'pa_stream_get_state' +pa_stream_state_t pa_stream_get_state(pa_stream* p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:345:19: note: previous declaration is here +pa_stream_state_t pa_stream_get_state(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:235:12: error: conflicting types for 'pa_proplist_contains' +extern int pa_proplist_contains(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:236:6: error: conflicting types for 'pa_proplist_contains' +int pa_proplist_contains(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:390:5: note: previous declaration is here +int pa_proplist_contains(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:243:20: error: conflicting types for 'pa_proplist_gets' +extern const char* pa_proplist_gets(pa_proplist* p, const char* key) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:244:14: error: conflicting types for 'pa_proplist_gets' +const char* pa_proplist_gets(pa_proplist* p, const char* key) { + ^ +../../../../../../../../../../usr/local/include/pulse/proplist.h:314:13: note: previous declaration is here +const char *pa_proplist_gets(const pa_proplist *p, const char *key); + ^ +gen/media/audio/pulse/pulse_stubs.cc:251:15: error: conflicting types for 'pa_stream_readable_size' +extern size_t pa_stream_readable_size(pa_stream *p) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:252:9: error: conflicting types for 'pa_stream_readable_size' +size_t pa_stream_readable_size(pa_stream *p) { + ^ +../../../../../../../../../../usr/local/include/pulse/stream.h:574:8: note: previous declaration is here +size_t pa_stream_readable_size(const pa_stream *p); + ^ +gen/media/audio/pulse/pulse_stubs.cc:279:12: error: conflicting types for 'pa_context_errno' +extern int pa_context_errno(pa_context *c) __attribute__((weak)); + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ +gen/media/audio/pulse/pulse_stubs.cc:280:6: error: conflicting types for 'pa_context_errno' +int pa_context_errno(pa_context *c) { + ^ +../../../../../../../../../../usr/local/include/pulse/context.h:193:5: note: previous declaration is here +int pa_context_errno(const pa_context *c); + ^ + +--- src/3rdparty/chromium/media/audio/pulse/pulse.sigs.orig 2019-03-19 08:52:48 UTC ++++ src/3rdparty/chromium/media/audio/pulse/pulse.sigs +@@ -24,11 +24,11 @@ pa_operation* pa_context_get_source_info_by_index(pa_c + pa_operation* pa_context_get_source_info_by_name(pa_context* c, const char* name, pa_source_info_cb_t cb, void *userdata); + pa_operation* pa_context_get_source_info_list(pa_context* c, pa_source_info_cb_t cb, void* userdata); + pa_operation* pa_context_get_sink_info_list(pa_context* c, pa_sink_info_cb_t cb, void* userdata); +-pa_context_state_t pa_context_get_state(pa_context* c); ++pa_context_state_t pa_context_get_state(const pa_context *c); + pa_context* pa_context_new(pa_mainloop_api* mainloop, const char* name); + pa_operation* pa_context_set_source_volume_by_index(pa_context* c, uint32_t idx, const pa_cvolume* volume, pa_context_success_cb_t cb, void* userdata); + void pa_context_set_state_callback(pa_context* c, pa_context_notify_cb_t cb, void* userdata); +-pa_operation_state_t pa_operation_get_state(pa_operation* o); ++pa_operation_state_t pa_operation_get_state(const pa_operation* o); + void pa_context_unref(pa_context* c); + void pa_operation_unref(pa_operation* o); + int pa_stream_begin_write(pa_stream* p, void** data, size_t* nbytes); +@@ -38,23 +38,23 @@ pa_operation* pa_stream_cork(pa_stream* s, int b, pa_s + int pa_stream_disconnect(pa_stream* s); + int pa_stream_drop(pa_stream *p); + pa_operation* pa_stream_flush(pa_stream* s, pa_stream_success_cb_t cb, void* userdata); +-uint32_t pa_stream_get_device_index(pa_stream* s); ++uint32_t pa_stream_get_device_index(const pa_stream* s); + int pa_stream_get_latency(pa_stream* s, pa_usec_t* r_usec, int* negative); +-pa_stream_state_t pa_stream_get_state(pa_stream* p); ++pa_stream_state_t pa_stream_get_state(const pa_stream* p); + pa_stream* pa_stream_new(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map * map); + pa_stream* pa_stream_new_with_proplist(pa_context* c, const char* name, const pa_sample_spec* ss, const pa_channel_map* map, pa_proplist* p); + pa_proplist* pa_proplist_new(void); +-int pa_proplist_contains(pa_proplist* p, const char* key); ++int pa_proplist_contains(const pa_proplist* p, const char* key); + void pa_proplist_free(pa_proplist* p); +-const char* pa_proplist_gets(pa_proplist* p, const char* key); ++const char* pa_proplist_gets(const pa_proplist* p, const char* key); + int pa_proplist_sets(pa_proplist* p, const char* key, const char* value); +-size_t pa_stream_readable_size(pa_stream *p); ++size_t pa_stream_readable_size(const pa_stream *p); + int pa_stream_peek(pa_stream* p, const void** data, size_t* nbytes); + void pa_stream_set_read_callback(pa_stream* p, pa_stream_request_cb_t cb, void* userdata); + void pa_stream_set_state_callback(pa_stream* s, pa_stream_notify_cb_t cb, void* userdata); + int pa_stream_write(pa_stream* p, const void* data, size_t nbytes, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek); + void pa_stream_set_write_callback(pa_stream *p, pa_stream_request_cb_t cb, void *userdata); + void pa_stream_unref(pa_stream* s); +-int pa_context_errno(pa_context *c); ++int pa_context_errno(const pa_context *c); + const char* pa_strerror(int error); + pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned channels, pa_volume_t v); Property changes on: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_pulse_pulse.sigs ___________________________________________________________________ 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