Commit graph

16 commits

Author SHA1 Message Date
Jan Beich
fe9883e07c 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 c031fd115a.
2021-05-12 14:43:24 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich
8f32d5356c 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
2021-03-16 16:34:36 +00:00
Mark Linimon
8edc2ca31c 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
2021-01-19 02:23:17 +00:00
Yuri Victorovich
c78beee722 audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABI
PR:		250376
Approved by:	jbeich (maintainer)
2020-12-29 22:28:14 +00:00
Jan Beich
b0152140ce audio/webrtc-audio-processing: switch to upstream armv6 fix 2020-12-11 14:10:10 +00:00
Jan Beich
f240f4ab31 audio/webrtc-audio-processing: switch to upstream abseil fix 2020-12-11 05:59:04 +00:00
Jan Beich
72f25029fa 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;
        ^
2020-12-10 04:35:50 +00:00
Jan Beich
9539d56824 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
2020-12-10 02:42:18 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Jan Beich
8fd0fb2b98 Add more gettid() aliases to my ports
https://man.openbsd.org/getthrid.2
https://illumos.org/man/3C/thr_self
2019-07-10 01:16:24 +00:00
Jan Beich
234ec47174 Switch DragonFly to pthread_getthreadid_np in my ports
https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c0f25c26521a
2019-06-17 08:36:27 +00:00
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Jan Beich
da4e624528 audio/webrtc-audio-processing: unbreak on big-endian archs
PR:		233231
Submitted by:	linimon
Obtained from:	Fedora
2018-11-14 22:23:03 +00:00
Jan Beich
49f922705a 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/
2018-10-12 18:22:06 +00:00