diff --git a/amarok.spec b/amarok.spec index be5aea2..e742da3 100644 --- a/amarok.spec +++ b/amarok.spec @@ -7,7 +7,7 @@ Name: amarok Summary: Media player for KDE Version: 1.4 -Release: 0.5.beta1%{?dist} +Release: 0.6.beta1%{?dist} Group: Applications/Multimedia License: GPL @@ -37,7 +37,7 @@ BuildRequires: gstreamer-plugins-base-devel, gstreamer-plugins-good-devel, gstr %else BuildRequires: gstreamer-plugins-devel >= 0.8.4 %endif -%ifnarch ppc64 s390 s390x ia64 +%ifnarch ppc64 x86_64 s390 s390x ia64 BuildRequires: HelixPlayer %endif @@ -116,10 +116,12 @@ export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include --disable-debug \ --disable-rpath \ --with-gstreamer10 \ - --with-helix=%{_libdir}/helix \ --enable-mysql \ --enable-postgresql \ --with-ifp \ +%ifnarch ppc64 x86_64 s390 s390x ia64 + --with-helix=%{_libdir}/helix \ +%endif %if 0%{?use_nonfree} --with-xine \ # --with-mp4v2 \ # Compile fails @@ -262,6 +264,9 @@ rm -fr $RPM_BUILD_ROOT %changelog +* Wed Feb 22 2006 Aurelien Bompard 1.4-0.6.beta1 +- remove requirement on HelixPlayer for x86_64, amarok include the headers + * Wed Feb 22 2006 Aurelien Bompard 1.4-0.5.beta1 - build Helix engine on x86_64