soxr 0.1.3-4 (x86_64) 2019-7517
9999
| Status | published | |||||
| Submitter | nobodydead [@T] gmail.com | |||||
| Platform | rolling | |||||
| Repository | main | |||||
| URL | https://abf.openmandriva.org/build_lists/615850 | |||||
| Packages |
|
|||||
| Build Date | 2019-10-11 21:27:11 +0000 UTC | |||||
| Last Updated | 2019-10-12 10:48:59.014374273 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary d5a887920be292a1a021e25de053a40bae8bf6ca
commit d5a887920be292a1a021e25de053a40bae8bf6ca
Author: tpgxyz <tpgxyz@gmail.com>
AuthorDate: Fri Oct 11 23:20:45 2019 +0200
Commit: tpgxyz <tpgxyz@gmail.com>
CommitDate: Fri Oct 11 23:20:45 2019 +0200
build with O3
---
soxr.spec | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/soxr.spec b/soxr.spec
index 97ff8ed..25b9f0f 100644
--- a/soxr.spec
+++ b/soxr.spec
@@ -4,10 +4,12 @@
%define devname %mklibname %{name} -d
%define devlsr %mklibname %{name}-lsr -d
+%global optflags %{optflags} -O3
+
Summary: The SoX Resampler library
Name: soxr
Version: 0.1.3
-Release: 3
+Release: 4
License: LGPLv2+
Group: Sound
Url: https://sourceforge.net/p/soxr/wiki/Home/
@@ -92,12 +94,19 @@ It's high quality, one-dimensional sample-rate conversion library
%setup -q -n %{name}-%{version}-Source
%build
-export LDFLAGS="-Wl,--as-needed"
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB_INSTALL_DIR="%{_libdir}"
-%make
+%cmake -DCMAKE_BUILD_TYPE='Release' \
+ -DLIB_INSTALL_DIR="%{_libdir}" \
+ -DBUILD_EXAMPLES='OFF' \
+ -DBUILD_SHARED_LIBS='ON' \
+ -DWITH_AVFFT='ON' \
+ -DWITH_LSR_BINDINGS='ON' \
+ -DWITH_OPENMP='ON' \
+ -DWITH_PFFFT='ON'
+
+%make_build
%install
-%makeinstall_std -C build
+%make_install -C build
# Remove docs and use the rpmbuild macro instead
rm -rf %{buildroot}%{_docdir}/*
Not Available
| benbullard79 [@T] cox.net | These look ready to move, need to get them out of way of Qt/KF | 2261d 12hrs |
| benbullard79 [@T] cox.net | No Comment. | 2261d 11hrs |
| benbullard79 [@T] cox.net | No Comment. | 2261d 11hrs |
| benbullard79 [@T] cox.net | No Comment. | 2261d 11hrs |