Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:proaudio
formula
formula.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File formula.spec of Package formula
# # spec file for package formula # # Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: formula Version: 1.2.0+git.0.afd8511 Release: 0 Summary: IDE for developing inside your DAW License: BSL-1.0 Group: Productivity/Multimedia/Sound/ URL: https://github.com/soundspear/formula Source0: https://github.com/soundspear/formula/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Patch0: 01-formula-cmake.patch # Patch1: 02-formula-linux-link-flags.patch BuildRequires: JUCE7_12-devel BuildRequires: Mesa-libGL-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libXcursor-devel BuildRequires: libXrandr-devel BuildRequires: libcurl-devel BuildRequires: libjack-devel BuildRequires: lv2-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(openssl) BuildRequires: libboost_filesystem-devel BuildRequires: libboost_date_time-devel BuildRequires: libboost_random-devel BuildRequires: libboost_thread-devel BuildRequires: libboost_regex-devel BuildRequires: cpprest-devel %description Formula is an open-source VST3 plugin or Standalone App to create custom audio effects inside your DAW. For developers: Live code and test your effects right inside your DAW. For end-users: Browse and use hundreds of effects made by developers. %package -n vst3-%{name} Summary: IDE for developing inside your DAW (VST3) %description -n vst3-%{name} Formula is an open-source VST3 plugin Standalone App to create custom audio effects inside your DAW. For developers: Live code and test your effects right inside your DAW. For end-users: Browse and use hundreds of effects made by developers. %prep %autosetup -p1 sed -i -e 's/add_subdirectory(JUCE)/find_package(JUCE CONFIG REQUIRED)/' CMakeLists.txt %build %cmake -DFORMULA_STANDALONE=ON %cmake_build %install %define binname Formula mkdir -p %{buildroot}%{_bindir} install build/%{binname}_artefacts/RelWithDebInfo/Standalone/* %{buildroot}%{_bindir}/ mkdir -p %{buildroot}%{_libdir}/vst3 cp -r build/%{binname}_artefacts/RelWithDebInfo/VST3/*.vst3 %{buildroot}%{_libdir}/vst3/ %files %{_bindir}/* %license LICENSE.txt %doc README.md %files -n vst3-%{name} %{_libdir}/vst3/ %doc README.md %license LICENSE.txt %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor