diff --git a/README.md b/README.md index a4e4f45..0a9b8a0 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,3 @@ I used to always keep a minidisc recorder in my studio running in a mode where when you pressed record it wrote the last 10 seconds of audio to the disk and then caught up to realtime and kept recording. The recorder died and haven't been able to replace it, so this is a simple jack app to do the same job. It has the advantage that it never clips and can be wired to any part of the jack graph. The idea is that I doodle away with whatever is kicking around in my studio and when I heard an interesting noise, I'd press record and capture it, without having to try and recreate it. :) I've been using it to record occasional bursts of interesting noise from jack apps feeding back into each other. It seems to be stable for me, but there could be threading issues and race condidtions if run without SCHED_FIFO (ie. without jackd -R). - diff --git a/timemachine.spec b/timemachine.spec index f0ced51..1162a10 100644 --- a/timemachine.spec +++ b/timemachine.spec @@ -1,37 +1,47 @@ Name: timemachine -Version: 0.3.3 -Release: 2mamba +Version: 0.3.4 +Release: 1mamba Summary: Records audio up to ten seconds ago Group: Graphical Desktop/Applications/Multimedia Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://plugin.org.uk/timemachine/ -Source: http://plugin.org.uk/timemachine/timemachine-%{version}.tar.gz +Source: https://github.com/swh/timemachine.git/v%{version}/timemachine-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libalsa-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel +BuildRequires: libdbus-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel -BuildRequires: libgtk-devel +BuildRequires: libgtk2-devel +BuildRequires: libharfbuzz-devel BuildRequires: libjack-devel BuildRequires: liblash-devel +BuildRequires: liblo-devel BuildRequires: libncurses-devel BuildRequires: libpango-devel BuildRequires: libreadline-devel BuildRequires: libsndfile-devel +BuildRequires: libuuid-devel +BuildRequires: libxml2-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description I used to always keep a minidisc recorder in my studio running in a mode where when you pressed record it wrote the last 10 seconds of audio to the disk and then caught up to realtime and kept recording. The recorder died and haven't been able to replace it, so this is a simple jack app to do the same job. It has the advantage that it never clips and can be wired to any part of the jack graph. The idea is that I doodle away with whatever is kicking around in my studio and when I heard an interesting noise, I'd press record and capture it, without having to try and recreate it. :) I've been using it to record occasional bursts of interesting noise from jack apps feeding back into each other. It seems to be stable for me, but there could be threading issues and race condidtions if run without SCHED_FIFO (ie. without jackd -R). +#% debug_package + %prep %setup -q +./autogen.sh %build %configure \ @@ -72,6 +82,9 @@ EOF %doc COPYING ChangeLog %changelog +* Sat Jun 05 2021 Silvan Calarco 0.3.4-1mamba +- update to 0.3.4 + * Sat Aug 10 2013 Automatic Build System 0.3.3-2mamba - automatic rebuild by autodist