Received: by mail.netbsd.org (Postfix, from userid 605) id CFDEF84D3A; Wed, 25 Mar 2020 13:01:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5859E84D2A for ; Wed, 25 Mar 2020 13:01:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DFLNnYtllcD0 for ; Wed, 25 Mar 2020 13:01:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE68184CEF for ; Wed, 25 Mar 2020 13:01:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7304FB27; Wed, 25 Mar 2020 13:01:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585141262149300" MIME-Version: 1.0 Date: Wed, 25 Mar 2020 13:01:02 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/audio/din To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20200325130102.C7304FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585141262149300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Wed Mar 25 13:01:02 UTC 2020 Modified Files: pkgsrc/audio/din: Makefile distinfo Log Message: audio/din: Updates to 45 Changes since 44.0.2: DIN Is Noise 45 @ Chennai, India ! fixed internal bug in noise generator ! + results in improved noise :) + keys can trigger notes or noise on keyboard-keyboard + ie keys from computer keyboard or MIDI keyboard + press ENTER to toggle - removed black/white notes display from MIDI keyboard input + colored notes displayed instead + balls can trigger notes or noise in Mondrian + Select balls + and Menu > Balls Triggers Note <> Ball Triggers Noise + or press ENTER + if there is no selection, all balls will trigger note (default)or noise Approved by: jperkin@ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/din/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/din/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585141262149300 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/din/Makefile diff -u pkgsrc/audio/din/Makefile:1.13 pkgsrc/audio/din/Makefile:1.14 --- pkgsrc/audio/din/Makefile:1.13 Wed Feb 12 12:13:19 2020 +++ pkgsrc/audio/din/Makefile Wed Mar 25 13:01:02 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/02/12 12:13:19 fox Exp $ +# $NetBSD: Makefile,v 1.14 2020/03/25 13:01:02 fox Exp $ -DISTNAME= din-44.0.2 +DISTNAME= din-45 CATEGORIES= audio MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ Index: pkgsrc/audio/din/distinfo diff -u pkgsrc/audio/din/distinfo:1.7 pkgsrc/audio/din/distinfo:1.8 --- pkgsrc/audio/din/distinfo:1.7 Wed Feb 12 12:13:19 2020 +++ pkgsrc/audio/din/distinfo Wed Mar 25 13:01:02 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2020/02/12 12:13:19 fox Exp $ +$NetBSD: distinfo,v 1.8 2020/03/25 13:01:02 fox Exp $ -SHA1 (din-44.0.2.tar.gz) = 3ea2de5edee07b383c73de08e6e835ce7554f306 -RMD160 (din-44.0.2.tar.gz) = 37cb396b55fe6c5eda93190de22175518fbc01ee -SHA512 (din-44.0.2.tar.gz) = a90c6d4d2e1817f8a740ad849f27f2b2f2c2e879107f6edf5bb49ecbb8168eb3c742db9984b9df43df7c49dd6273a947271e80fb2ac6d8300125e6cb35720de8 -Size (din-44.0.2.tar.gz) = 3652445 bytes +SHA1 (din-45.tar.gz) = 0d6f9b3c515bc3e4809dd1720a7c858b908ee909 +RMD160 (din-45.tar.gz) = 39d38f3cd19dad3ffbb898c57befa305b6da9943 +SHA512 (din-45.tar.gz) = 59e6049a0032bbc92f7c98b5012183d4ea26565e32d8bcc58dcb324fa210e781225ee662ebf575050be7a724d752a1e3cc7b0313619c8e5a3bff4220b4a3ec23 +Size (din-45.tar.gz) = 3653156 bytes SHA1 (patch-src_Makefile.am) = 18b989368fb31621e3a5b228f25fed7bf5fa8651 SHA1 (patch-src_Makefile.in) = e4f93496379202ac25ae1909351fea6532989078 --_----------=_1585141262149300--