Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2FC82A65B0 for ; Mon, 20 Apr 2015 13:38:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CECB614A38F; Mon, 20 Apr 2015 13:38:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABB0114A382 for ; Mon, 20 Apr 2015 13:38:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2DngHeMQs-Zw for ; Mon, 20 Apr 2015 13:38:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E73A514A319 for ; Mon, 20 Apr 2015 13:38:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DB42898; Mon, 20 Apr 2015 13:38:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 20 Apr 2015 13:38:23 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/audio/audacity To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20150420133823.DB42898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Mon Apr 20 13:38:23 UTC 2015 Modified Files: pkgsrc/audio/audacity: Makefile PLIST distinfo pkgsrc/audio/audacity/patches: patch-aa patch-am patch-ba patch-bb patch-bc patch-src_effects_NoiseRemoval.cpp Added Files: pkgsrc/audio/audacity: options.mk pkgsrc/audio/audacity/patches: patch-src_effects_VST_VSTEffect.cpp Removed Files: pkgsrc/audio/audacity/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-bd patch-lib-src_soundtouch_source_SoundTouch_FIRFilter.cpp patch-lib-src_soundtouch_source_SoundTouch_Makefile.in patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c patch-src_AudioIO.cpp Log Message: There are quite a lot of changes to this package. They are spread across eight (8) wiki pages here: http://wiki.audacityteam.org/wiki/Release_Notes. For pkgsrc changes, some patches were removed which were integrated upstream or don't exist in source anymore. PKG_OPTIONS framework was added to enable the user to built with gtk{2,3}, jack, alsa, NLS, ladspa, and debug options. gtk3, jack, and alsa options need work and aren't supported currently. This package uses a cc-by-v3.0-license which needs to be imported sometime too. Using portaudio-devel from pkgsrc is disabled, due to requiring the Pa_GetStreamHostApiType() function which is not present in our stable version. The in-tree portaudio is used instead. Nyquist support is not building as well at the moment along with the portsmf midi support. Package adds many additional dependencies like lv2, lilv, libogg, twolame, libsbsms, libsndfile, and more. Enjoy. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pkgsrc/audio/audacity/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/audacity/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/audacity/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/audio/audacity/options.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/audacity/patches/patch-aa cvs rdiff -u -r1.3 -r0 pkgsrc/audio/audacity/patches/patch-ab \ pkgsrc/audio/audacity/patches/patch-aj cvs rdiff -u -r1.4 -r0 pkgsrc/audio/audacity/patches/patch-ac \ pkgsrc/audio/audacity/patches/patch-ad \ pkgsrc/audio/audacity/patches/patch-ah cvs rdiff -u -r1.6 -r0 pkgsrc/audio/audacity/patches/patch-ae \ pkgsrc/audio/audacity/patches/patch-af cvs rdiff -u -r1.5 -r0 pkgsrc/audio/audacity/patches/patch-ag \ pkgsrc/audio/audacity/patches/patch-ai \ pkgsrc/audio/audacity/patches/patch-ak \ pkgsrc/audio/audacity/patches/patch-al cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/audacity/patches/patch-am cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/audacity/patches/patch-ba \ pkgsrc/audio/audacity/patches/patch-bb \ pkgsrc/audio/audacity/patches/patch-bc \ pkgsrc/audio/audacity/patches/patch-src_effects_NoiseRemoval.cpp cvs rdiff -u -r1.2 -r0 pkgsrc/audio/audacity/patches/patch-bd cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/audacity/patches/patch-lib-src_soundtouch_source_SoundTouch_FIRFilter.cpp \ pkgsrc/audio/audacity/patches/patch-lib-src_soundtouch_source_SoundTouch_Makefile.in \ pkgsrc/audio/audacity/patches/patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c \ pkgsrc/audio/audacity/patches/patch-src_AudioIO.cpp cvs rdiff -u -r0 -r1.1 \ pkgsrc/audio/audacity/patches/patch-src_effects_VST_VSTEffect.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.