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 | |
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
-rw-r--r-- | audio/xmp/Makefile | 5 | ||||
-rw-r--r-- | audio/xmp/distinfo | 8 |
2 files changed, 6 insertions, 7 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/} diff --git a/audio/xmp/distinfo b/audio/xmp/distinfo index 68c59566d4c..2dc19d8eec4 100644 --- a/audio/xmp/distinfo +++ b/audio/xmp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2014/02/27 03:40:10 rxg Exp $ +$NetBSD: distinfo,v 1.17 2015/02/10 03:34:19 rxg Exp $ -SHA1 (xmp-4.0.7.tar.gz) = 0817146ff66ba3557963b8857aa80b4f63a56fc8 -RMD160 (xmp-4.0.7.tar.gz) = 26e6bde1b307001a5fa39bc7b5c12cccd795236b -Size (xmp-4.0.7.tar.gz) = 177879 bytes +SHA1 (xmp-4.0.10.tar.gz) = e6a39a5158a9e36d437b233d68a8dc7756a971e1 +RMD160 (xmp-4.0.10.tar.gz) = 1dfd7f50c0bf8fa7cfd72c127d9d66dc151cced2 +Size (xmp-4.0.10.tar.gz) = 203088 bytes SHA1 (patch-etc_Makefile) = 5816b82a6253a627b39ff2ca262bfb5675ca97e3 SHA1 (patch-src_drivers_netbsd.c) = 6bbb1a40b7bb95ecdad6fe5f76be2a51a8940906 SHA1 (patch-src_options.c) = f372d1336e795b77c7ce38230bf69dd363da02c2 |