- version upgrade (rhbz#1023716)
- upgraded winepulse
f38
Andreas Bierfert 11 years ago
parent 5e5d967ea4
commit 3345d947dd

6
.gitignore vendored

@ -1,6 +1,4 @@
/wine-1.6.tar.bz2.sign /wine-1.6.tar.bz2.sign
/wine-1.6.tar.bz2 /wine-1.6.tar.bz2
/wine-1.7.3.tar.bz2 /wine-1.7.5.tar.bz2
/wine-1.7.3.tar.bz2.sign /wine-1.7.5.tar.bz2.sign
/wine-1.7.4.tar.bz2
/wine-1.7.4.tar.bz2.sign

@ -1,2 +1,2 @@
a1e78cdce188a4f52244780b6628507b wine-1.7.4.tar.bz2 b67d3ee7bfbfdabe5fd8ace66692eb52 wine-1.7.5.tar.bz2
68c3393d7a3c1286e2fc7682d8c8c9a2 wine-1.7.4.tar.bz2.sign 2dc6fc2eb3a79eeed39298b908da0081 wine-1.7.5.tar.bz2.sign

@ -1,7 +1,7 @@
diff -up wine-1.5.9/tools/wine.inf.in.orig wine-1.5.9/tools/wine.inf.in diff -up wine-1.7.5/loader/wine.inf.in.orig wine-1.7.5/loader/wine.inf.in
--- wine-1.5.9/tools/wine.inf.in.orig 2012-07-17 20:41:28.000000000 +0200 --- wine-1.7.5/loader/wine.inf.in.orig 2013-10-25 19:45:30.000000000 +0200
+++ wine-1.5.9/tools/wine.inf.in 2012-07-18 21:42:34.062266337 +0200 +++ wine-1.7.5/loader/wine.inf.in 2013-10-28 07:57:42.572401071 +0100
@@ -617,6 +617,17 @@ HKLM,%FontSubStr%,"Times New Roman CE,23 @@ -561,6 +561,17 @@ HKLM,%FontSubStr%,"Times New Roman CE,23
HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204" HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161" HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162" HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"

@ -1,6 +1,6 @@
From 4c99f9ac5c1c958a137002ae3d7673463e2a9e5a Mon Sep 17 00:00:00 2001 From 9bed77776bc322ed482aa1ac2525f60d457130e6 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:34 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winmm: Load winealsa if winepulse is found Subject: winmm: Load winealsa if winepulse is found
Fixes midi on winepulse Fixes midi on winepulse
@ -28,9 +28,9 @@ index f387323..3b1be27 100644
1.8.3.1 1.8.3.1
From 82f8a86dcc014f419e333149f814d3e1a7c59ca0 Mon Sep 17 00:00:00 2001 From 368c519a2231055881f592e3a1266d85dec9b62c Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:34 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add initial stub for pulseaudio support Subject: winepulse: Add initial stub for pulseaudio support
--- ---
@ -49,10 +49,10 @@ added here.
create mode 100644 dlls/winepulse.drv/winepulse.drv.spec create mode 100644 dlls/winepulse.drv/winepulse.drv.spec
diff --git a/configure b/configure diff --git a/configure b/configure
index d17492a..7644a92 100755 index 683043c..bf5e7f9 100755
--- a/configure --- a/configure
+++ b/configure +++ b/configure
@@ -657,6 +657,8 @@ OSS4INCL @@ -658,6 +658,8 @@ OSS4INCL
ALSALIBS ALSALIBS
GSTREAMER_LIBS GSTREAMER_LIBS
GSTREAMER_CFLAGS GSTREAMER_CFLAGS
@ -61,7 +61,7 @@ index d17492a..7644a92 100755
LIBGETTEXTPO LIBGETTEXTPO
ZLIB ZLIB
FREETYPE_LIBS FREETYPE_LIBS
@@ -840,6 +842,7 @@ with_osmesa @@ -834,6 +836,7 @@ with_osmesa
with_oss with_oss
with_png with_png
with_pthread with_pthread
@ -69,7 +69,7 @@ index d17492a..7644a92 100755
with_sane with_sane
with_tiff with_tiff
with_v4l with_v4l
@@ -1561,6 +1564,7 @@ Optional Packages: @@ -2044,6 +2047,7 @@ Optional Packages:
--without-oss do not use the OSS sound support --without-oss do not use the OSS sound support
--without-png do not use PNG --without-png do not use PNG
--without-pthread do not use the pthread library --without-pthread do not use the pthread library
@ -77,7 +77,7 @@ index d17492a..7644a92 100755
--without-sane do not use SANE (scanner support) --without-sane do not use SANE (scanner support)
--without-tiff do not use TIFF --without-tiff do not use TIFF
--without-v4l do not use v4l1 (v4l support) --without-v4l do not use v4l1 (v4l support)
@@ -2790,6 +2794,12 @@ if test "${with_pthread+set}" = set; then : @@ -3273,6 +3277,12 @@ if test "${with_pthread+set}" = set; then :
fi fi
@ -90,7 +90,7 @@ index d17492a..7644a92 100755
# Check whether --with-sane was given. # Check whether --with-sane was given.
if test "${with_sane+set}" = set; then : if test "${with_sane+set}" = set; then :
withval=$with_sane; withval=$with_sane;
@@ -11118,6 +11128,87 @@ esac @@ -11710,6 +11720,87 @@ esac
fi fi
fi fi
@ -178,7 +178,7 @@ index d17492a..7644a92 100755
if test "x$with_gstreamer" != "xno" if test "x$with_gstreamer" != "xno"
then then
if test -n "$GSTREAMER_CFLAGS"; then : if test -n "$GSTREAMER_CFLAGS"; then :
@@ -12395,12 +12486,13 @@ fi @@ -12987,12 +13078,13 @@ fi
test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no} test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no} test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
@ -194,16 +194,16 @@ index d17492a..7644a92 100755
then then
as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent." as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
fi fi
@@ -16516,6 +16608,7 @@ wine_fn_config_dll winemp3.acm enable_winemp3_acm @@ -17205,6 +17297,7 @@ wine_fn_config_dll winemp3.acm enable_winemp3_acm
wine_fn_config_dll wineoss.drv enable_wineoss_drv wine_fn_config_dll wineoss.drv enable_wineoss_drv
wine_fn_config_dll wineps.drv enable_wineps_drv install-lib,po wine_fn_config_dll wineps.drv enable_wineps_drv po
wine_fn_config_dll wineps16.drv16 enable_win16 wine_fn_config_dll wineps16.drv16 enable_win16
+wine_fn_config_dll winepulse.drv enable_winepulse_drv +wine_fn_config_dll winepulse.drv enable_winepulse_drv
wine_fn_config_dll wineqtdecoder enable_wineqtdecoder wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
wine_fn_config_dll winex11.drv enable_winex11_drv wine_fn_config_dll winex11.drv enable_winex11_drv
wine_fn_config_dll wing.dll16 enable_win16 wine_fn_config_dll wing.dll16 enable_win16
diff --git a/configure.ac b/configure.ac diff --git a/configure.ac b/configure.ac
index dacee3a..1f8ddf4 100644 index fc68e1d..4252e05 100644
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -67,6 +67,7 @@ AC_ARG_WITH(oss, AS_HELP_STRING([--without-oss],[do not use the OSS sound @@ -67,6 +67,7 @@ AC_ARG_WITH(oss, AS_HELP_STRING([--without-oss],[do not use the OSS sound
@ -214,7 +214,7 @@ index dacee3a..1f8ddf4 100644
AC_ARG_WITH(sane, AS_HELP_STRING([--without-sane],[do not use SANE (scanner support)])) AC_ARG_WITH(sane, AS_HELP_STRING([--without-sane],[do not use SANE (scanner support)]))
AC_ARG_WITH(tiff, AS_HELP_STRING([--without-tiff],[do not use TIFF])) AC_ARG_WITH(tiff, AS_HELP_STRING([--without-tiff],[do not use TIFF]))
AC_ARG_WITH(v4l, AS_HELP_STRING([--without-v4l],[do not use v4l1 (v4l support)])) AC_ARG_WITH(v4l, AS_HELP_STRING([--without-v4l],[do not use v4l1 (v4l support)]))
@@ -1518,6 +1519,30 @@ then @@ -1540,6 +1541,30 @@ then
[GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.]) [GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.])
fi fi
@ -245,7 +245,7 @@ index dacee3a..1f8ddf4 100644
dnl **** Check for gstreamer **** dnl **** Check for gstreamer ****
if test "x$with_gstreamer" != "xno" if test "x$with_gstreamer" != "xno"
then then
@@ -1736,13 +1761,14 @@ WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc. @@ -1758,13 +1783,14 @@ WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc.
dnl **** Disable unsupported winmm drivers **** dnl **** Disable unsupported winmm drivers ****
test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no} test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no} test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
@ -262,9 +262,9 @@ index dacee3a..1f8ddf4 100644
then then
WINE_WARNING([No sound system was found. Windows applications will be silent.]) WINE_WARNING([No sound system was found. Windows applications will be silent.])
fi fi
@@ -3160,6 +3186,7 @@ WINE_CONFIG_DLL(winemp3.acm) @@ -3242,6 +3268,7 @@ WINE_CONFIG_DLL(winemp3.acm)
WINE_CONFIG_DLL(wineoss.drv) WINE_CONFIG_DLL(wineoss.drv)
WINE_CONFIG_DLL(wineps.drv,,[install-lib,po]) WINE_CONFIG_DLL(wineps.drv,,[po])
WINE_CONFIG_DLL(wineps16.drv16,enable_win16) WINE_CONFIG_DLL(wineps16.drv16,enable_win16)
+WINE_CONFIG_DLL(winepulse.drv) +WINE_CONFIG_DLL(winepulse.drv)
WINE_CONFIG_DLL(wineqtdecoder) WINE_CONFIG_DLL(wineqtdecoder)
@ -609,9 +609,9 @@ index 0000000..a089166
1.8.3.1 1.8.3.1
From 75c25615a588a190b372858d5582eef0c3afbe3e Mon Sep 17 00:00:00 2001 From c1e85b6fe49bec3ec081f80ad4788f03a78eee10 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:34 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add format and period probing Subject: winepulse: Add format and period probing
--- ---
@ -782,9 +782,9 @@ index d187bdc..40db26d 100644
1.8.3.1 1.8.3.1
From da6f97c20130f76119c100117968abd0e5474af0 Mon Sep 17 00:00:00 2001 From 2fd945fc084010cd5cda1ab8cd391f805a173f6d Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add audioclient Subject: winepulse: Add audioclient
--- ---
@ -1881,9 +1881,9 @@ index 40db26d..37d85ff 100644
1.8.3.1 1.8.3.1
From aef302e06389e7188d1fba922f75b8bf13db743f Mon Sep 17 00:00:00 2001 From c8eebef87664b3ce579fccc2e1d025948c11624d Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add IAudioRenderClient and IAudioCaptureClient Subject: winepulse: Add IAudioRenderClient and IAudioCaptureClient
--- ---
@ -2233,9 +2233,9 @@ index 37d85ff..01cfd25 100644
1.8.3.1 1.8.3.1
From 84f55c3f171092e1aab80b1996e1a81d3271c977 Mon Sep 17 00:00:00 2001 From 09641562ebb7d3403e5c67064ae35fb1c27f8759 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add IAudioClock and IAudioClock2 Subject: winepulse: Add IAudioClock and IAudioClock2
--- ---
@ -2443,9 +2443,9 @@ index 01cfd25..3ed2288 100644
1.8.3.1 1.8.3.1
From e4c83854f29ac8221e4cf07a4fcdba3c88e41de8 Mon Sep 17 00:00:00 2001 From a4b9609c7136ba7702b1ebb832a5036d40d5811d Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add audiostreamvolume Subject: winepulse: Add audiostreamvolume
--- ---
@ -2729,9 +2729,9 @@ index 3ed2288..b7414c2 100644
1.8.3.1 1.8.3.1
From f2adc42737bb917fa644737a6d17dee0797c935b Mon Sep 17 00:00:00 2001 From 5fdc48b529e9d29e837ac3c1fbdf04a69e14f246 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse: Add session support Subject: winepulse: Add session support
--- ---
@ -3666,9 +3666,9 @@ index b7414c2..64ee62e 100644
1.8.3.1 1.8.3.1
From 9ed1489acd293e5d522baa82a3ac74a0e273e51c Mon Sep 17 00:00:00 2001 From 7863d23c5bcc99a237ffe63fdfd7ac76212fbd64 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: fix fdels trailing whitespaces Subject: fix fdels trailing whitespaces
Happy? :P Happy? :P
@ -3702,9 +3702,9 @@ index 64ee62e..5a71a3d 100644
1.8.3.1 1.8.3.1
From b1c875b16aae998218241eb1d3b1c9796a6a7569 Mon Sep 17 00:00:00 2001 From 8d9f5b918d7477258c61cac331c3ff3133d13245 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse v12 Subject: winepulse v12
Changes since v11: Changes since v11:
@ -3751,9 +3751,9 @@ index 5a71a3d..960af3c 100644
1.8.3.1 1.8.3.1
From 745348322cf81c9856727fefef142edf23508bbc Mon Sep 17 00:00:00 2001 From d4891c720ed1a43035d31ef2a6f172bc57856908 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:09 +0200
Subject: winepulse v15: Add support for missing formats, and silence an error Subject: winepulse v15: Add support for missing formats, and silence an error
for missing format tags for missing format tags
@ -3793,9 +3793,9 @@ index 960af3c..f52f119 100644
1.8.3.1 1.8.3.1
From f6a97c1ebd1fcf44dc318bfcc60c133f12b35dd5 Mon Sep 17 00:00:00 2001 From e9cba9021d291e22b7fcb767efbfcbdf8cd32a95 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:35 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse v16: Add official warning wine doesn't want to support Subject: winepulse v16: Add official warning wine doesn't want to support
winepulse winepulse
@ -3873,9 +3873,9 @@ index f52f119..76a2e0e 100644
1.8.3.1 1.8.3.1
From 9d238a128fb7ea5db44155e46bde4e5038acbcdd Mon Sep 17 00:00:00 2001 From d366e3cb55816d79eaf90140d20a96c724976a75 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst@gmail.com> From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse v17: Fix winmm tests Subject: winepulse v17: Fix winmm tests
Handle dwChannelMask = SPEAKER_ALL better so WAVE_FORMAT_EXTENSIBLE tests pass too Handle dwChannelMask = SPEAKER_ALL better so WAVE_FORMAT_EXTENSIBLE tests pass too
@ -3999,9 +3999,9 @@ index 76a2e0e..6e75674 100644
1.8.3.1 1.8.3.1
From 68ade98c77c67067d91fe2b73d0e96e82203bd9d Mon Sep 17 00:00:00 2001 From 50a0e36b8bae78c66b99fa02a316b6ae08b21771 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse v18: Latency and compilation improvements Subject: winepulse v18: Latency and compilation improvements
Changes since v17: Changes since v17:
@ -4207,9 +4207,9 @@ index 6e75674..8e76826 100644
1.8.3.1 1.8.3.1
From b95b98168923cf8e8ec6640c68badf458e4d3657 Mon Sep 17 00:00:00 2001 From 41ff43e8e0a32c2e110cc8d5eefe483df1a6ccc5 Mon Sep 17 00:00:00 2001
From: Juergen Tretthahn <orson@orson.at> From: Juergen Tretthahn <orson@orson.at>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: API Compatibility with 1.5.2 onward, v2 Subject: winepulse: API Compatibility with 1.5.2 onward, v2
V2: Add winepulse.drv.spec to commit too V2: Add winepulse.drv.spec to commit too
@ -4322,9 +4322,9 @@ index a089166..612bf46 100644
1.8.3.1 1.8.3.1
From c27f6390a76580956710efac47cf2a773af9a9c0 Mon Sep 17 00:00:00 2001 From 82a81bf8d00f2f00334d9319165df0c971ea2322 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: Fix low latency support Subject: winepulse: Fix low latency support
Some games request a 20 ms buffer and will only fill 20 ms. Some games request a 20 ms buffer and will only fill 20 ms.
@ -4381,9 +4381,9 @@ index b374b53..7c07f54 100644
1.8.3.1 1.8.3.1
From f8e3c24fe58d306699071afce12e899c75b4f29a Mon Sep 17 00:00:00 2001 From 57e62655e388ea3d8569edd11d97d6e25fb59ed7 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: drop realtime priority before thread destruction Subject: winepulse: drop realtime priority before thread destruction
prevents having to handle a kernel RT Watchdog Timeout. prevents having to handle a kernel RT Watchdog Timeout.
@ -4408,9 +4408,9 @@ index 7c07f54..ba68102 100644
1.8.3.1 1.8.3.1
From 7b9f73bcd755b24df20faa695ed489045d7409a6 Mon Sep 17 00:00:00 2001 From 2a88932762f4c71db41f334eb522127a59d676cd Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: remove bogus SetEvent from pulse_started_callback Subject: winepulse: remove bogus SetEvent from pulse_started_callback
--- ---
@ -4437,9 +4437,9 @@ index ba68102..68de00c 100644
1.8.3.1 1.8.3.1
From 8a1730d2237c8d052fd7e3a76c9a9555a347dae5 Mon Sep 17 00:00:00 2001 From 64b69b3cb8c5ca13b39d0c3f7f92ed5e77600129 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: disable the setevent part of the latency hack Subject: winepulse: disable the setevent part of the latency hack
If you get playback glitches in skyrim or other games as a result of If you get playback glitches in skyrim or other games as a result of
@ -4479,9 +4479,9 @@ index 68de00c..643d55e 100644
1.8.3.1 1.8.3.1
From 707c489f7c26388ba4a808e8b48bbe5fc20a2c83 Mon Sep 17 00:00:00 2001 From f9d9312f88a49f4f5a3651aafa37bfcce25768d4 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse v20: fix the checks in IsFormatSupported Subject: winepulse v20: fix the checks in IsFormatSupported
Thanks to DGhost001 for reporting and isolating the issue. Thanks to DGhost001 for reporting and isolating the issue.
@ -4508,9 +4508,9 @@ index 643d55e..86dd10a 100644
1.8.3.1 1.8.3.1
From 08a97f268ee013a7302e1e3c12563439b8fad657 Mon Sep 17 00:00:00 2001 From 3d403834d3fc3866ddfa7144084d4d380719402f Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: fixup IsFormatSupported calls Subject: winepulse: fixup IsFormatSupported calls
--- ---
@ -4922,9 +4922,9 @@ index 86dd10a..554a9fc 100644
1.8.3.1 1.8.3.1
From adae1f1cacc9b52397a2175327cfc98c0f621c5d Mon Sep 17 00:00:00 2001 From 5c3cc52ddd0629a18e00ed8ab53663826911871d Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse v21: return early if padding didn't update Subject: winepulse v21: return early if padding didn't update
--- ---
@ -4951,9 +4951,9 @@ index 554a9fc..a4575d5 100644
1.8.3.1 1.8.3.1
From f613d92158ef74857b84ac30743174ea284fdd7f Mon Sep 17 00:00:00 2001 From decfeaf6b57351f42bdea44ae0feccf2eefe2989 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:36 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse: fix unneeded free in write.. Subject: winepulse: fix unneeded free in write..
--- ---
@ -4988,9 +4988,9 @@ index a4575d5..3ca68fd 100644
1.8.3.1 1.8.3.1
From 82b85c3446c608f989e33d723f2974311fa47124 Mon Sep 17 00:00:00 2001 From a2cb619b3d2b7160ce15d49c483c8531532747cd Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:37 +0200 Date: Fri, 11 Oct 2013 20:32:10 +0200
Subject: winepulse v23: fixup a invalid free in mmdevapi Subject: winepulse v23: fixup a invalid free in mmdevapi
array members of ids should be dynamically allocated, judging from valgrind output. array members of ids should be dynamically allocated, judging from valgrind output.
@ -5039,9 +5039,9 @@ index 3ca68fd..5b041a2 100644
-- --
1.8.3.1 1.8.3.1
From d3ffadfd55dba9a94ac81bfb87ca26bf183afd3f Mon Sep 17 00:00:00 2001 From 6f9b97bc5b9c0871e7cebe5f041169232468d2e8 Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:37 +0200 Date: Fri, 11 Oct 2013 20:32:11 +0200
Subject: winepulse: use a pi-mutex for serialization. Subject: winepulse: use a pi-mutex for serialization.
The winepulse thread is realtime, to prevent blocking it indefinitely The winepulse thread is realtime, to prevent blocking it indefinitely
@ -5107,9 +5107,9 @@ index 5b041a2..a09ce7f 100644
1.8.3.1 1.8.3.1
From a346ccb9973a50a313f498969fef30aa9ea392b7 Mon Sep 17 00:00:00 2001 From fbbd11d703f1b18281d430c7d8fbcdcb93f4c07a Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <maarten.lankhorst@canonical.com> From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Sat, 28 Sep 2013 10:00:37 +0200 Date: Fri, 11 Oct 2013 20:32:11 +0200
Subject: winepulse: add support for IMarshal Subject: winepulse: add support for IMarshal
Fixes bug 32161 for winepulse. Based On Jeff Klein's patches for the Fixes bug 32161 for winepulse. Based On Jeff Klein's patches for the

@ -3,7 +3,7 @@
%global winemono 0.0.8 %global winemono 0.0.8
Name: wine Name: wine
Version: 1.7.4 Version: 1.7.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
@ -53,14 +53,15 @@ Patch511: wine-cjk.patch
## winepulse backend ## winepulse backend
# http://repo.or.cz/w/wine/multimedia.git # http://repo.or.cz/w/wine/multimedia.git
# Sat, 31 Aug 2013 06:36:03 +0000 # Fri, 18 Oct 2013 23:16:38 +0000
# based on wine tree 1.7.1 # based on wine tree 1.7.4
## ##
# git clone http://repo.or.cz/r/wine/multimedia.git # git clone http://repo.or.cz/r/wine/multimedia.git
# cd multimedia # cd multimedia
# git format-patch -k --stdout bea77093864177659aa16aab5d81b213015990b9~..eecbc197a50ddee696590019e8aa644108f3efb2 > ~/cvs/fedora/rpms/wine/wine-pulse-1.7.1.patch #git format-patch -k --stdout 9bed77776bc322ed482aa1ac2525f60d457130e6~..a2cb619b3d2b7160ce15d49c483c8531532747cd > ~/cvs/fedora/rpms/wine/wine-pulse-1.7.4.patch
# git format-patch -k --stdout 8513286932d086a28eeab6652b81990b7cb3f36d~..5a091534be9dcb6cdfa8bdf9f4e642b42acd35de --stdout >> ~/cvs/fedora/rpms/wine/wine-pulse-1.7.1.patch #git format-patch -k --stdout 6f9b97bc5b9c0871e7cebe5f041169232468d2e8~..fbbd11d703f1b18281d430c7d8fbcdcb93f4c07a >> ~/cvs/fedora/rpms/wine/wine-pulse-1.7.4.patch
Patch1001: wine-pulse-1.7.3.patch
Patch1001: wine-pulse-1.7.4.patch
%if !%{?no64bit} %if !%{?no64bit}
ExclusiveArch: %{ix86} x86_64 %{arm} ExclusiveArch: %{ix86} x86_64 %{arm}
@ -974,6 +975,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/wine/appwiz.cpl.so %{_libdir}/wine/appwiz.cpl.so
%{_libdir}/wine/atl.dll.so %{_libdir}/wine/atl.dll.so
%{_libdir}/wine/atl80.dll.so %{_libdir}/wine/atl80.dll.so
%{_libdir}/wine/atl90.dll.so
%{_libdir}/wine/atl100.dll.so %{_libdir}/wine/atl100.dll.so
%{_libdir}/wine/atl110.dll.so %{_libdir}/wine/atl110.dll.so
%{_libdir}/wine/authz.dll.so %{_libdir}/wine/authz.dll.so
@ -1390,7 +1392,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%dir %{_datadir}/wine/gecko %dir %{_datadir}/wine/gecko
%dir %{_datadir}/wine/mono %dir %{_datadir}/wine/mono
%dir %{_datadir}/wine/fonts %dir %{_datadir}/wine/fonts
%{_datadir}/wine/generic.ppd
%{_datadir}/wine/wine.inf %{_datadir}/wine/wine.inf
%{_datadir}/wine/l_intl.nls %{_datadir}/wine/l_intl.nls
@ -1555,9 +1556,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%changelog %changelog
* Mon Oct 28 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.7.5-1
- version upgrade (rhbz#1023716)
- upgraded winepulse
* Sat Oct 12 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Sat Oct 12 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.7.4-1 - 1.7.4-1
- version upgrade - version upgrade (rhbz#1018601)
* Sat Sep 28 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Sat Sep 28 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.7.3-1 - 1.7.3-1

Loading…
Cancel
Save