diff options
author | naddy <naddy@FreeBSD.org> | 2013-12-19 00:04:49 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-12-19 00:04:49 +0800 |
commit | ec4b0c266d20c425e3ea609bba91d47d2b85249b (patch) | |
tree | 09f3a453c650c499b52275e28d2c37b44fa1abb6 /audio/mumble | |
parent | d195055ee963ad376da19ed0d348af00e0afb64b (diff) | |
download | freebsd-ports-gnome-ec4b0c266d20c425e3ea609bba91d47d2b85249b.tar.gz freebsd-ports-gnome-ec4b0c266d20c425e3ea609bba91d47d2b85249b.tar.zst freebsd-ports-gnome-ec4b0c266d20c425e3ea609bba91d47d2b85249b.zip |
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
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index ecd02b0e59e2..0fa90173ee3c 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} |