automatic version update by autodist [release 0.9.7-1mamba;Sat Aug 03 2024]
This commit is contained in:
parent
9d8b65c72b
commit
b7f8cce722
@ -2,4 +2,3 @@
|
|||||||
|
|
||||||
DX7 FM multi plaform/multi format plugin.
|
DX7 FM multi plaform/multi format plugin.
|
||||||
|
|
||||||
|
|
||||||
|
43
dexed.spec
43
dexed.spec
@ -1,5 +1,5 @@
|
|||||||
Name: dexed
|
Name: dexed
|
||||||
Version: 0.9.6
|
Version: 0.9.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: DX7 FM multi plaform/multi format plugin
|
Summary: DX7 FM multi plaform/multi format plugin
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -12,11 +12,7 @@ Source1: dexed.desktop
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXinerama-devel
|
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libcurl-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -25,35 +21,24 @@ BuildRequires: libstdc++6-devel
|
|||||||
%description
|
%description
|
||||||
DX7 FM multi plaform/multi format plugin.
|
DX7 FM multi plaform/multi format plugin.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#sed -i "s|/usr/lib/vst|%{_libdir}/vst|" \
|
|
||||||
# JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./scripts/get-juce.sh
|
%cmake
|
||||||
./scripts/projuce.sh
|
|
||||||
#./scripts/build-lin.sh
|
|
||||||
|
|
||||||
%make -C Builds/Linux \
|
%cmake_build
|
||||||
CONFIG=Release CXXFLAGS="-D JUCE_JACK=1 -D JUCE_ALSA=1 -D buildVST=0 -D buildStandalone=1" \
|
|
||||||
|
|
||||||
mv Builds/Linux/build/Dexed Dexed.standalone
|
|
||||||
|
|
||||||
# VST plugin
|
|
||||||
%make -C Builds/Linux clean
|
|
||||||
%make -C Builds/Linux \
|
|
||||||
CONFIG=Release CXXFLAGS="-D JUCE_JACK=0 -D JUCE_ALSA=0 -D buildVST=1 -D buildStandalone=0"
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
INSTARCH=`uname -m`
|
#% cmake_install
|
||||||
|
|
||||||
install -D -m0755 Builds/Linux/build/Dexed %{buildroot}%{_bindir}/dexed
|
install -D -m0755 build/Source/Dexed_artefacts/Standalone/Dexed %{buildroot}%{_bindir}/dexed
|
||||||
install -D -m0755 Builds/Linux/build/Dexed.vst3/Contents/${INSTARCH}-linux/Dexed.so \
|
install -d -m0755 %{buildroot}%{_libdir}/vst3
|
||||||
%{buildroot}%{_prefix}/lib/vst/Contents/${INSTARCH}-linux/Dexed.so
|
cp -r build/Source/Dexed_artefacts/VST3/Dexed.vst3 %{buildroot}%{_libdir}/vst3
|
||||||
|
install -D -m0755 build/Source/Dexed_artefacts/CLAP/Dexed.clap %{buildroot}%{_libdir}/clap/Dexed.clap
|
||||||
install -D -m0644 Resources/ui/dexedIcon.png %{buildroot}%{_datadir}/pixmaps/dexed.png
|
install -D -m0644 Resources/ui/dexedIcon.png %{buildroot}%{_datadir}/pixmaps/dexed.png
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/dexed.desktop
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/dexed.desktop
|
||||||
|
|
||||||
@ -63,12 +48,20 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/dexed.desktop
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/dexed
|
%{_bindir}/dexed
|
||||||
%{_prefix}/lib/vst/Contents/*-linux/Dexed.so
|
%{_libdir}/clap/Dexed.clap
|
||||||
|
%dir %{_libdir}/vst3/Dexed.vst3
|
||||||
|
%dir %{_libdir}/vst3/Dexed.vst3/Contents
|
||||||
|
%dir %{_libdir}/vst3/Dexed.vst3/Contents/Resources
|
||||||
|
%{_libdir}/vst3/Dexed.vst3/Contents/Resources/moduleinfo.json
|
||||||
|
%{_libdir}/vst3/Dexed.vst3/Contents/*-linux/Dexed.so
|
||||||
%{_datadir}/applications/dexed.desktop
|
%{_datadir}/applications/dexed.desktop
|
||||||
%{_datadir}/pixmaps/dexed.png
|
%{_datadir}/pixmaps/dexed.png
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 03 2024 Automatic Build System <autodist@openmamba.org> 0.9.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user