[phonon-backend-gstreamer] - Requires: PackageKit-gstreamer-plugin , avoids potential crashers elsewhere when built with USE_

Rex Dieter rdieter at fedoraproject.org
Fri Jan 7 14:21:14 UTC 2011


commit 3ee1837b0d5615f423c5134895b8a0f0f00c86a4
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Jan 7 08:22:32 2011 -0600

    - Requires: PackageKit-gstreamer-plugin , avoids potential crashers elsewhere
      when built with USE_INSTALL_PLUGIN (kde#262308)

 phonon-backend-gstreamer.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/phonon-backend-gstreamer.spec b/phonon-backend-gstreamer.spec
index b6bd232..2b05e00 100644
--- a/phonon-backend-gstreamer.spec
+++ b/phonon-backend-gstreamer.spec
@@ -5,7 +5,7 @@ Summary: Gstreamer phonon backend
 Name:    phonon-backend-gstreamer
 Epoch:   2
 Version: 4.4.4
-Release: 0.3.%{snap}%{?dist}
+Release: 0.4.%{snap}%{?dist}
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://phonon.kde.org/
@@ -39,6 +39,9 @@ Obsoletes: phonon-gstreamer < 4.4.4-0.2
 Provides:  phonon-gstreamer = %{version}-%{release}
 
 Requires: gstreamer-plugins-good
+# not *strictly* required, but strongly recommended by upstream when built
+# with USE_INSTALL_PLUGIN
+Requires: PackageKit-gstreamer-plugin
 Requires: phonon%{?_isa} => %{phonon_version}
 Requires: qt4%{?_isa} >= %{_qt4_version}
 
@@ -57,7 +60,7 @@ Requires: qt4%{?_isa} >= %{_qt4_version}
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake} \
-  -DUSE_INSTALL_PLUGIN=TRUE \
+  -DUSE_INSTALL_PLUGIN:BOOL=ON \
   ..
 popd
 
@@ -97,6 +100,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 
 
 %changelog
+* Fri Jan 07 2011 Rex Dieter <rdieter at fedoraproject.org> - 2:4.4.4-0.4.20110104
+- Requires: PackageKit-gstreamer-plugin , avoids potential crashers elsewhere 
+  when built with USE_INSTALL_PLUGIN (kde#262308)
+
 * Wed Jan 05 2011 Rex Dieter <rdieter at fedoraproject.org> - 2:4.4.4-0.3.20110104
 - %%doc COPYING.LIB
 - add comment on pnonon-gstreamer_snapshot.sh usage


More information about the scm-commits mailing list