- version upgrade

- add pulseaudio support
f38
Andreas Bierfert 16 years ago
parent 02891d2994
commit 87b29b3fd3

@ -1 +1 @@
wine-1.1.9-fe.tar.bz2 wine-1.1.10-fe.tar.bz2

@ -1,15 +1,19 @@
Wine and Pulseaudio Support Wine and Pulseaudio Support
--------------------------- ---------------------------
Currently wine does not have native support for pulseaudio. However different Currently wine does not have native support for pulseaudio. However, some
ways exist to make wine sound work alongside pulseaudio. Different sound patches exist to make wine use a native pulseaudio backend
outputs can be selected via `winecfg` or in the registry of wine. (see http://bugs.winehq.org/show_bug.cgi?id=10495). These have been included
into the fedora wine package. If you have problems please do _not_ report them
to the wine project.
Other ways to get wine working with pulseaudio are described below:
ALSA ALSA
---- ----
To achieve sound output via the wine alsa driver you need to add To achieve sound output via the wine alsa driver you need to add
a pulseaudio alsa device to the alsa configuration and activate it in wine. See a pulseaudio alsa device to the alsa configuration and activate it in wine. See
http://www.pulseaudio.org/wiki/PerfectSetup#ALSAApplications on how to do this. http://www.pulseaudio.org/wiki/PerfectSetup#ALSAApplications on how to do this.
For this alsa-plugins-pulseaudio.i386 should be installed.
Esound Esound

@ -1 +1 @@
b671c6fbce7ed91cce9539cf418a2a75 wine-1.1.9-fe.tar.bz2 e8e6a40936896d488bae6d517ececed9 wine-1.1.10-fe.tar.bz2

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
Name: wine Name: wine
Version: 1.1.9 Version: 1.1.10
Release: 2%{?dist} Release: 1%{?dist}
Summary: A Windows 16/32/64 bit emulator Summary: A Windows 16/32/64 bit emulator
Group: Applications/Emulators Group: Applications/Emulators
@ -40,6 +40,9 @@ Source201: wine.directory
Source300: wine-mime-msi.desktop Source300: wine-mime-msi.desktop
# explain how to use wine with pulseaudio # explain how to use wine with pulseaudio
# see http://bugs.winehq.org/show_bug.cgi?id=10495
Patch400: wine-pulseaudio.patch
Patch401: wine-pulseaudio-waveout.patch
Source402: README-FEDORA-PULSEAUDIO Source402: README-FEDORA-PULSEAUDIO
@ -90,8 +93,10 @@ BuildRequires: libXmu-devel
BuildRequires: libXi-devel BuildRequires: libXi-devel
BuildRequires: libXcursor-devel BuildRequires: libXcursor-devel
# dbus/hal >= FC5 # dbus/hal >= FC5
BuildRequires: dbus-devel hal-devel BuildRequires: dbus-devel hal-devel
BuildRequires: gnutls-devel BuildRequires: gnutls-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: autoconf
Requires: wine-core = %{version}-%{release} Requires: wine-core = %{version}-%{release}
Requires: wine-capi = %{version}-%{release} Requires: wine-capi = %{version}-%{release}
@ -216,10 +221,22 @@ Requires: wine-core = %{version}-%{release}
Header, include files and library definition files for developing applications Header, include files and library definition files for developing applications
with the Wine Windows(TM) emulation libraries. with the Wine Windows(TM) emulation libraries.
%package pulseaudio
Summary: Pulseaudio support for wine
Group: System Environment/Libraries
Requires: wine-core = %{version}-%{release}
%description pulseaudio
This package adds a native pulseaudio driver for wine. This is not an official
wine audio driver. Please do not report bugs regarding this driver at winehq.org.
%prep %prep
%setup -q -n %{name}-%{version}-fe %setup -q -n %{name}-%{version}-fe
%patch1 %patch1
%patch2 %patch2
%patch400 -p1
%patch401 -p1
autoconf -f
%build %build
# work around gcc bug see #440139 # work around gcc bug see #440139
@ -232,7 +249,8 @@ export CFLAGS="$RPM_OPT_FLAGS"
%configure \ %configure \
--sysconfdir=%{_sysconfdir}/wine --disable-static \ --sysconfdir=%{_sysconfdir}/wine --disable-static \
--x-includes=%{_includedir} --x-libraries=%{_libdir} --x-includes=%{_includedir} --x-libraries=%{_libdir} \
--with-pulse
%{__make} depend %{__make} depend
@ -378,8 +396,6 @@ update-desktop-database &>/dev/null || :
%doc AUTHORS README-Fedora README VERSION %doc AUTHORS README-Fedora README VERSION
# do not include huge changelogs .OLD .ALPHA .BETA (#204302) # do not include huge changelogs .OLD .ALPHA .BETA (#204302)
%doc documentation/README.* %doc documentation/README.*
# pulseaudio workaround documentation
%doc README-FEDORA-PULSEAUDIO
%{_bindir}/msiexec %{_bindir}/msiexec
%{_bindir}/regedit %{_bindir}/regedit
%{_bindir}/regsvr32 %{_bindir}/regsvr32
@ -832,7 +848,18 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/*.a %{_libdir}/wine/*.a
%{_libdir}/wine/*.def %{_libdir}/wine/*.def
%files pulseaudio
# pulseaudio workaround documentation
%doc README-FEDORA-PULSEAUDIO
%{_libdir}/wine/winepulse.drv.so
%changelog %changelog
* Sat Dec 06 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.1.10-1
- version upgrade
- add native pulseaudio driver from winehq bugzilla (#10495)
fixes #474435, #344281
* Mon Nov 24 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Mon Nov 24 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.1.9-2 - 1.1.9-2
- fix #469907 - fix #469907

Loading…
Cancel
Save