non port: audio/webrtc-audio-processing/Makefile |
SVNWeb
|
Number of commits found: 16 |
Fri, 9 Sep 2022
|
[ 20:32 Daniel Engberg (diizzy) ] e942e56 (Only the first 10 of 42 ports in this commit are shown above. )
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 1 Mar 2022
|
[ 18:47 Piotr Kubaj (pkubaj) ] c9bdb0c
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.
|
Wed, 12 May 2021
|
[ 14:43 Jan Beich (jbeich) ] fe9883e (Only the first 10 of 22 ports in this commit are shown above. )
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.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Mar 2021
|
[ 16:34 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
|
Tue, 19 Jan 2021
|
[ 02:23 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
|
Tue, 29 Dec 2020
|
[ 22:28 yuri ]
audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABI
PR: 250376
Approved by: jbeich (maintainer)
|
Fri, 11 Dec 2020
|
[ 14:10 jbeich ]
audio/webrtc-audio-processing: switch to upstream armv6 fix
|
[ 05:59 jbeich ]
audio/webrtc-audio-processing: switch to upstream abseil fix
|
Thu, 10 Dec 2020
|
[ 04:35 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;
^
|
[ 02:42 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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Fri, 12 Oct 2018
|
[ 18:22 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
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/
|
Number of commits found: 16 |