Port details |
- bcg729 Software G729A encoder and decoder library written in C
- 1.1.1 audio =3 1.1.1Version of this port present on the latest quarterly branch.
- Maintainer: madpilot@FreeBSD.org
- Port Added: 2015-01-13 00:33:15
- Last Update: 2023-07-12 18:56:04
- Commit Hash: 7d1faa7
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- License: GPLv2+
- WWW:
- https://www.linphone.org/technical-corner/bcg729
- Description:
- Bcg729 is a software G729A encoder and decoder library written in C, developed
by Belledonne Communications, the company supporting the Linphone project.
It was written from scratch and is NOT a derivative work of ITU reference
source code in any kind.
It can be executed on many platforms, including both ARM and x86 with very
decent performances. libbcg729 supports concurrent channel encoding/decoding
for multi-call applications such as conferencing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/bcg729/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/bcg729
- pkg install bcg729
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bcg729
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617884287
SHA256 (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = d7d360acc27c5dba9676288f45109d039c52ba6ee7855b285e3526ea9bd1c62b
SIZE (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = 122496
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- net/asterisk-g72x
- net/mediastreamer
- net/wireshark
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- audio_bcg729
- USES:
- cmake
- 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.1.1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
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.1.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.1.1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.1.1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 10 Mar 2021 14:28:07 |
madpilot |
- Update abcg729 to 1.1.1
- Upstream moved to own gitlab instance |
1.0.4_2 03 Apr 2019 09:41:16 |
madpilot |
Add back libdata/pkgconfig/libbcg729.pc file after it was removed
by the 1.0.4 update in r482343.
PR: 236975
Submitted by: sobomax
MFH: 2019Q2 |
1.0.4_1 14 Feb 2019 08:27:07 |
madpilot |
Update project home page. |
1.0.4_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.0.4_1 18 Oct 2018 13:31:01 |
tijl |
Update the Linphone stack and drop maintainership.
Linphone uses Qt5 now instead of GTK2.
audio/bcg729:
- switch to cmake, required by net/mediastreamer
- download distfile instead of using gitlab
- fix license: source code allows later GPL version
audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now
audio/msilbc: deleted, superseded by multimedia/mswebrtc
deskutils/belcard: version 1.0.2
multimedia/bcmatroska2: version 0.23
multimedia/msopenh264: version 1.2.1
multimedia/mswebrtc: version 1.1.1
multimedia/msx264: deleted, superseded by msopenh264
net/bctoolbox: version 0.6.0
net/belle-sip: version 1.6.3
net/liblinphone: version 3.12.0
net/linphone: version 4.1.1 + upstream Qt 5.11 patches
net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch
net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis
security/bzrtp: version 1.0.6
textproc/belr: version 0.1.3 |
1.0.4 11 Jul 2018 09:47:28 |
madpilot |
- Update audio/bcg729 to 1.0.4
- Get distribution from upstream gitlab repository |
1.0.2 30 Jun 2017 15:10:26 |
madpilot |
- Update audio/bcg729 to 1.0.2
- Apply upstream patch to net/asterisk-g72x diue to API changes in
bcg729 |
1.0.1 06 Nov 2015 17:57:41 |
madpilot |
Update to 1.0.1 |
1.0.0_3 17 Apr 2015 10:43:17 |
tijl |
Create a separate port for the Mediastreamer plugin in audio/bcg729
Approved by: madpilot |
1.0.0_2 05 Apr 2015 23:32:06 |
madpilot |
- Update distinfo and unbreak
- Take maintainership
Distfiles differ mainly in the configure and build infrastructure,
apart from fixing a pair of minor bugs. |
1.0.0_1 05 Apr 2015 10:11:42 |
bapt |
Mark as broken ports with problem fetching the distfiles |
1.0.0_1 26 Feb 2015 13:16:06 |
madpilot |
Add option to control dependency on mediastreamer, tuned on by default. |
1.0.0_1 23 Jan 2015 20:12:18 |
tijl |
- Add mediastreamer support so the codec can be used in Linphone
- Add INSTALL_TARGET=install-strip and USES=libtool
- Fix portlint issues |
1.0.0 17 Jan 2015 21:26:01 |
bapt |
Remove useless @dirrm |
1.0.0 13 Jan 2015 00:33:07 |
sobomax |
Add bcg729-1.0.0, a software G729A encoder and decoder library written in C. |