FreeBSD Bugzilla – Attachment 166826 Details for
Bug 207074
audio/audacity: Install headers to include directory instead of data directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for audio/audacity
patch-audacity-include.diff (text/plain), 3.54 KB, created by
Tatsuki Makino
on 2016-02-10 11:46:56 UTC
(
hide
)
Description:
patch for audio/audacity
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2016-02-10 11:46:56 UTC
Size:
3.54 KB
patch
obsolete
>Index: audio/audacity/files/patch-Makefile.am >=================================================================== >--- audio/audacity/files/patch-Makefile.am (nonexistent) >+++ audio/audacity/files/patch-Makefile.am (working copy) >@@ -0,0 +1,23 @@ >+--- Makefile.am.orig 2016-01-08 22:05:48 UTC >++++ Makefile.am >+@@ -1,4 +1,4 @@ >+-SUBDIRS = help images lib-src po src tests >++SUBDIRS = help images include lib-src po src tests >+ >+ ACLOCAL_AMFLAGS = -I m4 >+ >+@@ -8,14 +8,6 @@ dist_doc_DATA = LICENSE.txt README.txt >+ dist_pkgdata_DATA = presets/EQDefaultCurves.xml >+ >+ nobase_dist_pkgdata_DATA = \ >+- include/audacity/ConfigInterface.h \ >+- include/audacity/EffectAutomationParameters.h \ >+- include/audacity/EffectInterface.h \ >+- include/audacity/IdentInterface.h \ >+- include/audacity/ImporterInterface.h \ >+- include/audacity/ModuleInterface.h \ >+- include/audacity/PluginInterface.h \ >+- include/audacity/Types.h \ >+ nyquist/dspprims.lsp \ >+ nyquist/envelopes.lsp \ >+ nyquist/equalizer.lsp \ >Index: audio/audacity/files/patch-configure.ac >=================================================================== >--- audio/audacity/files/patch-configure.ac (nonexistent) >+++ audio/audacity/files/patch-configure.ac (working copy) >@@ -0,0 +1,10 @@ >+--- configure.ac.orig 2016-01-08 22:05:48 UTC >++++ configure.ac >+@@ -690,6 +690,7 @@ AC_CONFIG_FILES([ >+ Makefile >+ help/Makefile >+ images/Makefile >++ include/Makefile >+ lib-src/Makefile >+ po/Makefile.in >+ src/audacity.desktop >Index: audio/audacity/files/patch-include_Makefile.am >=================================================================== >--- audio/audacity/files/patch-include_Makefile.am (nonexistent) >+++ audio/audacity/files/patch-include_Makefile.am (working copy) >@@ -0,0 +1,24 @@ >+--- include/Makefile.am.orig 1970-01-01 00:00:00 UTC >++++ include/Makefile.am >+@@ -0,0 +1,21 @@ >++ACLOCAL_AMFLAGS= -I m4 >++ >++pkginclude_HEADERS= \ >++ audacity/ConfigInterface.h \ >++ audacity/EffectAutomationParameters.h \ >++ audacity/EffectInterface.h \ >++ audacity/IdentInterface.h \ >++ audacity/ImporterInterface.h \ >++ audacity/ModuleInterface.h \ >++ audacity/PluginInterface.h \ >++ audacity/Types.h \ >++ $(NULL) >++ >++pkgdataincludedir= $(pkgdatadir)/include >++ >++install-data-local: install-data-include >++install-data-include: >++ $(MKDIR_P) "$(DESTDIR)$(pkgdataincludedir)" >++ $(LN_S) "$(pkgincludedir)" "$(DESTDIR)$(pkgdataincludedir)/" >++ >++.PHONY: install-data-include >Index: audio/audacity/pkg-plist >=================================================================== >--- audio/audacity/pkg-plist (revision 408004) >+++ audio/audacity/pkg-plist (working copy) >@@ -1,16 +1,17 @@ > bin/audacity >+include/audacity/ConfigInterface.h >+include/audacity/EffectAutomationParameters.h >+include/audacity/EffectInterface.h >+include/audacity/IdentInterface.h >+include/audacity/ImporterInterface.h >+include/audacity/ModuleInterface.h >+include/audacity/PluginInterface.h >+include/audacity/Types.h > man/man1/audacity.1.gz > share/appdata/audacity.appdata.xml > share/applications/audacity.desktop > %%DATADIR%%/EQDefaultCurves.xml >-%%DATADIR%%/include/audacity/ConfigInterface.h >-%%DATADIR%%/include/audacity/EffectAutomationParameters.h >-%%DATADIR%%/include/audacity/EffectInterface.h >-%%DATADIR%%/include/audacity/IdentInterface.h >-%%DATADIR%%/include/audacity/ImporterInterface.h >-%%DATADIR%%/include/audacity/ModuleInterface.h >-%%DATADIR%%/include/audacity/PluginInterface.h >-%%DATADIR%%/include/audacity/Types.h >+%%DATADIR%%/include/audacity > %%DATADIR%%/nyquist/dspprims.lsp > %%DATADIR%%/nyquist/envelopes.lsp > %%DATADIR%%/nyquist/equalizer.lsp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207074
: 166826 |
166922