pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/audacity
Module Name: pkgsrc
Committed By: nia
Date: Mon Nov 8 23:30:39 UTC 2021
Modified Files:
pkgsrc/audio/audacity: Makefile PLIST
Log Message:
audacity: install missing nyquist plugins manually
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/audio/audacity/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/audacity/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/audacity/Makefile
diff -u pkgsrc/audio/audacity/Makefile:1.143 pkgsrc/audio/audacity/Makefile:1.144
--- pkgsrc/audio/audacity/Makefile:1.143 Sat Oct 9 15:35:02 2021
+++ pkgsrc/audio/audacity/Makefile Mon Nov 8 23:30:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2021/10/09 15:35:02 nia Exp $
+# $NetBSD: Makefile,v 1.144 2021/11/08 23:30:39 nia Exp $
# NOTES ON UPDATING
# - Upstream is insisting that packages use their internal modified
@@ -8,7 +8,7 @@
# This should be disabled by default, Audacity is offline software.
# - Please test usage on NetBSD.
DISTNAME= audacity-2.4.1
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=audacity/}
GITHUB_PROJECT= Audacity
@@ -74,6 +74,7 @@ CONFIG_SUB_OVERRIDE= \
PTHREAD_AUTO_VARS= yes
INSTALLATION_DIRS+= lib
+INSTALLATION_DIRS+= share/audacity/plug-ins
# regen Makefile.in to avoid being built as shared libraries
pre-configure:
@@ -83,6 +84,11 @@ pre-configure:
post-install:
${INSTALL_LIB} ${WRKSRC}/lib-src/FileDialog/.libs/libFileDialog.so.0.0.0 \
${DESTDIR}${PREFIX}/lib/libFileDialog.so.0
+ # Install missing plugins.
+ ${INSTALL_DATA} ${WRKSRC}/plug-ins/*.ny \
+ ${DESTDIR}${PREFIX}/share/audacity/plug-ins
+ ${INSTALL_DATA} ${WRKSRC}/nyquist/*.lsp \
+ ${DESTDIR}${PREFIX}/share/audacity/nyquist
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Index: pkgsrc/audio/audacity/PLIST
diff -u pkgsrc/audio/audacity/PLIST:1.18 pkgsrc/audio/audacity/PLIST:1.19
--- pkgsrc/audio/audacity/PLIST:1.18 Sat May 23 15:51:28 2020
+++ pkgsrc/audio/audacity/PLIST Mon Nov 8 23:30:39 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2020/05/23 15:51:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.19 2021/11/08 23:30:39 nia Exp $
bin/audacity
lib/libFileDialog.so.0
man/man1/audacity.1
@@ -25,6 +25,54 @@ share/audacity/nyquist/nyinit-dbg.lsp
share/audacity/nyquist/nyinit.lsp
share/audacity/nyquist/nyqmisc.lsp
share/audacity/nyquist/nyquist-plot.txt
+share/audacity/nyquist/nyquist.lsp
+share/audacity/nyquist/printrec.lsp
+share/audacity/nyquist/profile.lsp
+share/audacity/nyquist/sal-parse.lsp
+share/audacity/nyquist/sal.lsp
+share/audacity/nyquist/seq.lsp
+share/audacity/nyquist/seqfnint.lsp
+share/audacity/nyquist/seqmidi.lsp
+share/audacity/nyquist/sliders.lsp
+share/audacity/nyquist/sndfnint.lsp
+share/audacity/nyquist/spec-plot.lsp
+share/audacity/nyquist/spectral-analysis.lsp
+share/audacity/nyquist/stk.lsp
+share/audacity/nyquist/system.lsp
+share/audacity/nyquist/test.lsp
+share/audacity/nyquist/velocity.lsp
+share/audacity/nyquist/xlinit.lsp
+share/audacity/nyquist/xm.lsp
+share/audacity/plug-ins/SilenceMarker.ny
+share/audacity/plug-ins/SoundFinder.ny
+share/audacity/plug-ins/SpectralEditMulti.ny
+share/audacity/plug-ins/SpectralEditParametricEQ.ny
+share/audacity/plug-ins/SpectralEditShelves.ny
+share/audacity/plug-ins/StudioFadeOut.ny
+share/audacity/plug-ins/adjustable-fade.ny
+share/audacity/plug-ins/beat.ny
+share/audacity/plug-ins/clipfix.ny
+share/audacity/plug-ins/crossfadeclips.ny
+share/audacity/plug-ins/crossfadetracks.ny
+share/audacity/plug-ins/delay.ny
+share/audacity/plug-ins/eq-xml-to-txt-converter.ny
+share/audacity/plug-ins/equalabel.ny
+share/audacity/plug-ins/highpass.ny
+share/audacity/plug-ins/limiter.ny
+share/audacity/plug-ins/lowpass.ny
+share/audacity/plug-ins/noisegate.ny
+share/audacity/plug-ins/notch.ny
+share/audacity/plug-ins/nyquist-plug-in-installer.ny
+share/audacity/plug-ins/pluck.ny
+share/audacity/plug-ins/rhythmtrack.ny
+share/audacity/plug-ins/rissetdrum.ny
+share/audacity/plug-ins/rms.ny
+share/audacity/plug-ins/sample-data-export.ny
+share/audacity/plug-ins/sample-data-import.ny
+share/audacity/plug-ins/spectral-delete.ny
+share/audacity/plug-ins/tremolo.ny
+share/audacity/plug-ins/vocalrediso.ny
+share/audacity/plug-ins/vocoder.ny
share/doc/audacity/LICENSE.txt
share/doc/audacity/README.txt
share/icons/hicolor/16x16/apps/audacity.png
Home |
Main Index |
Thread Index |
Old Index