Projects
Multimedia
welle-io
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
welle-io.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Sep 13 17:31:51 UTC 2024 - Fridrich Strba <fridrich.strba@bluewin.ch> + +- Build with stdc++17 capable compiler for <filesystem> include + +------------------------------------------------------------------- Fri Sep 13 09:38:06 UTC 2024 - Fridrich Strba <fridrich.strba@bluewin.ch> - Make the welle-cli start in a directory where are its data
View file
welle-io.spec
Changed
@@ -16,6 +16,9 @@ # +%if 0%{?gcc_version} < 8 +%define with_gcc 8 +%endif Name: welle-io Version: 2.5~20240904.268a4d2 Release: 0 @@ -29,7 +32,7 @@ BuildRequires: cmake BuildRequires: fftw-devel BuildRequires: flac-devel -BuildRequires: gcc-c++ +BuildRequires: gcc%{?with_gcc}-c++ BuildRequires: hicolor-icon-theme BuildRequires: libfaad-devel BuildRequires: libmp3lame-devel @@ -65,10 +68,18 @@ %setup -q %build +%if 0%{?with_gcc} +export CXX=g++-%{with_gcc} +export CC=gcc-%{with_gcc} +%endif %cmake -DSOAPYSDR=1 -DRTLSDR=1 -DAIRSPY=1 -DFLAC=1 -DGIT_DESCRIBE=%{version} %cmake_build %check +%if 0%{?with_gcc} +export CXX=g++-%{with_gcc} +export CC=gcc-%{with_gcc} +%endif %ctest %install
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.