Le jeu. 4 oct. 2018 à 15:12, David Timms <dtimms(a)rpmfusion.org> a écrit :
commit 7241004c5327c62d1871c1d3c13d7cc323d581fc
Author: David Timms <dtimms(a)iinet.net.au>
Date: Thu Oct 4 23:10:12 2018 +1000
Update to Audacity 2.3.0 release.
change mp3 capability to be always present rather than a compile option.
Modify audacity-2.2.1-libdir.patch and audacity-2.2.1-libmp3lame-default.patch
to apply the rpm macro path directly.
Add grep check to fail if RPMLIB is found in modified source.
Fix libid3tag configure option.
.gitignore | 7 +---
audacity-2.2.1-libdir.patch | 2 +-
audacity-2.2.1-libmp3lame-default.patch | 2 +-
audacity-freeworld.spec | 63 +++++++++++++++------------------
sources | 2 +-
5 files changed, 33 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0522e62..ffbc4ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1 @@
-audacity-minsrc-2.1.1.tar.xz
-audacity-minsrc-2.1.2.tar.xz
-/audacity-53a5c930a4b5b053ab06a8b975458fc51cf41f6c.tar.gz
-/audacity-minsrc-2.1.3.tar.xz
-/audacity-minsrc-2.2.0.tar.xz
-/audacity-minsrc-2.2.2.tar.xz
+/audacity-minsrc-2.3.0.tar.xz
diff --git a/audacity-2.2.1-libdir.patch b/audacity-2.2.1-libdir.patch
index eea4edb..0831862 100644
--- a/audacity-2.2.1-libdir.patch
+++ b/audacity-2.2.1-libdir.patch
@@ -5,7 +5,7 @@
pathList.Add(wxGetHomeDir() + wxFILE_SEP_PATH + wxT(".ladspa"));
- pathList.Add(wxT("/usr/local/lib/ladspa"));
-+ pathList.Add(wxT("/usr/__RPM_LIB__/ladspa"));
++ pathList.Add(wxT("/usr/%{_lib}/ladspa"))
@David
I'm really not sure about this. Can you double check ?
Basically %{_lib} can only be expanded in spec files, not in a patch,
so the ladspa plugin library will never be founded.
Please revert this change.
--
-
Nicolas (kwizart)