automatic version update by autodist [release 0.9.17-1mamba;Sat Sep 19 2020]
This commit is contained in:
parent
6e58cb7863
commit
395d4cfca7
@ -2,4 +2,3 @@
|
|||||||
|
|
||||||
Qtractor is a MIDI/Audio multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
|
Qtractor is a MIDI/Audio multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
|
||||||
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
|
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: qtractor
|
Name: qtractor
|
||||||
Version: 0.9.16
|
Version: 0.9.17
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A MIDI/Audio multi-track sequencer
|
Summary: A MIDI/Audio multi-track sequencer
|
||||||
@ -44,14 +44,15 @@ BuildRequires: ladspa-devel
|
|||||||
Qtractor is a MIDI/Audio multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
|
Qtractor is a MIDI/Audio multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
|
||||||
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
|
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PATH=%{_libdir}/qt4:$PATH
|
%configure
|
||||||
%configure \
|
|
||||||
--with-qt=%{_libdir}/qt4
|
QTDIR=%{_libdir}/qt5 %make qmake=/usr/bin/qmake-qt5
|
||||||
QTDIR=%{_libdir}/qt4 %make qmake=/usr/bin/qmake-qt4
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -111,11 +112,14 @@ fi
|
|||||||
%lang(pt) %{_datadir}/qtractor/translations/qtractor_pt.qm
|
%lang(pt) %{_datadir}/qtractor/translations/qtractor_pt.qm
|
||||||
%lang(ru) %{_datadir}/qtractor/translations/qtractor_ru.qm
|
%lang(ru) %{_datadir}/qtractor/translations/qtractor_ru.qm
|
||||||
%{_mandir}/man1/qtractor.1*
|
%{_mandir}/man1/qtractor.1*
|
||||||
%{_mandir}/man1/qtractor.fr.1*
|
%lang(fr) %{_mandir}/fr/man1/qtractor.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
# ChangeLog README TODO
|
# ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 19 2020 Automatic Build System <autodist@mambasoft.it> 0.9.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 08 2020 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
* Sat Aug 08 2020 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user