From 130b76cb5eee4d83fac1c19752263d4f1ff7f37f Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 1 Jul 2011 13:53:29 -0300 Subject: libre/audacity-libre-1.3.13 thanks to jyaworski! --- libre/audacity-libre/remove-unfree-nyquist.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libre/audacity-libre/remove-unfree-nyquist.patch (limited to 'libre/audacity-libre/remove-unfree-nyquist.patch') 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 -- cgit v1.2.3-54-g00ecf