/mail/firemime/

logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/webrtc-audio-processing
Commit message (Collapse)AuthorAgeFilesLines
* Convert GitLab diffs back to patchesJan Beich2021-05-122-9/+9
| | | | | | | GitLab has fixed unstable footer, so restore header/footer. https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b This reverts commit c031fd115a267199aa9cd9ee7d4a790ac6d27c03.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/webrtc-audio-processing: mark broken on powerpc*Jan Beich2021-03-171-0/+2
| | | | | | | | | | | | | 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
* Mark as BROKEN on riscv64:Mark Linimon2021-01-191-0/+2
| | | | | | | ./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
* audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABIYuri Victorovich2020-12-302-1/+15
| | | | | PR: 250376 Approved by: jbeich (maintainer)
* audio/webrtc-audio-processing: switch to upstream armv6 fixJan Beich2020-12-112-1/+3
|
* audio/webrtc-audio-processing: switch to upstream abseil fixJan Beich2020-12-112-5/+5
|
* audio/webrtc-audio-processing: unbreak on armv6 after r557409Jan Beich2020-12-101-0/+1
| | | | | | | | | | 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; ^
* audio/webrtc-audio-processing: update to 1.0Jan Beich2020-12-109-303/+46
| | | | | Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0 Reported by: Repology
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1
| | | | | | | | | | | | | | | 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
* Add more gettid() aliases to my portsJan Beich2019-07-101-9/+5
| | | | | https://man.openbsd.org/getthrid.2 https://illumos.org/man/3C/thr_self
* Switch DragonFly to pthread_getthreadid_np in my portsJan Beich2019-06-171-4/+2
| | | | https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c0f25c26521a
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | 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
* audio/webrtc-audio-processing: unbreak on big-endian archsJan Beich2018-11-151-0/+113
| | | | | | PR: 233231 Submitted by: linimon Obtained from: Fedora