From 395d4cfca71c903df1d12445743dd569b87f4edd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:18:55 +0100 Subject: [PATCH] automatic version update by autodist [release 0.9.17-1mamba;Sat Sep 19 2020] --- README.md | 1 - qtractor.spec | 16 ++++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a73892a..3a667e0 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,3 @@ 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. - diff --git a/qtractor.spec b/qtractor.spec index a9ae2d3..c774edc 100644 --- a/qtractor.spec +++ b/qtractor.spec @@ -1,5 +1,5 @@ Name: qtractor -Version: 0.9.16 +Version: 0.9.17 Epoch: 1 Release: 1mamba 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. 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 %setup -q -n %{name}-%{version} %build -export PATH=%{_libdir}/qt4:$PATH -%configure \ - --with-qt=%{_libdir}/qt4 -QTDIR=%{_libdir}/qt4 %make qmake=/usr/bin/qmake-qt4 +%configure + +QTDIR=%{_libdir}/qt5 %make qmake=/usr/bin/qmake-qt5 %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -111,11 +112,14 @@ fi %lang(pt) %{_datadir}/qtractor/translations/qtractor_pt.qm %lang(ru) %{_datadir}/qtractor/translations/qtractor_ru.qm %{_mandir}/man1/qtractor.1* -%{_mandir}/man1/qtractor.fr.1* +%lang(fr) %{_mandir}/fr/man1/qtractor.1* %doc AUTHORS COPYING # ChangeLog README TODO %changelog +* Sat Sep 19 2020 Automatic Build System 0.9.17-1mamba +- automatic version update by autodist + * Sat Aug 08 2020 Automatic Build System 0.9.16-1mamba - automatic version update by autodist