]> git.pld-linux.org Git - packages/framewave.git/commitdiff
- added scons patch (fixes build with scons 3.1.2) auto/th/framewave-1.3.1-15
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Aug 2020 21:17:13 +0000 (23:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Aug 2020 21:17:13 +0000 (23:17 +0200)
- release 15 (boost 1.73)

framewave-scons.patch [new file with mode: 0644]
framewave.spec

diff --git a/framewave-scons.patch b/framewave-scons.patch
new file mode 100644 (file)
index 0000000..8c869e9
--- /dev/null
@@ -0,0 +1,11 @@
+--- FRAMEWAVE_1.3.1_SRC/BuildTools/buildscripts/fwbuild.py.orig        2020-08-16 21:42:10.972877391 +0200
++++ FRAMEWAVE_1.3.1_SRC/BuildTools/buildscripts/fwbuild.py     2020-08-21 22:07:28.111946704 +0200
+@@ -114,7 +114,7 @@
+         self.oEnv['FWVARS'] = self.dctFwVars  # in case of changes to the internal dictionary\r
+       oProject = self.oEnv.SConscript( join( pthProjectDir, sProjectName+'.sconscript' ),\\r
+                                          src_dir = pthProjectDir,\\r
+-                                         build_dir = pthBuildDir,\\r
++                                         variant_dir = pthBuildDir,\\r
+                                          duplicate = 0 )\r
+       if lstDependencies != None:\r
+               for dep in lstDependencies:\r
index e3dc3e8d9b9e24b79465676aff26831e176da073..30eb92761e342b00e874be0b5c131c3c1bd417ba 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Framewave - set of popular image and signal processing routines
 Summary(pl.UTF-8):     Framewave - zestaw popularnych funkcji do przetwarzania obrazu i sygnaƂu
 Name:          framewave
 Version:       1.3.1
-Release:       14
+Release:       15
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/framewave/FRAMEWAVE_%{version}_SRC.tar.gz
@@ -17,11 +17,12 @@ Patch2:             no-forced-arch-bits.patch
 Patch3:                %{name}-templates.patch
 Patch4:                %{name}-warnings.patch
 Patch5:                %{name}-cpuid.patch
+Patch6:                %{name}-scons.patch
 URL:           http://framewave.sourceforge.net/
 BuildRequires: boost-devel >= 1.34
 BuildRequires: libstdc++-devel
 BuildRequires: rpmbuild(macros) >= 1.385
-BuildRequires: scons
+BuildRequires: scons >= 0.98
 BuildRequires: sed >= 4.0
 ExclusiveArch: %{ix86} %{x8664} x32
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -74,6 +75,7 @@ Statyczne biblioteki Framewave.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # kill precompiled binaries
 %{__rm} BuildTools/bin/FwHeaderConvert_*
This page took 0.080433 seconds and 4 git commands to generate.