automatic version update by autodist [release 0.23.0-1mamba;Mon Sep 19 2022]

This commit is contained in:
Automatic Build System 2024-01-05 23:00:39 +01:00
parent fd4222cc97
commit 532d04687b
2 changed files with 37 additions and 6 deletions

View File

@ -2,3 +2,4 @@
Giada is a free, minimal, hardcore audio tool for DJs, live performers and electronic musicians. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as a plugin/effect host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets. Giada is a free, minimal, hardcore audio tool for DJs, live performers and electronic musicians. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as a plugin/effect host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets.

View File

@ -1,6 +1,6 @@
Name: giada Name: giada
Version: 0.16.3.1 Version: 0.23.0
Release: 2mamba Release: 1mamba
Summary: A free, minimal, hardcore audio tool for DJs Summary: A free, minimal, hardcore audio tool for DJs
Group: Graphical Desktop/Applications/Multimedia Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba Vendor: openmamba
@ -11,6 +11,8 @@ Source: https://github.com/monocasual/giada.git/master/giada-%{version}.t
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXcursor-devel BuildRequires: libXcursor-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
@ -20,7 +22,7 @@ BuildRequires: libXinerama-devel
BuildRequires: libXpm-devel BuildRequires: libXpm-devel
BuildRequires: libXrender-devel BuildRequires: libXrender-devel
BuildRequires: libalsa-devel BuildRequires: libalsa-devel
BuildRequires: libfltk-devel BuildRequires: libfmt-devel
BuildRequires: libfontconfig-devel BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libgcc BuildRequires: libgcc
@ -32,24 +34,34 @@ BuildRequires: libsndfile-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: librtmidi-devel >= 5.0.0 BuildRequires: librtmidi-devel >= 5.0.0
BuildRequires: libnlohmann-json-devel
%description %description
Giada is a free, minimal, hardcore audio tool for DJs, live performers and electronic musicians. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as a plugin/effect host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets. Giada is a free, minimal, hardcore audio tool for DJs, live performers and electronic musicians. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as a plugin/effect host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Giada is a free, minimal, hardcore audio tool for DJs, live performers and electronic musicians. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as a plugin/effect host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets.
This package contains static header files and tools needed for development.
%debug_package %debug_package
%prep %prep
%setup -q %setup -q
%build %build
./autogen.sh %cmake -d build
%configure --target=linux
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall -C build
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -57,9 +69,27 @@ Giada is a free, minimal, hardcore audio tool for DJs, live performers and elect
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/giada %{_bindir}/giada
%{_datadir}/applications/com.giadamusic.Giada.desktop
%{_datadir}/icons/hicolor/scalable/apps/com.giadamusic.Giada.svg
%{_datadir}/metainfo/com.giadamusic.Giada.metainfo.xml
%doc COPYING %doc COPYING
%files devel
%defattr(-,root,root)
%dir %{_bindir}/JUCE-7.0.1
%{_bindir}/JUCE-7.0.1/*
%dir %{_includedir}/JUCE-7.0.1
%{_includedir}/JUCE-7.0.1/*
%dir %{_prefix}/lib/cmake/JUCE-7.0.1
%{_prefix}/lib/cmake/JUCE-7.0.1/*
%changelog %changelog
* Mon Sep 19 2022 Automatic Build System <autodist@mambasoft.it> 0.23.0-1mamba
- automatic version update by autodist
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
- automatic version update by autodist
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.3.1-2mamba * Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.3.1-2mamba
- rebuilt with librtmidi 5.0.0 - rebuilt with librtmidi 5.0.0