Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433592
en ru br
ALT Linux repos
S:1.1.1-alt2
5.0: 0.9.1-alt2.1
4.1: 0.9.1-alt1
4.0: 0.9.1-alt1
3.0: 0.4-alt1.1

Group :: Sound
RPM: dssi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


Name: dssi
Version: 1.1.1
Release: alt2

Summary: Disposable Soft Synth Interface specification & examples
License: LGPL-2.1
Group: Sound
Url: http://%name.sourceforge.net
Packager: Alex Karpov <karpov at altlinux.ru>

Source: http://prdownloads.sourceforge.net/%name/%name-%version.tar.gz
Patch1: alt-qt5.patch

# Automatically added by buildreq on Mon Apr 06 2009

BuildRequires: gcc-c++ gcc-fortran glibc-devel-static jackit-devel ladspa_sdk libalsa-devel liblo-devel qt5-base-devel libsamplerate-devel libsndfile-devel

%description
This is the Disposable Soft Synth Interface specification.

%package examples
Summary: Simple applications that use %name
Group: Development/C++

%description examples
This package contains simple apps that use lib%name.
dssi_osc_update -- simple DSSI OSC test programs
dssi_example_host -- a basic example host implementation
trivial_synth -- a quite useless but fairly clear illustrative synth plugin
less_trivial_synth -- a synth that actually does some basic synthesis
less_trivial_synth_qt_gui -- a very simple Qt GUI for the above

%package devel
Summary: Development stuff for %name
Group: Development/C++
Requires: %name = %version

%description devel
This package contents development stuff for %name.

%prep
%setup -q
%patch1 -p1
%autoreconf

%build
export QTDIR=%_qt5_prefix
%configure --with-qt
%make_build

%install
%makeinstall
%make -C examples distclean

%files
%dir %_libdir/%name/
%_bindir/*
%doc README
%doc doc/*
%_mandir/man1/*

%files examples
%_libdir/%name/*
%doc examples

%files devel
%_includedir/*
%_libdir/pkgconfig/*

%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