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