freebsd-ports/audio/gstreamer1-plugins-opus/Makefile
Christian Weisgerber 56ba5294e6 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
2013-12-18 16:04:49 +00:00

13 lines
223 B
Makefile

# $FreeBSD$
PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
GST_PLUGIN= opus
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"