Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3 11 Sep 2023 22:02:44 |
Jan Beich (jbeich) |
audio/webrtc-audio-processing: update to 1.3
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v1.2...v1.3
Reported by: Repology |
1.2_1 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/abseil: Update to 20230125.3
- Bump PORTREVISION of dependent ports for shlib change
some ports are skipped due to re2 shlib change
Changes: https://github.com/abseil/abseil-cpp/releases
PR: 270233
Approved by: danfe (maintainer) |
1.2 02 Sep 2023 04:54:36 |
Jan Beich (jbeich) |
audio/webrtc-audio-processing: update to 1.2
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v1.1...v1.2
Reported by: portscout |
1.1_1 02 Sep 2023 04:54:35 |
Jan Beich (jbeich) |
audio/webrtc-audio-processing: allow riscv64 after 32c5afbfa2bd
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/e47b68df57aa |
1.1_1 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
1.1 02 Jun 2023 18:31:25 |
Jan Beich (jbeich) |
audio/webrtc-audio-processing: update to 1.1
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v1.0...v1.1
Reported by: Repology |
1.0_1 02 Jun 2023 18:31:24 |
Jan Beich (jbeich) |
audio/webrtc-audio-processing: rebase c9bdb0ca7d0f on top of upstream |
1.0_1 09 Sep 2022 20:32:24 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0_1 01 Mar 2022 18:47:03 |
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. |
1.0_1 12 May 2021 14:43:24 |
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. |
1.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 16 Mar 2021 16:34:37 |
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 |
1.0_1 19 Jan 2021 02:23:17 |
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 |
1.0_1 29 Dec 2020 22:28:15 |
yuri |
audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABI
PR: 250376
Approved by: jbeich (maintainer) |
1.0 11 Dec 2020 14:10:11 |
jbeich |
audio/webrtc-audio-processing: switch to upstream armv6 fix |
1.0 11 Dec 2020 05:59:04 |
jbeich |
audio/webrtc-audio-processing: switch to upstream abseil fix |
1.0 10 Dec 2020 04:35:51 |
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;
^ |
1.0 10 Dec 2020 02:42:19 |
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 |
0.3.1_2 26 Jul 2019 20:46:57 |
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 |
0.3.1_1 10 Jul 2019 01:16:25 |
jbeich |
Add more gettid() aliases to my ports
https://man.openbsd.org/getthrid.2
https://illumos.org/man/3C/thr_self |
0.3.1_1 17 Jun 2019 08:36:28 |
jbeich |
Switch DragonFly to pthread_getthreadid_np in my ports
https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c0f25c26521a |
0.3.1_1 12 Dec 2018 01:35:36 |
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 |
0.3.1 14 Nov 2018 22:23:04 |
jbeich |
audio/webrtc-audio-processing: unbreak on big-endian archs
PR: 233231
Submitted by: linimon
Obtained from: Fedora |
0.3.1 12 Oct 2018 18:22:06 |
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/ |