diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-16 13:00:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-16 13:00:59 +0000 |
commit | dffae19701d67cbe34230863ab40a4afa570eefb (patch) | |
tree | 9a4446dfa04f6788a84f1bd5b2f65f868e82a518 /audio/moc/Makefile | |
parent | d485df58ad66fa41e7525d47998fefa78ea3f1fd (diff) | |
download | pkgsrc-dffae19701d67cbe34230863ab40a4afa570eefb.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 |