diff options
author | rxg <rxg@pkgsrc.org> | 2015-02-10 03:34:19 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2015-02-10 03:34:19 +0000 |
commit | 898445b7664b71ce8e8be5f0d57d0c1ffdba30f0 (patch) | |
tree | e698ce3778dd9afc598284b2037e972f1c666efb /audio/xmp/Makefile | |
parent | 4ba4e485a39c09967de8353a82b7e664507a8313 (diff) | |
download | pkgsrc-898445b7664b71ce8e8be5f0d57d0c1ffdba30f0.tar.gz |
4.0.10 (20141030):
- Add AIFF file output driver (by Lorence Lombardo)
- Add command 'h' to display help message (by Eugene Toder)
- Fix sound driver deinitialization on signal (by Eugene Toder)
- Adjust CoreAudio driver latency
- Fix missing --all-sequences in help message
4.0.9 (20140926):
- Add option '-p' to set the default pan amplitude
- Add parameter 'default_pan' to configuration file
- Fix library detection when cross-compiling
- Fix Visual Studio 2013 build (by Stephen Leary)
- Default pan amplitude set to 50%
4.0.8 (20140714):
- Add command 'c' to display module comment
- Add command-line option -C to display module comment
- Fix ignored amplify option (by Dennis Lindroos)
- Fix Win64 compatibility (by Ozkan Sezer)
- Fix configuration file location in Windows (by Ozkan Sezer)
- Fix screen corruption with large number of rows
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 97740888c71..1142582a3db 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2014/06/09 14:18:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2015/02/10 03:34:19 rxg Exp $ -DISTNAME= xmp-4.0.7 -PKGREVISION= 3 +DISTNAME= xmp-4.0.10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/} |