Port details |
- opus-tools Encode, inspect, and decode Opus files
- 0.2 audio
=4 Version of this port present on the latest quarterly branch. - Maintainer: naddy@FreeBSD.org
 - Port Added: 2012-07-19 20:57:53
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: opus, mplayer, openssl, smartmontools, coreutils
- License: BSD2CLAUSE GPLv2
- Description:
- Opus-tools provides command-line utilities to encode, inspect, and
decode .opus files.
WWW: https://opus-codec.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opus-tools>0:audio/opus-tools
- To install the port:
- cd /usr/ports/audio/opus-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/opus-tools
- pkg install opus-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opus-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1538240971
SHA256 (opus-tools-0.2.tar.gz) = b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86
SIZE (opus-tools-0.2.tar.gz) = 457680
- 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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libFLAC.so : audio/flac
- libogg.so : audio/libogg
- libopusenc.so : audio/libopusenc
- libopus.so : audio/opus
- libopusfile.so : audio/opusfile
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_opus-tools
- USES:
- pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.2 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Sep 2018 19:09:29
0.2 |
naddy  |
Update to 0.2 for miscellaneous improvements. Detailed changes:
https://opus-codec.org/release/dev/2018/09/18/opus-tools-0_2.html |
01 Jul 2017 20:27:05
0.1.10 |
naddy  |
Update MASTER_SITES and WWW. |
06 Apr 2017 20:59:33
0.1.10 |
naddy  |
Update to 0.1.10. No list of changes available, but looks like bug fixes. |
01 Apr 2016 13:29:17
0.1.9_3 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
28 Dec 2015 15:49:48
0.1.9_3 |
naddy  |
Move homepage to https; add license. |
10 Sep 2015 19:46:30
0.1.9_2 |
naddy  |
Fix opusenc buffer overflow, channel integer overflow, and division
by zero. (Same code as vorbis-tools oggenc.)
PR: 202941
Obtained from: https://trac.xiph.org/ticket/2212
Obtained from: https://trac.xiph.org/changeset/19117
Obtained from: Fedora vorbis-tools Git (commit 63a1a62d)
Security: CVE-2015-6749
Security: CVE-2014-9638
Security: CVE-2014-9639
Security: a35f415d-572a-11e5-b0a4-f8b156b6dcc8
MFH: 2015Q3 |
09 Jun 2015 14:24:42
0.1.9_1  |
jbeich  |
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 |
14 May 2015 10:15:09
0.1.9_1  |
mat  |
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 |
31 Dec 2014 15:46:12
0.1.9_1  |
naddy  |
On i386, setting CPUTYPE=pentium-m or such will cause __SSE__ to
appear. This in turn triggers an #ifdef branch that tries to include
<cpuid.h>, but gcc on 9.x doesn't have that header. Make
query_cpu_support() skip cpuid and always return 0 as it is only
used for a sanity check that we don't need.
PR: 195881 |
08 Dec 2014 16:48:41
0.1.9_1  |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20 Jun 2014 23:37:37
0.1.9  |
naddy  |
Update to 0.1.9:
This release adds support for 32-bit floating point WAV output and
fixes a number of minor issues. |
25 May 2014 20:07:25
0.1.8_1  |
naddy  |
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1] |
18 Dec 2013 16:05:42
0.1.8  |
naddy  |
Update to 0.1.8. Changes include:
* update to opus 1.0.3 surround encoder API
* support for encoding from FLAC files
* better metadata support, including copying tags from FLAC input |
24 Sep 2013 19:09:51
0.1.6_1  |
naddy  |
Convert to stage. |
20 Sep 2013 14:36:37
0.1.6_1  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
01 Aug 2013 20:22:27
0.1.6_1  |
naddy  |
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake |
15 Jul 2013 20:25:00
0.1.6_1  |
naddy  |
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. |
22 Apr 2013 23:19:09
0.1.6  |
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
18 Dec 2012 16:28:54
0.1.6  |
naddy  |
Update to 0.1.6. Minor fixes only. |
10 Dec 2012 19:02:10
0.1.5_1  |
naddy  |
Chase audio/opus library bump. |
15 Sep 2012 19:46:11
0.1.5  |
naddy  |
Update to 0.1.5.
This release removes the confusing and ineffective '--speech' and
'--music' options to opusenc.
PR: 171565 |
04 Aug 2012 15:39:45
0.1.4  |
naddy  |
Update to 0.1.4.
This release fixes several resampling bugs and greatly increases
resampler performance. |
26 Jul 2012 05:40:24
0.1.3  |
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
22 Jul 2012 19:39:06
0.1.3  |
naddy  |
Mirrored on ftp.mozilla.org itself, but _not_ on MASTER_SITE_MOZILLA. |
22 Jul 2012 19:31:10
0.1.3  |
naddy  |
Add build dependency on pkg-config.
Submitted by: beat / pointyhat |
19 Jul 2012 20:56:44
0.1.3  |
naddy  |
Import opus-tools 0.1.3.
Opus-tools provides command-line utilities to encode, inspect, and
decode .opus files.
WWW: http://opus-codec.org/ |