Date: Fri, 18 Oct 2019 08:54:10 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514708 - head/audio/twolame Message-ID: <201910180854.x9I8sAYK071194@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910180854.x9I8sAYK071194>