Sun Nov 24 00:47:34 2019 UTC ()
audacity: Update to 2.3.3

Improvements

    Equalization effect now split into two effects, Filter Curve and Graphic EQ.
        Presets (using manage button) now active/working.
        Can now have two points at same frequency for steep steps.
    'What you hear is what you get' for exports. Formerly the solo button
    preferences could lead to differences in which tracks were exported.
    Leading silence (blank space) not skipped over in exports.
    Quality setting on AAC/M4A exports.
    Some confusing functionality removed (better achieved in other ways)
        Removed Nyquist Workbench (use built-in nyquist features)
        Removed Vocal Remover (use Vocal Reduction)
        Removed On-Demand aliased files (copy files instead)
        Removed 'Normalize on Load' (Normalize as needed on export, instead)

Bug Fixes

Over 150 bugs in 2.3.2 fixed, including:

    2112 - Crash when opening Equalization settings in a Macro
    2127 - Crash deleting a track while in Record/Pause state
    2176 - Crash when attempting to time shift multiple tracks
    2141 - Tabbing between labels stopped working
    2200 - Refusal to export some large (4GB) files on size grounds


(nia)
diff -r1.126 -r1.127 pkgsrc/audio/audacity/Makefile
diff -r1.16 -r1.17 pkgsrc/audio/audacity/PLIST
diff -r1.39 -r1.40 pkgsrc/audio/audacity/distinfo
diff -r1.3 -r0 pkgsrc/audio/audacity/patches/patch-src_effects_Effect.cpp
diff -r1.3 -r0 pkgsrc/audio/audacity/patches/patch-src_effects_EffectManager.cpp

cvs diff -r1.126 -r1.127 pkgsrc/audio/audacity/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/audacity/Makefile 2019/10/26 17:22:08 1.126
+++ pkgsrc/audio/audacity/Makefile 2019/11/24 00:47:34 1.127
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.126 2019/10/26 17:22:08 nia Exp $ 1# $NetBSD: Makefile,v 1.127 2019/11/24 00:47:34 nia Exp $
2 2
3DISTNAME= audacity-2.3.2 3DISTNAME= audacity-2.3.3
4PKGREVISION= 2 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=audacity/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=audacity/}
7GITHUB_PROJECT= Audacity 6GITHUB_PROJECT= Audacity
8GITHUB_TAG= Audacity-${PKGVERSION_NOREV} 7GITHUB_TAG= Audacity-${PKGVERSION_NOREV}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.audacityteam.org/ 10HOMEPAGE= https://www.audacityteam.org/
12COMMENT= Audio editor 11COMMENT= Audio editor
13LICENSE= gnu-gpl-v2 # AND cc-by-v3.0-license 12LICENSE= gnu-gpl-v2 # AND cc-by-v3.0-license
14 13
15WRKSRC= ${WRKDIR}/audacity-${GITHUB_PROJECT}-${PKGVERSION_NOREV} 14WRKSRC= ${WRKDIR}/audacity-${GITHUB_PROJECT}-${PKGVERSION_NOREV}
16 15
17EXTRACT_USING= bsdtar 16EXTRACT_USING= bsdtar

