]> git.pld-linux.org Git - packages/decibel-audio-player.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 18 Sep 2009 15:54:48 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    decibel-audio-player.spec -> 1.1

decibel-audio-player.spec [new file with mode: 0644]

diff --git a/decibel-audio-player.spec b/decibel-audio-player.spec
new file mode 100644 (file)
index 0000000..7c56127
--- /dev/null
@@ -0,0 +1,61 @@
+Summary:       Decibel Audio Player is a GTK+ audio player
+Summary(hu.UTF-8):     Decibel Audio Player egy GTK+ audió lejátszó
+Name:          decibel-audio-player
+Version:       1.01
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications/Sound
+Source0:       http://decibel.silent-blade.org/uploads/Main/%{name}-%{version}.tar.gz
+# Source0-md5: 98c2db878e302ef79d9c09d7ecc2daac
+URL:           http://decibel.silent-blade.org/
+Requires:      python-dbus
+Requires:      python-gstreamer
+Requires:      python-mutagen
+Requires:      python-pygtk-glade
+Requires:      python-pygtk-gtk
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Decibel Audio Player is a GTK+ audio player. It aims also at being a
+real audio player and, as such, it does not include features that are
+not meant to be part of an audio player. These features (e.g.,
+tagging, burning) generally have a really better support in
+specialized software. If you're looking for an audio player than can
+also make coffee, then you should stay away from Decibel and give a
+try to other players (e.g., Amarok, Exaile).
+
+%description -l hu.UTF-8
+Decibel Audio Player egy GTK+ audió lejásztó. Egy valódi zenelejátszó
+akar lenni, és ezért nincsenek olyan szolgáltatásai, amelyek nem
+részei egy zenelejátszónak. Ezekre a szolgáltatásokra (cimkézés,
+cd-írás) vannak erre a célra készített programok. Ha egy olyan
+zenelejátszót keresel, amely még a kávéd is megfőzi, tartsd magad
+távol a Decibeltől, és próbálj inkább más lejátszókat (pl. Amarok,
+Exaile).
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       prefix=%{_prefix} \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{find_lang} %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc doc/ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+%{_mandir}/man1/*.1*
This page took 0.07247 seconds and 4 git commands to generate.