]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- updated to 050525
authordjurban <djurban@pld-linux.org>
Wed, 25 May 2005 13:46:17 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- the biggest new feature is: http://amarok.kde.org/blog/uploads/browser1.png
  a total rewrite of smart playlists, now they are ultracool :)

Changed files:
    amarok.spec -> 1.35.2.19

amarok.spec

index 1e3ce6388452e40ad27fda859e3509c9952c5574..ee9730c121c63c74885595242c183f466ebd68ae 100644 (file)
@@ -9,9 +9,10 @@
 %bcond_without gstreamer       # disable gstreamer
 %bcond_without xine            # disable xine engine
 %bcond_without xmms            # disable xmms wrapping
+%bcond_without zeroconf        # disbale suport for zeroconf
 %bcond_with    mysql           # enable mysql support
 #
-%define        _snap   050503
+%define        _snap   050525
 Summary:       A KDE audio player
 Summary(pl):   Odtwarzacz audio dla KDE
 Name:          amarok
@@ -20,7 +21,7 @@ Release:      0.%{_snap}.1
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       %{name}-%{_snap}.tar.bz2
-# Source0-md5: 0082f47cb4503afc7d8e671cfd5cb983
+# Source0-md5: e2caf007c56b921556e65b5f9b6f3a92
 Patch0:                kde-common-gcc4.patch
 URL:           http://amarok.kde.org/
 BuildRequires: SDL-devel
@@ -67,6 +68,7 @@ Plugin arts.
 %description arts -l pl
 Wtyczka arts.
 
+
 %package akode
 Summary:        Plugin akode
 Summary(pl):    Wtyczka akode
@@ -112,6 +114,21 @@ Plugin xine.
 %description xine -l pl
 Wtyczka xine.
 
+%package zeroconf
+Summary:       Zeroconf data
+Summary(pl):   Dane dla zeroconf
+Group:         X11/Applications/Multimedia
+Requires:      %{name} = %{version}-%{release}
+Requires:      kdenetwork-kdnssd
+Provides:      %{name}-plugin = %{version}-%{release}
+
+%description zeroconf
+Zeroconf data.
+
+%description zeroconf -l pl
+Zeroconf data.
+
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
@@ -157,7 +174,8 @@ rm -rf $RPM_BUILD_ROOT
 echo "Remember to install libvisual-plugins-* packages if you"
 echo "want to have a visualizations in amarok."
 
-%files -f %{name}.lang
+%files 
+# -f %{name}.lang
 %defattr(644,root,root,755)
 %doc amarok/AUTHORS amarok/ChangeLog amarok/README amarok/TODO
 %attr(755,root,root) %{_bindir}/amarok
@@ -218,3 +236,9 @@ echo "want to have a visualizations in amarok."
 %{_datadir}/services/amarok_xine-engine.desktop
 #%{_datadir}/services/amarok_xineengine_plugin.desktop
 %endif
+
+%if %{with zeroconf}
+%files zeroconf
+%defattr(644,root,root,755)
+%{_datadir}/apps/zeroconf/_shoutcast._tcp
+%endif
This page took 0.059508 seconds and 4 git commands to generate.