]> git.pld-linux.org Git - SPECS.git/blob - sonic-rainbow.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / sonic-rainbow.spec
1 Summary:        Sonic-Rainbow - a graphical multi-media player for Linux
2 Summary(pl.UTF-8):      Sonic-Rainbow - graficzny odtwarzacz plików multimedialnych
3 Name:           sonic-rainbow
4 Version:        0.7.2.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/sonic-rainbow/%{name}-ALPHA-%{version}.tar.gz
9 # Source0-md5:  ee0bf129b9943a06acc66b7b155af0b2
10 Source1:        %{name}.desktop
11 Source2:        %{name}.xpm
12 Patch0:         %{name}-cddb.patch
13 URL:            http://sonic-rainbow.sourceforge.net/
14 BuildRequires:  audiofile-devel > 1:0.2.4
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gtk+-devel >= 1.2.0
18 BuildRequires:  id3lib-devel
19 BuildRequires:  libao-devel >= 0.8
20 BuildRequires:  libcddb-devel >= 0.9.4
21 BuildRequires:  libid3tag-devel
22 BuildRequires:  libmad-devel >= 0.14
23 BuildRequires:  libogg-devel >= 2:1.0
24 BuildRequires:  libvorbis-devel >= 1:1.0
25 BuildRequires:  xine-lib-devel > 1.0.0
26 Requires:       audiofile > 0.2.4
27 Requires:       gtk+ >= 1.2.0
28 Requires:       libao >= 0.8
29 Requires:       libcddb >= 0.9.4
30 Requires:       libogg >= 1.0
31 Requires:       libmad >= 0.14
32 Requires:       libvorbis >= 1.0
33 Requires:       xine-lib > 1.0.0
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 Sonic-Rainbow is a graphical multi-media player for Linux. It supports
38 audio formats like MP3, WAV and Ogg , it also can play dvd and rip cd
39 audio to MP3.
40
41 %description -l pl.UTF-8
42 Sonic-Rainbow jest graficznym odtwarzaczem plików multimedialnych.
43 Obsługuje formaty muzyczne takie jak MP3, WAV czy Ogg. Potrafi także
44 odtwarzać filmy dvd oraz zrzucać pliki cd audio do formatu MP3.
45
46 %prep
47 %setup -q -n %{name}
48 %patch0 -p1
49
50 %build
51 %{__aclocal}
52 %{__autoconf}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir}}
60
61 install src/sonic-rainbow $RPM_BUILD_ROOT%{_bindir}/sonic-rainbow
62 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
63 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc doc/Sonic-Rainbow.html AUTHORS NEWS README
71 %attr(755,root,root) %{_bindir}/*
72 %{_desktopdir}/%{name}.desktop
73 %{_pixmapsdir}/sonic-rainbow.xpm
This page took 0.469593 seconds and 3 git commands to generate.