Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Mar 2022 18:47:03 1.0_1
|
Piotr Kubaj (pkubaj)  |
audio/webrtc-audio-processing: fix build on powerpc64*
Two patches waiting for approval by upstream + one that needed to be
modified for FreeBSD (s/bswap_16/bswap16/) + making pffft include altivec.h. |
12 May 2021 14:43:24 1.0_1
|
Jan Beich (jbeich)  |
Convert GitLab diffs back to patches
GitLab has fixed unstable footer, so restore header/footer.
https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b
This reverts commit c031fd115a267199aa9cd9ee7d4a790ac6d27c03. |
07 Apr 2021 08:09:01 1.0_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Mar 2021 16:34:37
1.0_1
|
jbeich  |
audio/webrtc-audio-processing: mark broken on powerpc*
In file included from ../webrtc/system_wrappers/source/cpu_features.cc:13:
../webrtc/rtc_base/system/arch.h:54:2: error: Please add support for your
architecture in rtc_base/system/arch.h
#error Please add support for your architecture in rtc_base/system/arch.h
^
../webrtc/rtc_base/system/arch.h:58:2: error: Define either
WEBRTC_ARCH_LITTLE_ENDIAN or WEBRTC_ARCH_BIG_ENDIAN
#error Define either WEBRTC_ARCH_LITTLE_ENDIAN or WEBRTC_ARCH_BIG_ENDIAN
^
2 errors generated.
Reported by: pkg-fallout |
19 Jan 2021 02:23:17
1.0_1
|
linimon  |
Mark as BROKEN on riscv64:
./webrtc/rtc_base/system/arch.h:54:2: error: Please add support for your
architecture in rtc_base/system/arch.h
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
29 Dec 2020 22:28:15
1.0_1
|
yuri  |
audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABI
PR: 250376
Approved by: jbeich (maintainer) |
11 Dec 2020 14:10:11
1.0
|
jbeich  |
audio/webrtc-audio-processing: switch to upstream armv6 fix |
11 Dec 2020 05:59:04
1.0
|
jbeich  |
audio/webrtc-audio-processing: switch to upstream abseil fix |
10 Dec 2020 04:35:51
1.0
|
jbeich  |
audio/webrtc-audio-processing: unbreak on armv6 after r557409
In file included from webrtc/third_party/pffft/src/pffft.c:155:
/usr/lib/clang/11.0.0/include/arm_neon.h:32:2: error: "NEON support not enabled"
#error "NEON support not enabled"
^
webrtc/third_party/pffft/src/pffft.c:156:9: error: unknown type name
'float32x4_t'
typedef float32x4_t v4sf;
^ |
10 Dec 2020 02:42:19
1.0
|
jbeich  |
audio/webrtc-audio-processing: update to 1.0
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0
Reported by: Repology |
26 Jul 2019 20:46:57
0.3.1_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
10 Jul 2019 01:16:25
0.3.1_1
|
jbeich  |
Add more gettid() aliases to my ports
https://man.openbsd.org/getthrid.2
https://illumos.org/man/3C/thr_self |
17 Jun 2019 08:36:28
0.3.1_1
|
jbeich  |
Switch DragonFly to pthread_getthreadid_np in my ports
https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c0f25c26521a |
12 Dec 2018 01:35:36
0.3.1_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
14 Nov 2018 22:23:04
0.3.1
|
jbeich  |
audio/webrtc-audio-processing: unbreak on big-endian archs
PR: 233231
Submitted by: linimon
Obtained from: Fedora |
12 Oct 2018 18:22:06
0.3.1
|
jbeich  |
audio/webrtc-audio-processing: add new port
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/ |