diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-18 08:54:10 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-18 08:54:10 +0000 |
commit | 7f6c9d8d5b8e08c6e2ee5bbefd2d8aff4db9bd02 (patch) | |
tree | 23303ddcde0b92d9edd4ad0ca2a5d36e5204ba3b | |
parent | audil/liblscp: update to 0.6.0 (diff) |
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/
Notes
Notes:
svn path=/head/; revision=514708
-rw-r--r-- | audio/twolame/Makefile | 3 | ||||
-rw-r--r-- | audio/twolame/distinfo | 5 | ||||
-rw-r--r-- | audio/twolame/pkg-plist | 24 |
3 files changed, 9 insertions, 23 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index e877264bd8b9..b7355c90341f 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -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/ diff --git a/audio/twolame/distinfo b/audio/twolame/distinfo index b3cf81ad7574..2ab47d71632b 100644 --- a/audio/twolame/distinfo +++ b/audio/twolame/distinfo @@ -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 diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist index c2b0370c9592..7a25c7652262 100644 --- a/audio/twolame/pkg-plist +++ b/audio/twolame/pkg-plist @@ -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 |