]> git.pld-linux.org Git - packages/sidplayfp.git/blob - sidplayfp.spec
ea5b3f0c4693bb75c51de22a6c61abe723db0695
[packages/sidplayfp.git] / sidplayfp.spec
1 Summary:        Player for Commodore 64 music
2 Summary(pl.UTF-8):      Odtwarzacz muzyki z Commodore 64
3 Name:           sidplayfp
4 Version:        2.4.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Sound
8 Source0:        http://downloads.sourceforge.net/sidplay-residfp/%{name}-%{version}.tar.gz
9 # Source0-md5:  edffdc99d4442ccb6287775d04bd0ec0
10 URL:            http://sourceforge.net/projects/sidplay-residfp/
11 BuildRequires:  alsa-lib-devel >= 1.0
12 BuildRequires:  libsidplayfp-devel >= 2.4.1
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  pkgconfig
15 BuildRequires:  pulseaudio-devel >= 1.0
16 Requires:       alsa-lib >= 1.0
17 Requires:       libsidplayfp >= 2.4.1
18 Requires:       pulseaudio-libs >= 1.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Libsidplayfp (and its console frontend sidplayfp) is a fork of
23 sidplay2 born with the aim to improve the quality of emulating the
24 6581, 8580 chips and the surrounding C64 system in order to play SID
25 music better.
26
27 %description -l pl.UTF-8
28 Libsidplayfp (i jego konsolowy interfejs sidplayfp) to odgałęzienie
29 sidplay2 mające na celu poprawienie jakości emulacji układów 6581 i 8580
30 wraz 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
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS README TODO
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.077982 seconds and 3 git commands to generate.