From owner-svn-ports-all@freebsd.org Mon Nov 2 06:36:55 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 772503F73DA; Mon, 2 Nov 2020 06:36:55 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CPjr72btLz46k1; Mon, 2 Nov 2020 06:36:55 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D83E25434; Mon, 2 Nov 2020 06:36:55 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A26atNm046802; Mon, 2 Nov 2020 06:36:55 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A26asM1046800; Mon, 2 Nov 2020 06:36:54 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202011020636.0A26asM1046800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Mon, 2 Nov 2020 06:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553886 - head/audio/exhale X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/audio/exhale X-SVN-Commit-Revision: 553886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2020 06:36:55 -0000 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 (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@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