Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 3042bab17c14636e8c615c852d2eff28 > files > 3

libsidplay-1.36.59-alt0.1.src.rpm

Name: libsidplay
Version: 1.36.59
Release: alt0.1

Summary: A Commodore 64 music player and SID chip emulator library

License: GPL
Group: System/Libraries
Url: http://www.geocities.com/SiliconValley/Lakes/5147/

Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%name-%version.tar.bz2

Patch0: %name-gcc34.patch

# Automatically added by buildreq on Wed Jan 04 2006
BuildRequires: gcc-c++ libstdc++-devel

%description
This library provides the Sound Interface Device (SID) chip emulator
engine that is used by music player programs like SIDPLAY. With it you
can play musics from Commodore 64 (or compatible) programs.


%package devel
Summary: Header files for compiling apps that use libsidplay
Group: System/Libraries
Requires: %name = %version-%release

%description devel
This package contains the header files for compiling applications that
use libsidplay.


%prep
%setup -q
%patch0 -p1

%build
cp -f /usr/share/automake/config.sub scripts/
%__autoconf
%configure
%__make

%install
%make_install install \
	DESTDIR=%buildroot

%post -p %post_ldconfig
%postun -p %post_ldconfig

%files
%doc AUTHORS
%_libdir/libsidplay.so.*

%files devel
%doc DEVELOPER src/fastforward.txt src/format.txt src/mixing.txt src/mpu.txt src/panning.txt
%_libdir/libsidplay.so
%_includedir/sidplay

%changelog
* Wed Jan 04 2006 Vitaly Lipatov <lav@altlinux.ru> 1.36.59-alt0.1
- initial build for ALT Linux Sisyphus