Port details |
- py-aiortc WebRTC and ORTC in Python
- 1.9.0_1 devel =2 1.9.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2018-10-11 05:29:04
- Last Update: 2024-11-02 01:01:11
- Commit Hash: 888cea7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: multimedia python www
- License: BSD3CLAUSE
- WWW:
- https://github.com/aiortc/aiortc/
- Description:
- aiortc is a library for Web Real-Time Communication (WebRTC) and Object
Real-Time Communication (ORTC) in Python. It is built on top of asyncio,
Python's standard asynchronous I/O framework.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}aiortc>0:devel/py-aiortc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-aiortc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-aiortc
- pkg install py311-aiortc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-aiortc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-aiortc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1717234819
SHA256 (aiortc-1.9.0.tar.gz) = 03faa76d76ef0e5989ac10386898b029369756102217230e2fcd4b029c50b303
SIZE (aiortc-1.9.0.tar.gz) = 1168973
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cffi>=1.0.0 : devel/py-cffi@py311
- py311-wheel>0 : devel/py-wheel@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-aioice>=0.9.0 : devel/py-aioice@py311
- py311-av>=9.0.0 : multimedia/py-av@py311
- py311-google-crc32c>=1.1 : devel/py-google-crc32c@py311
- py311-openssl>=23.1.0 : security/py-openssl@py311
- py311-pyee>=9.0.0 : devel/py-pyee@py311
- py311-pylibsrtp>=0.5.6 : devel/py-pylibsrtp@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libopus.so : audio/opus
- libvpx.so : multimedia/libvpx
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-aiortc
- USES:
- localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0_1 02 Nov 2024 01:01:11 |
Jan Beich (jbeich) |
multimedia/libvpx: update 1.15.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0
Reported by: Repology |
1.9.0 01 Jun 2024 09:50:09 |
Muhammad Moinur Rahman (bofh) |
devel/py-aiortc: Update version 1.8.0=>1.9.0
Changelog: https://github.com/aiortc/aiortc/releases/tag/1.9.0 |
1.8.0 12 Mar 2024 09:57:32 |
Muhammad Moinur Rahman (bofh) |
devel/py-aiortc: Update version 1.7.0=>1.8.0
Changelog: https://github.com/aiortc/aiortc/releases/tag/1.8.0 |
1.7.0 26 Jan 2024 15:56:29 |
Muhammad Moinur Rahman (bofh) |
devel/py-aiortc: Update version 1.6.0=>1.7.0
Changelog: https://github.com/aiortc/aiortc/releases/tag/1.7.0 |
1.6.0_1 20 Jan 2024 00:41:39 |
Jan Beich (jbeich) |
multimedia/libvpx: update 1.14.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.13.1..v1.14.0
Reported by: portscout |
1.6.0 01 Dec 2023 10:56:08 |
Muhammad Moinur Rahman (bofh) |
devel/py-aiortc: Update version 1.5.0=>1.5.0
Changelog: https://github.com/aiortc/aiortc/releases/tag/1.6.0 |
1.5.0_2 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
1.5.0_2 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
1.5.0_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.5.0_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.5.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.5.0 14 Apr 2023 18:14:13 |
Muhammad Moinur Rahman (bofh) |
devel/py-aiortc: Update version 1.3.1=>1.5.0
- Update WWW
Changelog: https://github.com/aiortc/aiortc/releases/tag/1.5.0 |
1.3.1_1 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
1.3.1_1 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
1.3.1_1 11 Feb 2023 08:46:45 |
Jan Beich (jbeich) |
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by: portscout |
1.3.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.3.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.3.1 13 Mar 2022 23:28:14 |
Steve Wills (swills) |
devel/py-aiortc: update to 1.3.1 |
1.2.1 05 Feb 2022 01:17:21 |
Yasuhiro Kimura (yasu) |
*/*: Cleanup after the removal of lang/python36
* Remove codes that aren't necessary after the removal of lang/python36
* Mark ports that aren't necessary with Python 3.7 or later as
DEPRECATED and set EXPIRATION_DATE.
PR: 261046
Approved by: lwhsu (python) |
1.2.1 06 Nov 2021 02:59:41 |
Steve Wills (swills) |
devel/py-aiortc: update to 1.2.1 |
1.1.2_1 09 Oct 2021 00:45:18 |
Jan Beich (jbeich) |
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology |
1.1.2 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
1.1.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.2 14 Feb 2021 03:16:13 |
swills |
devel/py-aiortc: update to 1.1.2 |
0.9.28 14 Jul 2020 02:23:31 |
swills |
devel/py-aiortc: udpate to 0.9.28 |
0.9.22 11 Oct 2019 13:28:20 |
swills |
devel/py-aiortc: update to 0.9.22 |
0.9.21_1 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.9.21 08 May 2019 19:22:42 |
swills |
devel/py-aiortc: update to 0.9.21 |
0.9.20 24 Apr 2019 13:14:05 |
swills |
devel/py-aiortc: update to 0.9.20 |
0.9.18_1 06 Feb 2019 13:33:13 |
jbeich |
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
0.9.18 15 Jan 2019 03:18:19 |
swills |
devel/py-aiortc: update to 0.9.19 |
0.9.17 05 Jan 2019 16:04:36 |
swills |
devel/py-aiortc: update to 0.9.17 |
0.9.16 31 Dec 2018 20:24:21 |
swills |
devel/py-aiortc: update to 0.9.16 |
0.9.15 27 Dec 2018 14:02:44 |
swills |
devel/py-aiortc: update to 0.9.15 |
0.9.14 16 Dec 2018 21:00:18 |
swills |
devel/py-aiortc: Update to 0.9.14 |
0.9.13_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.9.13 04 Dec 2018 22:42:30 |
swills |
devel/py-aiortc: update to 0.9.13 |
0.9.12 02 Nov 2018 01:33:38 |
swills |
devel/py-aiortc: update to 0.9.12 |
0.9.9 11 Oct 2018 05:28:55 |
swills |
devel/py-aiortc: create port
aiortc is a library for Web Real-Time Communication (WebRTC) and Object
Real-Time Communication (ORTC) in Python. It is built on top of asyncio,
Python's standard asynchronous I/O framework.
WWW: https://github.com/jlaine/aiortc/ |