cvs diff -r1.16 -r1.17 pkgsrc/audio/audacity/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/audacity/PLIST 2019/10/26 17:22:08 1.16
+++ pkgsrc/audio/audacity/PLIST 2019/11/24 00:47:34 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.16 2019/10/26 17:22:08 nia Exp $ 1@comment $NetBSD: PLIST,v 1.17 2019/11/24 00:47:34 nia Exp $
2bin/audacity 2bin/audacity
3lib/libFileDialog.so.0 3lib/libFileDialog.so.0
4man/man1/audacity.1 4man/man1/audacity.1
5share/appdata/audacity.appdata.xml 5share/appdata/audacity.appdata.xml
6share/applications/audacity.desktop 6share/applications/audacity.desktop
7share/audacity/EQDefaultCurves.xml 7share/audacity/EQDefaultCurves.xml
8share/audacity/include/audacity/ComponentInterface.h 8share/audacity/include/audacity/ComponentInterface.h
9share/audacity/include/audacity/ConfigInterface.h 9share/audacity/include/audacity/ConfigInterface.h
10share/audacity/include/audacity/EffectAutomationParameters.h 10share/audacity/include/audacity/EffectAutomationParameters.h
11share/audacity/include/audacity/EffectInterface.h 11share/audacity/include/audacity/EffectInterface.h
12share/audacity/include/audacity/ImporterInterface.h 12share/audacity/include/audacity/ImporterInterface.h
13share/audacity/include/audacity/ModuleInterface.h 13share/audacity/include/audacity/ModuleInterface.h
14share/audacity/include/audacity/PluginInterface.h 14share/audacity/include/audacity/PluginInterface.h
@@ -72,27 +72,26 @@ share/audacity/plug-ins/equalabel.ny @@ -72,27 +72,26 @@ share/audacity/plug-ins/equalabel.ny
72share/audacity/plug-ins/highpass.ny 72share/audacity/plug-ins/highpass.ny
73share/audacity/plug-ins/limiter.ny 73share/audacity/plug-ins/limiter.ny
74share/audacity/plug-ins/lowpass.ny 74share/audacity/plug-ins/lowpass.ny
75share/audacity/plug-ins/notch.ny 75share/audacity/plug-ins/notch.ny
76share/audacity/plug-ins/nyquist-plug-in-installer.ny 76share/audacity/plug-ins/nyquist-plug-in-installer.ny
77share/audacity/plug-ins/pluck.ny 77share/audacity/plug-ins/pluck.ny
78share/audacity/plug-ins/rhythmtrack.ny 78share/audacity/plug-ins/rhythmtrack.ny
79share/audacity/plug-ins/rissetdrum.ny 79share/audacity/plug-ins/rissetdrum.ny
80share/audacity/plug-ins/rms.ny 80share/audacity/plug-ins/rms.ny
81share/audacity/plug-ins/sample-data-export.ny 81share/audacity/plug-ins/sample-data-export.ny
82share/audacity/plug-ins/sample-data-import.ny 82share/audacity/plug-ins/sample-data-import.ny
83share/audacity/plug-ins/tremolo.ny 83share/audacity/plug-ins/tremolo.ny
84share/audacity/plug-ins/vocalrediso.ny 84share/audacity/plug-ins/vocalrediso.ny
85share/audacity/plug-ins/vocalremover.ny 
86share/audacity/plug-ins/vocoder.ny 85share/audacity/plug-ins/vocoder.ny
87share/doc/audacity/LICENSE.txt 86share/doc/audacity/LICENSE.txt
88share/doc/audacity/README.txt 87share/doc/audacity/README.txt
89share/icons/hicolor/16x16/apps/audacity.png 88share/icons/hicolor/16x16/apps/audacity.png
90share/icons/hicolor/22x22/apps/audacity.png 89share/icons/hicolor/22x22/apps/audacity.png
91share/icons/hicolor/24x24/apps/audacity.png 90share/icons/hicolor/24x24/apps/audacity.png
92share/icons/hicolor/32x32/apps/audacity.png 91share/icons/hicolor/32x32/apps/audacity.png
93share/icons/hicolor/48x48/apps/audacity.png 92share/icons/hicolor/48x48/apps/audacity.png
94share/icons/hicolor/scalable/apps/audacity.svg 93share/icons/hicolor/scalable/apps/audacity.svg
95share/locale/af/LC_MESSAGES/audacity.mo 94share/locale/af/LC_MESSAGES/audacity.mo
96share/locale/ar/LC_MESSAGES/audacity.mo 95share/locale/ar/LC_MESSAGES/audacity.mo
97share/locale/be/LC_MESSAGES/audacity.mo 96share/locale/be/LC_MESSAGES/audacity.mo
98share/locale/bg/LC_MESSAGES/audacity.mo 97share/locale/bg/LC_MESSAGES/audacity.mo

