aboutsummaryrefslogtreecommitdiff
path: root/audio/opus-tools
Commit message (Collapse)AuthorAgeFilesLines
* 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