]> git.pld-linux.org Git - packages/decibel-audio-player.git/blob - decibel-audio-player.spec
- initial
[packages/decibel-audio-player.git] / decibel-audio-player.spec
1 Summary:        Decibel Audio Player is a GTK+ audio player
2 Summary(hu.UTF-8):      Decibel Audio Player egy GTK+ audió lejátszó
3 Name:           decibel-audio-player
4 Version:        1.01
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://decibel.silent-blade.org/uploads/Main/%{name}-%{version}.tar.gz
9 # Source0-md5:  98c2db878e302ef79d9c09d7ecc2daac
10 URL:            http://decibel.silent-blade.org/
11 Requires:       python-dbus
12 Requires:       python-gstreamer
13 Requires:       python-mutagen
14 Requires:       python-pygtk-glade
15 Requires:       python-pygtk-gtk
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Decibel Audio Player is a GTK+ audio player. It aims also at being a
21 real audio player and, as such, it does not include features that are
22 not meant to be part of an audio player. These features (e.g.,
23 tagging, burning) generally have a really better support in
24 specialized software. If you're looking for an audio player than can
25 also make coffee, then you should stay away from Decibel and give a
26 try to other players (e.g., Amarok, Exaile).
27
28 %description -l hu.UTF-8
29 Decibel Audio Player egy GTK+ audió lejásztó. Egy valódi zenelejátszó
30 akar lenni, és ezért nincsenek olyan szolgáltatásai, amelyek nem
31 részei egy zenelejátszónak. Ezekre a szolgáltatásokra (cimkézés,
32 cd-írás) vannak erre a célra készített programok. Ha egy olyan
33 zenelejátszót keresel, amely még a kávéd is megfőzi, tartsd magad
34 távol a Decibeltől, és próbálj inkább más lejátszókat (pl. Amarok,
35 Exaile).
36
37 %prep
38 %setup -q
39
40 %build
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         prefix=%{_prefix} \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %{find_lang} %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc doc/ChangeLog
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
59 %{_desktopdir}/%{name}.desktop
60 %{_pixmapsdir}/%{name}.png
61 %{_mandir}/man1/*.1*
This page took 0.066089 seconds and 3 git commands to generate.