[amarok] libmtp-hal dependency missing for amarok (#666173)

Rex Dieter rdieter at fedoraproject.org
Tue Jan 18 02:15:51 UTC 2011


commit a83539e2d7b73be3586c254fcaf7f08a1483faa6
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Jan 17 20:17:23 2011 -0600

    libmtp-hal dependency missing for amarok (#666173)

 amarok.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/amarok.spec b/amarok.spec
index 21ba6ed..8ad6fab 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -20,15 +20,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: curl-devel
 BuildRequires: desktop-file-utils
+## non-modular transcoding support. :(
+#BuildRequires: ffmpeg-devel libofa-devel
 BuildRequires: gettext
 BuildRequires: kdelibs4-devel 
+%if 0%{?libgpod}
+BuildRequires: libgpod-devel >= 0.7.0
+%endif
 BuildRequires: libifp-devel
 BuildRequires: liblastfm-devel
 BuildRequires: libmp4v2-devel
 BuildRequires: libmtp-devel >= 0.3.0
-%if 0%{?libgpod}
-BuildRequires: libgpod-devel >= 0.7.0
-%endif
 BuildRequires: libnjb-devel
 BuildRequires: libusb-devel
 BuildRequires: libxml2-devel
@@ -45,10 +47,11 @@ BuildRequires: taglib-extras-devel >= 1.0.1
 BuildRequires: qtscriptbindings
 Requires: qtscriptbindings%{?_isa}
 Requires: %{name}-utils = %{version}-%{release}
-
-# for trash protocol support, phonon kcm, etc...
-# FIXME: should probably be handled lower in the stack
 Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
+%if 0%{?fedora} == 14
+# lame, see http://bugzilla.redhat.com/666173
+Requires: libmtp-hal
+%endif
 
 # when we grew a -libs subpkg, multilib love
 Obsoletes: amarok < 2.1.80
@@ -185,6 +188,7 @@ fi
 %changelog
 * Tue Jan 11 2011 Rex Dieter <rdieter at fedoraproject.org> 2.4.0-1
 - 2.4.0
+- libmtp-hal dependency missing for amarok (#666173)
 
 * Tue Dec 28 2010 Rex Dieter <rdieter at fedoraproject.org> 2.3.90-3
 - rebuild (mysql)


More information about the scm-commits mailing list