From 09908de35ecb22bd6f5baa4cc76184ea40e58606 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:00:39 +0100 Subject: [PATCH] update to 0.8.0.git20131229 [release 0.8.0.git20131229-1mamba;Sun Dec 29 2013] --- README.md | 2 ++ giada.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 giada.spec diff --git a/README.md b/README.md index 3be597f..0bbb06c 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/giada.spec b/giada.spec new file mode 100644 index 0000000..3ff21b3 --- /dev/null +++ b/giada.spec @@ -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 +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 0.8.0.git20131229-1mamba +- update to 0.8.0.git20131229 + +* Sun Dec 29 2013 Automatic Build System 0.8.0-1mamba +- automatic update by autodist + +* Thu Aug 01 2013 Silvan Calarco 0.7.2.20130801git-1mamba +- package created by silvan using the webbuild interface