svn commit: r556629 - head/audio/exhale

Rainer Hurling rhurlin at FreeBSD.org
Mon Nov 30 11:37:52 UTC 2020


Author: rhurlin
Date: Mon Nov 30 11:37:51 2020
New Revision: 556629
URL: https://svnweb.freebsd.org/changeset/ports/556629

Log:
  audio/exhale: Update to 1.1.0
  
  From the changelog[1]:
  - Add basic SBR functionality for lower-rate coding down
    to 18 kbps/channel
  - exhaleApp: Add support for CVBR modes a-g for encoding
    with SBR functionality
  - exhaleApp: show ARM in header and '-v' command
  - exhaleLib: basic 2:1 SBR encoding with ccfl = 2048,
    minor fixes and code cleanups
  
  [1] https://gitlab.com/ecodis/exhale/-/releases/v1.1.0
  
  PR:		251467
  Submitted by:	Daniel Engberg <daniel.engberg.lists at pyret.net> (maintainer)
  Approved by:	arrowd, tcberner (mentors, implicit)

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

Modified: head/audio/exhale/Makefile
==============================================================================
--- head/audio/exhale/Makefile	Mon Nov 30 11:35:02 2020	(r556628)
+++ head/audio/exhale/Makefile	Mon Nov 30 11:37:51 2020	(r556629)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	exhale
-DISTVERSION=	1.0.8
+DISTVERSION=	1.1.0
 CATEGORIES=	audio
 
 MAINTAINER=	daniel.engberg.lists at pyret.net
@@ -16,7 +16,7 @@ USES=		cmake compiler:c++11-lang
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	ecodis
-GL_COMMIT=	8b56192418bb5262054f12d53969555d47072e44
+GL_COMMIT=	c71ec4805a2cf0bdbc6968a5ef63d2dd326cf541
 
 USE_LDCONFIG=	yes
 

Modified: head/audio/exhale/distinfo
==============================================================================
--- head/audio/exhale/distinfo	Mon Nov 30 11:35:02 2020	(r556628)
+++ head/audio/exhale/distinfo	Mon Nov 30 11:37:51 2020	(r556629)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604123013
-SHA256 (ecodis-exhale-8b56192418bb5262054f12d53969555d47072e44_GL0.tar.gz) = c40d98a710ba9ec8f27df3d4a055e61f748e073891cd820da0df5f5aa5bdebd5
-SIZE (ecodis-exhale-8b56192418bb5262054f12d53969555d47072e44_GL0.tar.gz) = 123179
+TIMESTAMP = 1606683242
+SHA256 (ecodis-exhale-c71ec4805a2cf0bdbc6968a5ef63d2dd326cf541_GL0.tar.gz) = 3be462dec08380d3c81714b2e1f83cbd7dba2e464337a4b3998cdb24587f2fc5
+SIZE (ecodis-exhale-c71ec4805a2cf0bdbc6968a5ef63d2dd326cf541_GL0.tar.gz) = 130200


More information about the svn-ports-head mailing list