- 4.2.96 but please wait for the tarballs to be released somewhere

epel9
Lorenzo Villani 16 years ago
parent fdcfbb4489
commit 6a9fe58497

@ -1,7 +1,7 @@
diff -ur phonon-4.2.0/phonon/globalconfig.cpp phonon-4.2.0-pulseaudio/phonon/globalconfig.cpp diff -Naurw phonon-4.2.96/phonon/globalconfig.cpp phonon-4.2.96.pulseaudio/phonon/globalconfig.cpp
--- phonon-4.2.0/phonon/globalconfig.cpp 2008-07-22 18:31:58.000000000 +0200 --- phonon-4.2.96/phonon/globalconfig.cpp 2008-11-27 16:41:41.000000000 +0100
+++ phonon-4.2.0-pulseaudio/phonon/globalconfig.cpp 2008-08-10 20:04:22.000000000 +0200 +++ phonon-4.2.96.pulseaudio/phonon/globalconfig.cpp 2009-01-08 21:29:18.000000000 +0100
@@ -28,6 +28,7 @@ @@ -31,6 +31,7 @@
#include "phononnamespace_p.h" #include "phononnamespace_p.h"
#include <QtCore/QList> #include <QtCore/QList>
@ -9,8 +9,8 @@ diff -ur phonon-4.2.0/phonon/globalconfig.cpp phonon-4.2.0-pulseaudio/phonon/glo
#include <QtCore/QVariant> #include <QtCore/QVariant>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
@@ -158,6 +159,15 @@ @@ -167,6 +168,15 @@
| (defaultList.isEmpty() ? 0 : FilterHardwareDevices) | ((override & HideUnavailableDevices) ? FilterUnavailableDevices : 0)
); );
} }
+ // make PulseAudio the global default (assume it is already default in this list) + // make PulseAudio the global default (assume it is already default in this list)
@ -25,8 +25,8 @@ diff -ur phonon-4.2.0/phonon/globalconfig.cpp phonon-4.2.0-pulseaudio/phonon/glo
defaultList += list; defaultList += list;
} }
@@ -212,6 +222,15 @@ @@ -222,6 +232,15 @@
| (defaultList.isEmpty() ? 0 : FilterHardwareDevices) | ((override & HideUnavailableDevices) ? FilterUnavailableDevices : 0)
); );
} }
+ // make PulseAudio the global default (assume it is already default in this list) + // make PulseAudio the global default (assume it is already default in this list)

@ -1,7 +1,7 @@
diff -Naur phonon-4.2.70.20081022svn873961/xine/backend.cpp phonon-4.2.70.20081022svn873961.xine-pa/xine/backend.cpp diff -Naurw phonon-4.2.96/xine/backend.cpp phonon-4.2.96.xine-pulseaudio/xine/backend.cpp
--- phonon-4.2.70.20081022svn873961/xine/backend.cpp 2008-10-17 23:48:34.000000000 +0200 --- phonon-4.2.96/xine/backend.cpp 2008-12-19 08:08:53.000000000 +0100
+++ phonon-4.2.70.20081022svn873961.xine-pa/xine/backend.cpp 2008-10-22 20:24:45.000000000 +0200 +++ phonon-4.2.96.xine-pulseaudio/xine/backend.cpp 2009-01-08 21:31:10.000000000 +0100
@@ -627,7 +627,7 @@ @@ -649,7 +649,7 @@
"in KDE2 and KDE3. Its use is discuraged.</p></html>"), "in KDE2 and KDE3. Its use is discuraged.</p></html>"),
/*icon name */"audio-backend-arts", outputPlugins[i]); /*icon name */"audio-backend-arts", outputPlugins[i]);
} else if (0 == strcmp(outputPlugins[i], "pulseaudio")) { } else if (0 == strcmp(outputPlugins[i], "pulseaudio")) {

@ -1,7 +1,7 @@
Summary: Multimedia framework api Summary: Multimedia framework api
Name: phonon Name: phonon
Version: 4.2.80 Version: 4.2.96
Release: 3%{?dist} Release: 1%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
@ -14,8 +14,8 @@ Source1: http://gstreamer.freedesktop.org/data/images/artwork/gstreamer-logo.svg
# set through systemsettings, and listed devices are only those supported by the # set through systemsettings, and listed devices are only those supported by the
# "sink". So it never lists "PulseAudio" as a supported device, you have to pick # "sink". So it never lists "PulseAudio" as a supported device, you have to pick
# it as a "sink", and then the device setting is ignored entirely. # it as a "sink", and then the device setting is ignored entirely.
Patch0: phonon-4.2.0-pulseaudio.patch Patch0: phonon-4.2.96-pulseaudio.patch
Patch1: phonon-4.2.70-xine-pulseaudio.patch Patch1: phonon-4.2.96-xine-pulseaudio.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automoc4 BuildRequires: automoc4
@ -144,6 +144,12 @@ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
%changelog %changelog
* Thu Jan 08 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 4.2.96-1
- 4.2.96
- rebase phonon-4.2.0-pulseaudio.patch (-> phonon-4.2.96-pulseaudio.patch)
- rebase phonon-4.2.70-xine-pulseaudio.patch
(-> phonon-4.2.96-xine-pulseaudio.patch)
* Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 4.2.80-3 * Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 4.2.80-3
- rebuild for pkgconfig deps - rebuild for pkgconfig deps

Loading…
Cancel
Save