Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570756
en ru br
ALT Linux repos
S:1.1.3-alt3

Group :: Sound
RPM: tutka

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: tutka
Version: 1.1.2
Release: alt1

Summary: tracker style MIDI sequencer
License: %gpl2plus
Group: Sound
Url: http://www.nongnu.org/tutka/

Source0: %name-%version.tar.bz2

BuildPreReq: rpm-build-licenses
BuildRequires: gcc-c++ libalsa-devel libgtk+2-devel libgnomeui-devel libxml2-devel libglade-devel
BuildRequires: qt5-base-devel qt5-tools-devel

%description
Tutka is a free (as in freedom) tracker style MIDI sequencer for GNU/Linux (and
other systems; only GNU/Linux is supported at this time though). It is similar
to programs like SoundTracker, ProTracker and FastTracker except that it does
not support samples and is meant for MIDI use only. Tutka is licensed under the
GNU GPL.

%prep
%setup

%build
qmake-qt5
# Wno-error=type-limits for aarch64, due it use unsigned char
%ifnarch aarch64
%make_build
%else
%make_build CXXFLAGS="$CXXFLAGS -Wno-error=type-limits"
%endif

%install
%makeinstall_std INSTALL_ROOT=%buildroot
%find_lang %name

%files -f %name.lang
%doc AUTHORS NEWS README TODO
%_bindir/*
%_desktopdir/*
%_liconsdir/*
%_iconsdir/hicolor/512x512/apps/%name.png

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin