diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-05 13:32:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-05 13:32:44 +0000 |
commit | 02a858be969c49a5e893172a0d482804d8e50cc7 (patch) | |
tree | 8ed42571f3ff52a39be45341497a70f535e89ad4 /audio | |
parent | bf5b630ba8415c47d8bec86e60a044a5f6468126 (diff) | |
download | pkgsrc-02a858be969c49a5e893172a0d482804d8e50cc7.tar.gz |
Update to 0.3.13.
Changelog:
Version 0.3.13 (2010-01-21)
---------------------------
- Fixed documentation location (--docdir in configure)
* thanks to Chris Mayo for patch
- Moved source code control to Github
- Improvements to build system
- Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3
- Fix problem with 'extern inline' by changing them to 'static inline'
- Wrote perl script to test output of the frontend
- Changed all debugging messages, writing to stdout to write to stderr
- Removed calls to exit() from libtwolame.
- Added --non-copyright option (which is enabled by default)
- Fix for bad copy/paste of variable assignment.
- Manpage correction
- Changed fopen() options to wb to fix Windows
Diffstat (limited to 'audio')
-rw-r--r-- | audio/twolame/Makefile | 5 | ||||
-rw-r--r-- | audio/twolame/PLIST | 8 | ||||
-rw-r--r-- | audio/twolame/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index afa9ce2dea0..e29b4036a15 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/02/21 13:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/02/05 13:32:44 ryoon Exp $ # -DISTNAME= twolame-0.3.12 -PKGREVISION= 1 +DISTNAME= twolame-0.3.13 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/} diff --git a/audio/twolame/PLIST b/audio/twolame/PLIST index 06a889b1423..efe2cd32ec0 100644 --- a/audio/twolame/PLIST +++ b/audio/twolame/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:24 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/02/05 13:32:44 ryoon Exp $ bin/twolame include/twolame.h lib/libtwolame.la @@ -11,15 +11,17 @@ share/doc/twolame/html/changelog.html share/doc/twolame/html/doxygen.css share/doc/twolame/html/doxygen.png share/doc/twolame/html/index.html +share/doc/twolame/html/nav_f.png +share/doc/twolame/html/nav_h.png share/doc/twolame/html/psycho.html share/doc/twolame/html/readme.html +share/doc/twolame/html/tabs.css share/doc/twolame/html/todo.html share/doc/twolame/html/twolame-manpage.css -share/doc/twolame/html/twolame-quirks.css share/doc/twolame/html/twolame.1.html share/doc/twolame/html/twolame.css -share/doc/twolame/html/twolame_8h-source.html share/doc/twolame/html/twolame_8h.html +share/doc/twolame/html/twolame_8h_source.html share/doc/twolame/html/vbr.html share/doc/twolame/psycho.txt share/doc/twolame/vbr.txt diff --git a/audio/twolame/distinfo b/audio/twolame/distinfo index 6eb207151fa..21e101f5462 100644 --- a/audio/twolame/distinfo +++ b/audio/twolame/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/27 00:49:43 jmcneill Exp $ +$NetBSD: distinfo,v 1.3 2011/02/05 13:32:44 ryoon Exp $ -SHA1 (twolame-0.3.12.tar.gz) = 64d621c2967fe8a2fda20f75230a8220fb740090 -RMD160 (twolame-0.3.12.tar.gz) = d5577b36380007ecc701e3afb5b98bc145790085 -Size (twolame-0.3.12.tar.gz) = 483148 bytes +SHA1 (twolame-0.3.13.tar.gz) = 3ca460472c2f6eeedad70291d8e37da88b64eb8b +RMD160 (twolame-0.3.13.tar.gz) = a73f01a281a66cf53e8109d57919593a90dc0bcc +Size (twolame-0.3.13.tar.gz) = 660415 bytes |