cvs diff -r1.39 -r1.40 pkgsrc/audio/audacity/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/audacity/distinfo 2019/10/26 17:22:08 1.39
+++ pkgsrc/audio/audacity/distinfo 2019/11/24 00:47:34 1.40
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1$NetBSD: distinfo,v 1.39 2019/10/26 17:22:08 nia Exp $ 1$NetBSD: distinfo,v 1.40 2019/11/24 00:47:34 nia Exp $
2 2
3SHA1 (audacity-2.3.2.tar.gz) = b91b88aa68521a03fa5cc7dacaf5eb39f92e3b6f 3SHA1 (audacity-2.3.3.tar.gz) = 4c8c980208c18eda152b857ed1f81a1f5cbd108a
4RMD160 (audacity-2.3.2.tar.gz) = 8bf05565f6a4afd464670b2e6fb5ed261a886ef2 4RMD160 (audacity-2.3.3.tar.gz) = a3a6f2eae80d9b46fce7741c53646f6a0b499084
5SHA512 (audacity-2.3.2.tar.gz) = a59d6e9e974d5f78f5ca561e3bea31fc1b3e88f9ea60b2df7ce8bcec264d886f3fdc8f20030e11a86daff8ffeb735850b5e5f73c45fbef0bfcc58692423e7cd0 5SHA512 (audacity-2.3.3.tar.gz) = 766cc6cf21ff79a74f02497c21d8d28e1d06479218a0064fa252b187cc655845da3615045fc3f1088111441121b40147378dbb5078a4bb480bdd2224d09db3ba
6Size (audacity-2.3.2.tar.gz) = 61972597 bytes 6Size (audacity-2.3.3.tar.gz) = 62099027 bytes
7SHA1 (patch-Makefile.in) = 2aca8c2ae0af7863f8f090a707c08fba693c7c86 7SHA1 (patch-Makefile.in) = 2aca8c2ae0af7863f8f090a707c08fba693c7c86
8SHA1 (patch-aa) = 67c0ec5ff99004d9035de13f0263add46ed8c994 8SHA1 (patch-aa) = 67c0ec5ff99004d9035de13f0263add46ed8c994
9SHA1 (patch-lib-src_FileDialog_Makefile.am) = efa6ca612f3984a4cf8150e3c624e347d144af87 9SHA1 (patch-lib-src_FileDialog_Makefile.am) = efa6ca612f3984a4cf8150e3c624e347d144af87
10SHA1 (patch-lib-src_FileDialog_Makefile.in) = 44ca2539d68ab3951ae44377ed56f574785c1b08 10SHA1 (patch-lib-src_FileDialog_Makefile.in) = 44ca2539d68ab3951ae44377ed56f574785c1b08
11SHA1 (patch-lib-src_lib-widget-extra_Makefile.am) = 03d080c141259fbf02a9c5a70ce06625fcebf75e 11SHA1 (patch-lib-src_lib-widget-extra_Makefile.am) = 03d080c141259fbf02a9c5a70ce06625fcebf75e
12SHA1 (patch-lib-src_libnyquist_nyquist_nyqsrc_sndread.c) = dbc0b5b88043c7b2895742e78e6a5990f65012ef 12SHA1 (patch-lib-src_libnyquist_nyquist_nyqsrc_sndread.c) = dbc0b5b88043c7b2895742e78e6a5990f65012ef
13SHA1 (patch-lib-src_libnyquist_nyquist_sys_unix_switches.h) = d313f137f11d3e0fafa383ddeccbc89021e9ddee 13SHA1 (patch-lib-src_libnyquist_nyquist_sys_unix_switches.h) = d313f137f11d3e0fafa383ddeccbc89021e9ddee
14SHA1 (patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h) = 2d4558f059d86633a1fcdda22ef0c914758b35a0 14SHA1 (patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h) = 2d4558f059d86633a1fcdda22ef0c914758b35a0
15SHA1 (patch-lib-src_portmixer_src-extra_Makefile.am) = 9a0d5be37753683a2cade42673edb3d08e01ab4d 15SHA1 (patch-lib-src_portmixer_src-extra_Makefile.am) = 9a0d5be37753683a2cade42673edb3d08e01ab4d
16SHA1 (patch-lib-src_sbsms_src-extra_Makefile.am) = 2beca18a286de1b26f4f96976fb58e1665d0531c 16SHA1 (patch-lib-src_sbsms_src-extra_Makefile.am) = 2beca18a286de1b26f4f96976fb58e1665d0531c
17SHA1 (patch-src_AudioIO.cpp) = 1b44c68c4233b24a5fa4e17515eb237fee0e283a 17SHA1 (patch-src_AudioIO.cpp) = 1b44c68c4233b24a5fa4e17515eb237fee0e283a
18SHA1 (patch-src_effects_Effect.cpp) = 78d9a8f1bdb70284d2ad57243d10f56c993759c6 
19SHA1 (patch-src_effects_EffectManager.cpp) = 8ce8679cf4530b1fbb0b1d63896be98c41b27bb6 
20SHA1 (patch-src_effects_NoiseRemoval.cpp) = 6d72545cde66ac90d4eb3821a3a3f384ccbf46f2 18SHA1 (patch-src_effects_NoiseRemoval.cpp) = 6d72545cde66ac90d4eb3821a3a3f384ccbf46f2

File Deleted: pkgsrc/audio/audacity/patches/Attic/patch-src_effects_Effect.cpp

File Deleted: pkgsrc/audio/audacity/patches/Attic/patch-src_effects_EffectManager.cpp