svn commit: r482611 - head/audio/libopusenc

Christian Weisgerber naddy at FreeBSD.org
Sat Oct 20 18:13:20 UTC 2018


Author: naddy
Date: Sat Oct 20 18:13:19 2018
New Revision: 482611
URL: https://svnweb.freebsd.org/changeset/ports/482611

Log:
  Update to 0.2.1.  This release fixes two minor bugs:
  - a gapless bug in the LPC filtering
  - a crash on destroy when using the pull API

Modified:
  head/audio/libopusenc/Makefile
  head/audio/libopusenc/distinfo

Modified: head/audio/libopusenc/Makefile
==============================================================================
--- head/audio/libopusenc/Makefile	Sat Oct 20 18:07:07 2018	(r482610)
+++ head/audio/libopusenc/Makefile	Sat Oct 20 18:13:19 2018	(r482611)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libopusenc
-PORTVERSION=	0.2
+PORTVERSION=	0.2.1
 CATEGORIES=	audio
 MASTER_SITES=	MOZILLA/opus
 

Modified: head/audio/libopusenc/distinfo
==============================================================================
--- head/audio/libopusenc/distinfo	Sat Oct 20 18:07:07 2018	(r482610)
+++ head/audio/libopusenc/distinfo	Sat Oct 20 18:13:19 2018	(r482611)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537972823
-SHA256 (libopusenc-0.2.tar.gz) = c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a
-SIZE (libopusenc-0.2.tar.gz) = 388027
+TIMESTAMP = 1540058989
+SHA256 (libopusenc-0.2.1.tar.gz) = 8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9
+SIZE (libopusenc-0.2.1.tar.gz) = 388071


More information about the svn-ports-all mailing list