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/
This commit is contained in:
parent
823e84febc
commit
7f6c9d8d5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514708
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user