diff options
author | ryoon <ryoon> | 2013-06-16 13:00:59 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-06-16 13:00:59 +0000 |
commit | 6f82c568504c70613d822c617ea47d352f2e7682 (patch) | |
tree | 9a4446dfa04f6788a84f1bd5b2f65f868e82a518 /audio/moc/Makefile | |
parent | 156fc89a8fa0a4d50001e0d68bb46127e867927c (diff) | |
download | pkgsrc-6f82c568504c70613d822c617ea47d352f2e7682.tar.gz |
Update to 2.4.4
Changelog:
2.4.4
* Fix crash when saving a playlist with URLs.
* Fix hang in case of symlink loop (like symlink to parent directory)
when adding files recursivelly to the playlist.
* Fix bad memory acces when using FILL parameter in layouts that caused
"FATAL_ERROR: Layout1 is malformed".
* Fix compilation with newer ffmpeg. (Alexis Ballier)
* Increase maximum file title (made from tags) length to 512. Helps on
wide terminals.
* Fix displaying URLs on the playlist when it ends with a slash.
* Fix compilation of flac plugin by detecting libflac using pkg-config.
* Fix for multichannel playback. (Maarten van Es)
* Fix handling of invalid track number in tags. A segfault occured when
the track number was at least a value of 2^31.
* Support for the new (SVN) libmpcdec API.
* Remove old, irrelevant comment about iconv from the configuration
file.
* Fix configure to display proper information about compiled RCC.
* Run libtoolize in autogen.sh to prevent conflicts with installed
libtool/libltdl version.
Diffstat (limited to 'audio/moc/Makefile')
-rw-r--r-- | audio/moc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 02911c18775..4c6da79c010 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/04/08 11:17:09 rodent Exp $ +# $NetBSD: Makefile,v 1.22 2013/06/16 13:00:59 ryoon Exp $ -DISTNAME= moc-2.4.3 -PKGREVISION= 5 +DISTNAME= moc-2.4.4 CATEGORIES= audio -MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ +MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= peter.schuller@infidyne.com |