update to 0.8.0.git20131229 [release 0.8.0.git20131229-1mamba;Sun Dec 29 2013]
This commit is contained in:
parent
1b9e7cd56a
commit
09908de35e
@ -1,2 +1,4 @@
|
||||
# giada
|
||||
|
||||
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.
|
||||
|
||||
|
71
giada.spec
Normal file
71
giada.spec
Normal file
@ -0,0 +1,71 @@
|
||||
Name: giada
|
||||
Version: 0.8.0.git20131229
|
||||
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: 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
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXpm-devel
|
||||
## AUTOBUILDREQ-END
|
||||
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
|
||||
cd src/rtaudio
|
||||
%configure \
|
||||
--with-alsa \
|
||||
--with-jack || true
|
||||
%make
|
||||
cd ../../
|
||||
|
||||
./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 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
|
Loading…
Reference in New Issue
Block a user