diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-07-04 14:41:14 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-07-04 14:41:14 +0000 |
commit | 74911483631d40992943947d4f44e529d536fca4 (patch) | |
tree | a5245f3ebe0305b1e946af40f715c6d9f3479570 /audio/sidplay/Makefile | |
parent | f1ae25b99f1fda6a604504bdc5c1e75813159538 (diff) | |
download | pkgsrc-74911483631d40992943947d4f44e529d536fca4.tar.gz |
Update sidplay to 1.36.35. Provided in pr 7846 by Antti Kantee.
* Don't allow SID to disable voice 3 if it has filters enabled.
* Improved emulation of Galway Noise based on PlaySID's
Extended SID registers.
* Improved random number generator's bit 0.
* Improved ASCII conversion of CHR$-strings in MUS file format.
(Peter Weighill)
Diffstat (limited to 'audio/sidplay/Makefile')
-rw-r--r-- | audio/sidplay/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index c5b5eca6671..bb57abcd0d2 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 1999/05/10 11:26:11 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/07/04 14:41:14 frueauf Exp $ # -DISTNAME= sidplay-1_36_34 -PKGNAME= sidplay-1.36.34 -WRKSRC= ${WRKDIR}/sidplay-1.36.34 +DISTNAME= sidplay-1_36_35 +PKGNAME= sidplay-1.36.35 +WRKSRC= ${WRKDIR}/sidplay-1.36.35 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ EXTRACT_SUFX= .tgz -MAINTAINER= packages@netbsd.org +MAINTAINER= pooka@iki.fi HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ GNU_CONFIGURE= yes |