aboutsummaryrefslogtreecommitdiff
path: root/audio/opus-tools
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES and WWW.Christian Weisgerber2017-07-011-2/+1
| | | | Notes: svn path=/head/; revision=444835
* Update to 0.1.10. No list of changes available, but looks like bug fixes.Christian Weisgerber2017-04-064-102/+4
| | | | Notes: svn path=/head/; revision=437876
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Move homepage to https; add license.Christian Weisgerber2015-12-282-2/+6
| | | | Notes: svn path=/head/; revision=404669
* Fix opusenc buffer overflow, channel integer overflow, and divisionChristian Weisgerber2015-09-102-1/+86
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=396600
* bsd.sites.mk: cleanup MOZILLA mirrorsJan Beich2015-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=388939
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* On i386, setting CPUTYPE=pentium-m or such will cause __SSE__ toChristian Weisgerber2014-12-311-0/+13
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=375895
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update to 0.1.9:Christian Weisgerber2014-06-202-4/+3
| | | | | | | | This release adds support for 32-bit floating point WAV output and fixes a number of minor issues. Notes: svn path=/head/; revision=358656
* Switch Opus to USES=libtool.Christian Weisgerber2014-05-251-1/+3
| | | | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=355266
* Update to 0.1.8. Changes include:Christian Weisgerber2013-12-182-5/+6
| | | | | | | | | * update to opus 1.0.3 surround encoder API * support for encoding from FLAC files * better metadata support, including copying tags from FLAC input Notes: svn path=/head/; revision=336844
* Convert to stage.Christian Weisgerber2013-09-242-7/+9
| | | | Notes: svn path=/head/; revision=328190
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* For all my portsChristian Weisgerber2013-08-011-1/+0
| | | | | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake Notes: svn path=/head/; revision=324122
* Update to Opus 1.0.3:Christian Weisgerber2013-07-151-1/+2
| | | | | | | | | | | * 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. Notes: svn path=/head/; revision=323078
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+1
| | | | Notes: svn path=/head/; revision=316287
* Update to 0.1.6. Minor fixes only.Christian Weisgerber2012-12-182-4/+3
| | | | Notes: svn path=/head/; revision=309194
* Chase audio/opus library bump.Christian Weisgerber2012-12-101-0/+1
| | | | Notes: svn path=/head/; revision=308627
* Update to 0.1.5.Christian Weisgerber2012-09-152-8/+3
| | | | | | | | | | This release removes the confusing and ineffective '--speech' and '--music' options to opusenc. PR: 171565 Notes: svn path=/head/; revision=304322
* Update to 0.1.4.Christian Weisgerber2012-08-042-3/+3
| | | | | | | | This release fixes several resampling bugs and greatly increases resampler performance. Notes: svn path=/head/; revision=302013
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=301539
* Mirrored on ftp.mozilla.org itself, but _not_ on MASTER_SITE_MOZILLA.Christian Weisgerber2012-07-221-1/+2
| | | | Notes: svn path=/head/; revision=301346
* Add build dependency on pkg-config.Christian Weisgerber2012-07-221-0/+2
| | | | | | | Submitted by: beat / pointyhat Notes: svn path=/head/; revision=301345
* Import opus-tools 0.1.3.Christian Weisgerber2012-07-193-0/+31
Opus-tools provides command-line utilities to encode, inspect, and decode .opus files. WWW: http://opus-codec.org/ Notes: svn path=/head/; revision=301190