91 lines
3.0 KiB
RPMSpec
91 lines
3.0 KiB
RPMSpec
Name: giada
|
|
Version: 0.16.3
|
|
Release: 1mamba
|
|
Summary: A free, minimal, hardcore audio tool for DJs
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.giadamusic.com/
|
|
## GITSOURCE https://github.com/monocasual/giada.git master
|
|
Source: https://github.com/monocasual/giada.git/master/giada-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXpm-devel
|
|
BuildRequires: libalsa-devel
|
|
BuildRequires: libfltk-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libjack-devel
|
|
BuildRequires: libpulseaudio-devel
|
|
BuildRequires: librtmidi-devel
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libsndfile-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: librtmidi-devel >= 4.0.0
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%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.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
./autogen.sh
|
|
%configure --target=linux
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/giada
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sun Jun 21 2020 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 21 2020 Automatic Build System <autodist@mambasoft.it> 0.16.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 07 2020 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 30 2019 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 0.15.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 10 2015 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jun 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.4.git20140622-1mamba
|
|
- update to 0.8.4.git20140622
|
|
|
|
* Sun Jun 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0.git20140622-1mamba
|
|
- update to 0.8.0.git20140622
|
|
|
|
* Sun Dec 29 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0.git20131229-1mamba
|
|
- update to 0.8.0.git20131229
|
|
|
|
* Sun Dec 29 2013 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Aug 01 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2.20130801git-1mamba
|
|
- package created by silvan using the webbuild interface
|