$ pkg install webrtc-audio-processing
$ make
$ make check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/pulse-%%PULSE_VERSION%%/modules/libwebrtc-util.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
$ make stage-qa
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/pulse-11.1/modules/libwebrtc-util.so is linked to /usr/local/lib/libwebrtc_audio_processing.so.1 from audio/webrtc-audio-processing but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libwebrtc_audio_processing.so:audio/webrtc-audio-processing
Audio processing routines extracted from WebRTC project into a
standalone library. It provides the following features:
- Acoustic echo cancellation
- Acoustic echo control for mobile
- Automatic gain control
- High-pass filter
- Level estimator
- Noise suppression
- Voice activity detection
https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
- Only apply openssl patch if we are on a version of FreeBSD with openssl 1.1.1
- Don't bump portrevision as we don't change anything except on broken systems
It should be noted that this is a functional way to fix this port and is the method
used upstream. There are most likely better ways to do this.
Reviewed by: 0mp (Makefile changes)
Obtained from
Sponsored by: Limelight Networks
While here:
1. bring (somewhat) up to standards
- set LICENSE
- set NO_ARCH
- update my MAINTAINER email
2. deprecate
- last release was 10 years ago (for Gimp 2.6)
- many scripts throw warnings (interfaces have changed), some appear broken
camcontrol(8) from the base system should be used instead.
PR: 228578
Submitted by: bcran (ataidle developer)
Approved by: wg (maintainer timeout, 4 months)
SRC_BASE is defined in bsd.port.mk and cannot be used in conditionals
earlier.
PR: 226858
Reported by: skh1002@hotmail.com
Approved by: wg (maintainer timeout, 6 months)
New port for updated 10g Intel Ethernet Base Driver, based on
net/intel-ixl-kmod as a master port.
Compile and sanity tested using poudriere w/portlint
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D174431
It's already being skipped now since x11/xpyb was marked as broken
in ports r471180, but qtile previously died with an xcb.Exception,
so mark it as broken anyway by request of Michael.
While here also reset maintainer due to the long timeout.
PR: 222363
Submitted by: Michael Reim <kraileth@elderlinux.org>
Approved by: wg (maintainer timeout, 1 year)