Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37728047
en ru br
ALT Linux repos
S:2.2.2-alt2

Group :: System/Libraries
RPM: libsidplayfp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%global optflags_lto %optflags_lto -ffat-lto-objects

Name: libsidplayfp
Version: 2.2.2
Release: alt2
Summary: SID chip music module playing library
Group: System/Libraries
License: GPLv2+
Url: http://sourceforge.net/projects/sidplay-residfp/
Source0: http://downloads.sourceforge.net/sidplay-residfp/%name-%version.tar.gz

# Automatically added by buildreq on Sun Apr 28 2013 (-bi)

# optimized out: elfutils libstdc++-devel pkg-config
BuildRequires: doxygen gcc-c++ glibc-devel-static

%description
This library provides support for playing SID music modules originally
created on Commodore 64 and compatibles. It contains a processing engine
for MOS 6510 machine code and MOS 6581 Sound Interface Device (SID)
chip output. It is used by music player programs like SIDPLAY and
several plug-ins for versatile audio players.

%package devel
Summary: Development files for %name
Group: Development/C++
Requires: %name = %version-%release

%description devel
These are the files needed for compiling programs that use %name.

%package devel-static
Summary: Development static libraries for the %name
Group: Development/C++
Requires: %name-devel = %version-%release

%description devel-static
Development static libraries for the %name.

%package devel-doc
Summary: API documentation for %name
Group: Development/Documentation
BuildArch: noarch

%description devel-doc
This package contains API documentation for %name.

%prep
%setup

%build
%configure
%make_build all doc

%install
make DESTDIR=%buildroot install

%files
%doc AUTHORS COPYING NEWS README TODO
%_libdir/libsidplayfp.so.6*
%_libdir/libstilview.so.0*

%files devel
%_libdir/libsidplayfp.so
%_libdir/libstilview.so
%_includedir/sidplayfp/
%_includedir/stilview/
%_libdir/pkgconfig/*.pc

%files devel-static
%_libdir/*.a

%files devel-doc
%doc docs/html

%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