notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/opus/Makefile

Number of commits found: 35

Tuesday, 16 Apr 2024
15:23 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: update to 1.5.2

No notable changes.
Our local ARM patches have been intregrated upstream.
commit hash: 316c9baba6c4e627427baf78f7e54fe302a6b7c1 commit hash: 316c9baba6c4e627427baf78f7e54fe302a6b7c1 commit hash: 316c9baba6c4e627427baf78f7e54fe302a6b7c1 commit hash: 316c9baba6c4e627427baf78f7e54fe302a6b7c1 316c9ba
Tuesday, 12 Mar 2024
15:54 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: fix build on arm

* fix the build on 32-bit arm[1]
* GitHub does not have a release tarball for this release[2]

PR:		277537
Obtained from:	fuz [1]
Reported by:	diizzy [2]
commit hash: a1c197fb10cb282953644a53f46288358fe99a47 commit hash: a1c197fb10cb282953644a53f46288358fe99a47 commit hash: a1c197fb10cb282953644a53f46288358fe99a47 commit hash: a1c197fb10cb282953644a53f46288358fe99a47 a1c197f
Sunday, 10 Mar 2024
16:18 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: update to 1.5.1

This update enables the new machine learning features:
https://opus-codec.org/demo/opus-1.5/

Runtime detection patches for ARMv6, ARMv7 and Aarch64 by fuz@

PR:		277537
commit hash: ff3ca68472c8562c0008b68c9244b523c7543619 commit hash: ff3ca68472c8562c0008b68c9244b523c7543619 commit hash: ff3ca68472c8562c0008b68c9244b523c7543619 commit hash: ff3ca68472c8562c0008b68c9244b523c7543619 ff3ca68
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: update to 1.4

This new release brings the following improvements:
- Improved tuning of the Opus in-band FEC (LBRR)
- Added an OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not
  force SILK mode (FEC will be disabled in CELT mode)
- Improved tuning and various fixes to DTX

PR:		270996
commit hash: ffa50ba20a61a2daa3bd44dceaf76061683acebd commit hash: ffa50ba20a61a2daa3bd44dceaf76061683acebd commit hash: ffa50ba20a61a2daa3bd44dceaf76061683acebd commit hash: ffa50ba20a61a2daa3bd44dceaf76061683acebd ffa50ba
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 21 Apr 2019
19:31 naddy search for other commits by this committer
Update to 1.3.1.  Changes:
* Fixes an issue with the analysis of files with digital silence.
* A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode.
Original commitRevision:499590 
Saturday, 20 Oct 2018
18:17 naddy search for other commits by this committer
Update to 1.3.

Changes since 1.2.x include:
- Improvements to the VAD and speech/music classification using an RNN
- Support for ambisonics coding using channel mapping families 2 and 3
- Improvements to stereo speech coding at low bitrate
- Using wideband encoding down to 9 kb/s
- Making it possible to use SILK down to bitrates around 5 kb/s
- Minor quality improvement on tones
- Enabling the spec fixes in RFC 8251 by default
- Security/hardening improvements

Notable bug fixes include:
- Fixes to the CELT PLC
- Bandwidth detection fixes
Original commitRevision:482612 
Saturday, 1 Jul 2017
20:23 naddy search for other commits by this committer
Update to 1.2.1.
For a description of the codec improvements in 1.2, see
https://people.xiph.org/~jm/opus/opus-1.2/
Original commitRevision:444834 
Saturday, 21 Jan 2017
21:52 naddy search for other commits by this committer
Update to 1.1.4: A specially-crafted Opus packet could cause an
integer wrap-around in the SILK LSF stabilization code.

Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607
Original commitRevision:432084 
Thursday, 4 Aug 2016
15:24 naddy search for other commits by this committer
Update to 1.1.3 for some minor fixes.
Original commitRevision:419624 
Friday, 15 Jan 2016
21:53 naddy search for other commits by this committer
Update to 1.1.2 for minor bug fixes.
Original commitRevision:406192 
Monday, 28 Dec 2015
15:49 naddy search for other commits by this committer
Move homepage to https; add license.
Original commitRevision:404669 
Thursday, 24 Dec 2015
16:34 naddy search for other commits by this committer
Update to 1.1.1 for minor bug fixes and optimizations.
Original commitRevision:404376 
Tuesday, 13 Oct 2015
20:07 naddy search for other commits by this committer
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
Original commitRevision:399214 
Tuesday, 9 Jun 2015
14:24 jbeich search for other commits by this committer
bsd.sites.mk: cleanup MOZILLA mirrors

- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
Original commitRevision:388939 
Sunday, 17 May 2015
11:01 amdmi3 search for other commits by this committer
- Add CPE info
- Add LICENSE

Approved by:	portmgr blanket
Original commitRevision:386597 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 25 May 2014
20:07 naddy search for other commits by this committer
Switch Opus to USES=libtool.
Bump dependent ports. [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:355266 
Wednesday, 18 Dec 2013
16:04 naddy search for other commits by this committer
Update opus to 1.1, which includes:
* new analysis code and tuning that significantly improves encoding
  quality, especially for variable-bitrate (VBR),
* automatic detection of speech or music to decide which encoding
  mode to use,
* surround with good quality at 128 kbps for 5.1 and usable down
  to 48 kbps,
* and speed improvements on all architectures.

Chase shared library bump.

PR:		184956
Original commitRevision:336843 
Tuesday, 24 Sep 2013
06:24 bapt search for other commits by this committer
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run

Exp-run by:	bdrewery
Original commitRevision:328096 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Thursday, 19 Sep 2013
15:30 naddy search for other commits by this committer
bsd.port.options.mk can handle testing of ARCH, and is less expensive
then inclusion of bsd.port.pre.mk

PR:		180585
Submitted by:	jgh
Original commitRevision:327632 
Thursday, 1 Aug 2013
20:22 naddy search for other commits by this committer
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Original commitRevision:324122 
Tuesday, 16 Jul 2013
00:16 mandree search for other commits by this committer
Fix up build. bsd.port.pre.mk needs bsd.port.mk changed to bsd.port.post.mk.
Original commitRevision:323083 
Monday, 15 Jul 2013
20:25 naddy search for other commits by this committer
Update to Opus 1.0.3:
* new surround API
* fixes for a few minor glitches during mode switching
* fixes a regression in the FEC code introduced in 1.0.2

Chase libopus bump in dependent ports.
Original commitRevision:323078 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Thursday, 14 Mar 2013
21:43 naddy search for other commits by this committer
Enable Opus custom modes, required by jack2.

Submitted by:	gahr
Original commitRevision:314187 
Tuesday, 11 Dec 2012
13:01 naddy search for other commits by this committer
Fix shared library version in plist.

PR:		174351
Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info>
Original commitRevision:308685 
Monday, 10 Dec 2012
19:01 naddy search for other commits by this committer
Update to 1.0.2: fixes an out-of-bounds read.
Original commitRevision:308626 
Saturday, 15 Sep 2012
19:42 naddy search for other commits by this committer
Update to 1.0.1.  Opus has now been standardized by the IETF as RFC 6716.

PR:		171564
Original commitRevision:304321 
Sunday, 22 Jul 2012
19:39 naddy search for other commits by this committer
Mirrored on ftp.mozilla.org itself, but _not_ on MASTER_SITE_MOZILLA.
Original commit
Thursday, 19 Jul 2012
14:34 naddy search for other commits by this committer
Import opus 0.9.14.

The Opus codec is designed to handle a wide range of interactive
audio applications, including Voice over IP, videoconferencing,
in-game chat, and even remote live music performances. It can scale
from low bit-rate narrowband speech to very high quality stereo
music.

WWW: http://opus-codec.org/
Original commit

Number of commits found: 35