1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 15:20:21 +01:00

Removing liblrdf, libraptor, redland, and slv2 in preparation for

conversion to lilv, serd, sord, and sratom.
This commit is contained in:
lllucius
2013-10-27 08:50:38 +00:00
parent facf805658
commit 52afa22aaf
2757 changed files with 2 additions and 959494 deletions

View File

@@ -95,13 +95,6 @@ install-extra-data:
$(INSTALL) -d $(DESTDIR)$(DATADIR)/appdata
$(INSTALL) -m 644 help/audacity.appdata.xml $(DESTDIR)$(DATADIR)/appdata/$(AUDACITY_NAME).appdata.xml
.PHONY: install-lrdf-data
install-lrdf-data:
# install basic LRDF ontology file
$(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/rdf
$(INSTALL) -m 644 lib-src/liblrdf/examples/ladspa.rdfs $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/rdf
.PHONY: uninstall
uninstall: $(EXTRAUNINSTALLTARGETS)
# remove binary
@@ -136,10 +129,6 @@ uninstall-extra-data:
rm -f $(DESTDIR)$(DATADIR)/mime/packages/audacity.xml
rm -f $(DESTDIR)$(DATADIR)/appdata/$(AUDACITY_NAME).appdata.xml
.PHONY: uninstall-lrdf-data
uninstall-lrdf-data:
rm -f $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/rdf/ladspa.rdfs
help/audacity.1.gz: help/audacity.1
cat help/audacity.1 | gzip -9 > help/audacity.1.gz
# gzipping the file this way prevents audacity.1 from getting deleted