summaryrefslogtreecommitdiff
path: root/libre/audacity-libre/remove-unfree-nyquist.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-01 13:53:29 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-01 13:53:29 -0300
commit130b76cb5eee4d83fac1c19752263d4f1ff7f37f (patch)
tree1082d6349ee702584a6615b6e9ac7b3b857f79e7 /libre/audacity-libre/remove-unfree-nyquist.patch
parent373a734912a21284f621f62cc09b7128512e1dc4 (diff)
libre/audacity-libre-1.3.13
thanks to jyaworski!
Diffstat (limited to 'libre/audacity-libre/remove-unfree-nyquist.patch')
-rw-r--r--libre/audacity-libre/remove-unfree-nyquist.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/audacity-libre/remove-unfree-nyquist.patch b/libre/audacity-libre/remove-unfree-nyquist.patch
new file mode 100644
index 000000000..b2f9f31e3
--- /dev/null
+++ b/libre/audacity-libre/remove-unfree-nyquist.patch
@@ -0,0 +1,24 @@
+--- Makefile.in.orig 2011-07-01 13:27:11.000000000 -0300
++++ Makefile.in 2011-07-01 13:27:39.000000000 -0300
+@@ -41,12 +41,6 @@ install: audacity $(EXTRAINSTALLTARGETS)
+ $(INSTALL) -m 644 help/audacity.1.gz \
+ $(DESTDIR)$(MANDIR)/man1/$(AUDACITY_NAME).1.gz
+
+- # install nyquist
+- $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/nyquist
+- $(INSTALL) -m 644 nyquist/*.lsp nyquist/nyquist-plot.txt $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/nyquist
+- $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/nyquist/rawwaves
+- $(INSTALL) -m 644 nyquist/rawwaves/*.raw $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/nyquist/rawwaves
+-
+ # install plug-ins
+ $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/plug-ins
+ $(INSTALL) -m 644 plug-ins/*.ny $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/plug-ins
+@@ -103,8 +97,6 @@ uninstall: $(EXTRAUNINSTALLTARGETS)
+ rm -rf $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
+ # remove man page
+ rm -rf $(DESTDIR)$(MANDIR)/man1/$(AUDACITY_NAME).1.gz
+- # remove nyquist
+- rm -rf $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/nyquist
+ # remove plug-ins
+ rm -rf $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/plug-ins
+ # remove locales