]> git.pld-linux.org Git - packages/sidplayfp.git/blame - sidplayfp.spec
- new
[packages/sidplayfp.git] / sidplayfp.spec
CommitLineData
36dd31df
JB
1Summary: Player for Commodore 64 music
2Summary(pl.UTF-8): Odtwarzacz muzyki z Commodore 64
3Name: sidplayfp
4Version: 1.1.0.1
5Release: 1
6License: GPL v2+
7Group: Applications/Sound
8Source0: http://downloads.sourceforge.net/sidplay-residfp/%{name}-%{version}.tar.gz
9# Source0-md5: b53a6487280f57cdf351523732096eab
10URL: http://sourceforge.net/projects/sidplay-residfp/
11BuildRequires: alsa-lib-devel >= 1.0
12BuildRequires: libsidplayfp-devel >= 1.0
13BuildRequires: libstdc++-devel
14BuildRequires: pkgconfig
15BuildRequires: pulseaudio-devel >= 1.0
16Requires: alsa-lib >= 1.0
17Requires: libsidplayfp >= 1.0
18Requires: pulseaudio-libs >= 1.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Libsidplayfp (and its console frontend sidplayfp) is a fork of
23sidplay2 born with the aim to improve the quality of emulating the
246581, 8580 chips and the surrounding C64 system in order to play SID
25music better.
26
27%description -l pl.UTF-8
28Libsidplayfp (i jego konsolowy interfejs sidplayfp) to odgałęzienie
29sidplay2 mające na celu poprawienie jakości emulacji układów 6581 i 8580
30wraz z systemem C64, aby lepiej odtwarzać muzykę SID.
31
32%prep
33%setup -q
34
35%build
36%configure
37
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS README
52%attr(755,root,root) %{_bindir}/sidplayfp
53%attr(755,root,root) %{_bindir}/stilview
54%{_mandir}/man1/sidplayfp.1*
55%{_mandir}/man1/stilview.1*
56%{_mandir}/man5/sidplayfp.ini.5*
This page took 0.110319 seconds and 4 git commands to generate.