Commit graph

16 commits

Author SHA1 Message Date
Christian Weisgerber
0a7b1ee983 Update to 0.1.9:
This release adds support for 32-bit floating point WAV output and
fixes a number of minor issues.
2014-06-20 23:37:36 +00:00
Christian Weisgerber
7c689742b1 Switch Opus to USES=libtool.
Bump dependent ports. [1]

Approved by:	portmgr (implicit) [1]
2014-05-25 20:07:24 +00:00
Christian Weisgerber
1f7cb7e829 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
2013-12-18 16:05:42 +00:00
Christian Weisgerber
25438c3bdc Convert to stage. 2013-09-24 19:09:51 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Christian Weisgerber
532255a7ae 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.
2013-07-15 20:24:59 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +00:00
Christian Weisgerber
ff6fd13ec6 Update to 0.1.6. Minor fixes only. 2012-12-18 16:28:54 +00:00
Christian Weisgerber
6aca43e7f1 Chase audio/opus library bump. 2012-12-10 19:02:10 +00:00
Christian Weisgerber
9f7e240854 Update to 0.1.5.
This release removes the confusing and ineffective '--speech' and
'--music' options to opusenc.

PR:		171565
2012-09-15 19:46:11 +00:00
Christian Weisgerber
eb59cb38db Update to 0.1.4.
This release fixes several resampling bugs and greatly increases
resampler performance.
2012-08-04 15:39:45 +00:00
Baptiste Daroussin
9346b215f0 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)
2012-07-26 05:40:22 +00:00
Christian Weisgerber
b57b6f569a Mirrored on ftp.mozilla.org itself, but _not_ on MASTER_SITE_MOZILLA. 2012-07-22 19:39:06 +00:00
Christian Weisgerber
b821e35f2a Add build dependency on pkg-config.
Submitted by:	beat / pointyhat
2012-07-22 19:31:10 +00:00
Christian Weisgerber
d7d47ddc4b Import opus-tools 0.1.3.
Opus-tools provides command-line utilities to encode, inspect, and
decode .opus files.

WWW: http://opus-codec.org/
2012-07-19 20:56:44 +00:00