]> git.pld-linux.org Git - packages/mpd.git/blob - mpd.spec
- pl
[packages/mpd.git] / mpd.spec
1 # TODO:
2 # - add initscript
3 # - create user for daemon (group audio)
4 # - add dir to store playlists and songs DB
5 # - create default config 
6 # - add logrotate
7 Summary:        Music Player Daemon
8 Summary(pl):    Music Player Daemon - demon odtwarzaj±cy muzykê
9 Name:           mpd
10 Version:        0.11.5
11 Release:        0.1
12 Epoch:          0
13 License:        GPL
14 Group:          Applications/Multimedia
15 Source0:        http://mercury.chem.pitt.edu/~shank/%{name}-%{version}.tar.gz
16 # Source0-md5:  1a9a1a9d31f00a43838b3752024f7ebe
17 URL:            http://www.musicpd.org/
18 BuildRequires:  alsa-lib-devel
19 BuildRequires:  audiofile-devel >= 0.1.7
20 BuildRequires:  faad2-devel
21 BuildRequires:  flac-devel >= 1.1.0
22 BuildRequires:  libao-devel >= 0.8.3
23 BuildRequires:  libid3tag-devel
24 BuildRequires:  libmad-devel
25 BuildRequires:  libmikmod-devel
26 BuildRequires:  libogg-devel
27 BuildRequires:  libvorbis-devel
28 BuildRequires:  zlib-devel
29 #BuildRequires: gcc-c++
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Music Player Daemon (MPD) allows remote access for playing music (MP3,
34 Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists.
35 MPD is designed for integrating a computer into a stereo system that
36 provides control for music playback over a local network. It is also
37 makes a great desktop music player, especially if you are a console
38 junkie, like frontend options, or restart X often.
39
40 %description -l pl
41 Music Player Daemon (MPD) pozwala na zdalny dostêp do odtwarzania
42 muzyki (plików MP3, Ogg Vorbis, FLAC, AAC, Mod i wave) oraz
43 zarz±dzania playlistami. MPD jest zaprojektowany do integrowania
44 komputera w system stereo umo¿liwiaj±cy sterowanie odtwarzaniem muzyki
45 w sieci lokalnej. S³u¿y tak¿e za dobry odtwarzacz muzyki dla
46 komputerów biurkowych, zw³aszcza dla mi³o¶ników konsoli, ró¿nych opcji
47 frontendów albo czêsto restartuj±cych X.
48
49 %prep
50 %setup -q 
51
52 %build
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65
66 %files
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog README TODO UPGRADING doc/COMMANDS doc/mpdconf.example
69
70 %attr(755,root,root) %{_bindir}/*
71 %{_mandir}/man1/mpd.1*
72
73 #%{_datadir}/%{name}
74
75 # initscript and its config
76 #%attr(754,root,root) /etc/rc.d/init.d/%{name}
77 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.057502 seconds and 4 git commands to generate.