]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- add helix engine, rel.4
authordjurban <djurban@pld-linux.org>
Tue, 1 Nov 2005 16:05:12 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok.spec -> 1.88

amarok.spec

index c49e01358e422dbad0607edda1826e4c327fb8f3..f729c25e78a3008e6ca24745d1a74d989d1a0387 100644 (file)
@@ -22,7 +22,7 @@ Summary:      A KDE audio player
 Summary(pl):   Odtwarzacz audio dla KDE
 Name:          amarok
 Version:       1.3.5
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://dl.sourceforge.net/amarok/%{name}-%{version}.tar.bz2
@@ -93,6 +93,21 @@ Plugin akode.
 %description akode -l pl
 Wtyczka akode.
 
+%package helix
+Summary:        Helix/Realplayer playback support for amarok
+Summary(pl):    Wsparcie dla odtwarzania przez Helix/Realplayera dla amaroka
+Group:          X11/Applications/Multimedia
+Requires:       %{name} = %{version}-%{release}
+Requires:      helix-core
+Provides:       %{name}-plugin = %{version}-%{release}
+
+%description helix
+Helix/Realplayer playback support for amarok.
+
+%description helix -l pl
+Wsparcie dla odtwarzania przez Helix/Realplayera dla amaroka.
+
+
 %package gstreamer
 Summary:       Plugin gstreamer
 Summary(pl):   Wtyczka gstreamer
@@ -288,6 +303,15 @@ fi
 %{_datadir}/services/amarok_gstengine_plugin.desktop
 %endif
 
+%if %{with helix}
+%files helix
+%defattr(644,root,root,755)
+%{_libdir}/kde3/libamarok_helixengine_plugin.la
+%attr(755,root,root) %{_libdir}/kde3/libamarok_helixengine_plugin.so
+%{_datadir}/config.kcfg/helixconfig.kcfg
+%{_datadir}/services/amarok_helixengine_plugin.desktop
+%endif
+
 %if %{with xine}
 %files xine
 %defattr(644,root,root,755)
This page took 0.079121 seconds and 4 git commands to generate.