From owner-svn-ports-head@freebsd.org Fri Oct 18 08:54:11 2019 Return-Path: Delivered-To: svn-ports-head@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 9B22414A95C; Fri, 18 Oct 2019 08:54:11 +0000 (UTC) (envelope-from tcberner@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) server-signature RSA-PSS (4096 bits) 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 46vfwM3d3vz4KTM; Fri, 18 Oct 2019 08:54:11 +0000 (UTC) (envelope-from tcberner@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 47209684B; Fri, 18 Oct 2019 08:54:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9I8sBiw071197; Fri, 18 Oct 2019 08:54:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9I8sAYK071194; Fri, 18 Oct 2019 08:54:10 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201910180854.x9I8sAYK071194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 18 Oct 2019 08:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514708 - head/audio/twolame X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/twolame X-SVN-Commit-Revision: 514708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2019 08:54:11 -0000 Author: tcberner Date: Fri Oct 18 08:54:10 2019 New Revision: 514708 URL: https://svnweb.freebsd.org/changeset/ports/514708 Log: audio/twolame: update to 0.4.0 Changes in this release are [1]: - Added free format encoding (now up to 450 kbps) - Added DAB utility methods for ScF-CRC handling - Added `twolame_get_original()` and `twolame_set_original()` - Added `twolame_get_extension()` and `twolame_set_extension()` - Bundled .spec file in tarball for building RPM for twolame - Make libsndfile dependency (and therefore the frontend) optional - Fixed VBR encoding - Fixed setting for error protection flag - Fixed padding bugs - Fixed scaling of floating point input source through libsndfile - Removed `slotinfo` global variables to fix a thread safety bug - Switched to handling reading from STDIN using libsndfile - Improvements to the Windows build process - Compiler and Valgrind warning fixes - Various other fixes and enhancements [1] https://sourceforge.net/p/twolame/mailman/message/36783308/ Modified: head/audio/twolame/Makefile head/audio/twolame/distinfo head/audio/twolame/pkg-plist Modified: head/audio/twolame/Makefile ============================================================================== --- head/audio/twolame/Makefile Fri Oct 18 07:42:22 2019 (r514707) +++ head/audio/twolame/Makefile Fri Oct 18 08:54:10 2019 (r514708) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= twolame -PORTVERSION= 0.3.13 -PORTREVISION= 4 +PORTVERSION= 0.4.0 CATEGORIES= audio MASTER_SITES= SF \ http://www.ecs.soton.ac.uk/~njh/twolame/ Modified: head/audio/twolame/distinfo ============================================================================== --- head/audio/twolame/distinfo Fri Oct 18 07:42:22 2019 (r514707) +++ head/audio/twolame/distinfo Fri Oct 18 08:54:10 2019 (r514708) @@ -1,2 +1,3 @@ -SHA256 (twolame-0.3.13.tar.gz) = 98f332f48951f47f23f70fd0379463aff7d7fb26f07e1e24e42ddef22cc6112a -SIZE (twolame-0.3.13.tar.gz) = 660415 +TIMESTAMP = 1571225590 +SHA256 (twolame-0.4.0.tar.gz) = cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d +SIZE (twolame-0.4.0.tar.gz) = 890908 Modified: head/audio/twolame/pkg-plist ============================================================================== --- head/audio/twolame/pkg-plist Fri Oct 18 07:42:22 2019 (r514707) +++ head/audio/twolame/pkg-plist Fri Oct 18 08:54:10 2019 (r514708) @@ -5,25 +5,11 @@ lib/libtwolame.so lib/libtwolame.so.0 lib/libtwolame.so.0.0.0 libdata/pkgconfig/twolame.pc +man/man1/twolame.1.gz +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README %%DOCSDIR%%/api.txt -%%DOCSDIR%%/html/api.html -%%DOCSDIR%%/html/authors.html -%%DOCSDIR%%/html/changelog.html -%%DOCSDIR%%/html/doxygen.css -%%DOCSDIR%%/html/doxygen.png -%%DOCSDIR%%/html/index.html -%%DOCSDIR%%/html/nav_f.png -%%DOCSDIR%%/html/nav_h.png -%%DOCSDIR%%/html/psycho.html -%%DOCSDIR%%/html/readme.html -%%DOCSDIR%%/html/tabs.css -%%DOCSDIR%%/html/todo.html -%%DOCSDIR%%/html/twolame-manpage.css -%%DOCSDIR%%/html/twolame.1.html -%%DOCSDIR%%/html/twolame.css -%%DOCSDIR%%/html/twolame_8h.html -%%DOCSDIR%%/html/twolame_8h_source.html -%%DOCSDIR%%/html/vbr.html %%DOCSDIR%%/psycho.txt %%DOCSDIR%%/vbr.txt -man/man1/twolame.1.gz