svn commit: r553886 - head/audio/exhale

Rainer Hurling rhurlin at FreeBSD.org
Mon Nov 2 06:36:55 UTC 2020


Author: rhurlin
Date: Mon Nov  2 06:36:54 2020
New Revision: 553886
URL: https://svnweb.freebsd.org/changeset/ports/553886

Log:
  audio/exhale: Update to 1.0.8
  
  From the changelog[1]:
  - minor quality improvements at low and high rates,
    some license text clarifications
  - exhaleApp: slightly improved loudness calculation
    for low and high sampling rates
  - exhaleLib: improved audio quality a bit for the
    lower and higher-rate CVBR modes
  - License: removed references to BSD text, clarified
    disclaimer and contributor text
  
  [1] https://gitlab.com/ecodis/exhale/-/releases/v1.0.8
  
  PR:		250748
  Submitted by:	Daniel Engberg <daniel.engberg.lists at pyret.net> (maintainer)
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27051

Modified:
  head/audio/exhale/Makefile
  head/audio/exhale/distinfo

Modified: head/audio/exhale/Makefile
==============================================================================
--- head/audio/exhale/Makefile	Mon Nov  2 05:36:02 2020	(r553885)
+++ head/audio/exhale/Makefile	Mon Nov  2 06:36:54 2020	(r553886)
@@ -1,20 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	exhale
-DISTVERSION=	1.0.7
+DISTVERSION=	1.0.8
 CATEGORIES=	audio
 
 MAINTAINER=	daniel.engberg.lists at pyret.net
 COMMENT=	Open source xHE-AAC (Extended HE-AAC/USAC) encoder
 
-LICENSE=	BSD
+LICENSE=	EXHALE
+LICENSE_NAME=	exhale Copyright License
 LICENSE_FILE=	${WRKSRC}/include/License.htm
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		cmake compiler:c++11-lang
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	ecodis
-GL_COMMIT=	54a7bcd78320870f12020bf75489a930731cb308
+GL_COMMIT=	8b56192418bb5262054f12d53969555d47072e44
 
 USE_LDCONFIG=	yes
 

Modified: head/audio/exhale/distinfo
==============================================================================
--- head/audio/exhale/distinfo	Mon Nov  2 05:36:02 2020	(r553885)
+++ head/audio/exhale/distinfo	Mon Nov  2 06:36:54 2020	(r553886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598737475
-SHA256 (ecodis-exhale-54a7bcd78320870f12020bf75489a930731cb308_GL0.tar.gz) = a1b5b1cd41e2f7a9d469f5bfceef7f2b1abb4a064f114fc7cf5356e982050bb8
-SIZE (ecodis-exhale-54a7bcd78320870f12020bf75489a930731cb308_GL0.tar.gz) = 122647
+TIMESTAMP = 1604123013
+SHA256 (ecodis-exhale-8b56192418bb5262054f12d53969555d47072e44_GL0.tar.gz) = c40d98a710ba9ec8f27df3d4a055e61f748e073891cd820da0df5f5aa5bdebd5
+SIZE (ecodis-exhale-8b56192418bb5262054f12d53969555d47072e44_GL0.tar.gz) = 123179


More information about the svn-ports-head mailing list