Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37634518
en ru br
ALT Linux repos
S:0.1.0-alt4
5.0: 0.1.0-alt2
4.1: 0.1.0-alt0.M41.1

Group :: System/Libraries
RPM: libtimidity

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libtimidity
Version: 0.1.0
Release: alt4
Summary: MIDI to WAVE converter library
License: LGPL
Group: System/Libraries
Url: http://libtimidity.sourceforge.net/
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Requires: timidity-instruments

Source0: %name-%version.tar.bz2
Patch0: libtimidity-0.1.0-alt-timidity.patch

BuildRequires: libao-devel

%description
libTiMidity is MIDI to WAVE converter library. It based on the
TiMidity decoder from SDL_sound library. Purpose to create this
library is to avoid unnecessary dependences. SDL_sound requires
SDL and some other libraries, that not needed to process MIDI
files. In addition libTiMidity provides more suitable API to work
with MIDI songs, it enables to specify full path to the timidity
configuration file, and have function to retrieve meta data from
MIDI song.

%package devel
Summary: The development libraries and header files for %name
Group: Development/C
Requires: %name = %version-%release

%description devel
These are the development libraries and header files for %name

%prep
%setup -q
%patch0 -p1

%build
%autoreconf
%configure \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%files
%doc AUTHORS CHANGES NEWS README README.timidity TODO
%_libdir/*.so.*

%files devel
%_includedir/*.h
%_libdir/*.so
%_pkgconfigdir/*.pc

%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