diff options
author | naddy <naddy@FreeBSD.org> | 2013-07-16 04:24:59 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-07-16 04:24:59 +0800 |
commit | b42dd857f82394f49d142802c8232694f2a7e313 (patch) | |
tree | bb33a93fb2a91df39b90f2a3964457631ae93a87 /audio/mumble | |
parent | 08e9b5d8b2c99d6c600254c3451f5b58ef492c6c (diff) | |
download | freebsd-ports-gnome-b42dd857f82394f49d142802c8232694f2a7e313.tar.gz freebsd-ports-gnome-b42dd857f82394f49d142802c8232694f2a7e313.tar.zst freebsd-ports-gnome-b42dd857f82394f49d142802c8232694f2a7e313.zip |
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.
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 205aec8cc67a..55399942dede 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,6 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} |