[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#779002: Bug#779002: marked as done (wine32 sound does not work on amd64 arch)



Package: wine
Version: 1.6.2-19
Control: reopen -1
Control: tags -1 patch


Hi

On 02/23/2015 03:21 AM, Michael Gilbert <mgilbert@debian.org> wrote:
> On Sun, Feb 22, 2015 at 5:57 PM, Joshua wrote:
>> Sound does not play correctly (or at all) with 32 bit wine on a 64 bit system. This is
>> well-known to be the case as verified by google search; however not yet listed in bug
>> reports.
>>
>> Cause: libopaus0 is not multiarch compatible.
>> Workaround: bypass pulseaudio (not always effective)
>> Additional information: http://tanguy.ortolo.eu/blog/article116/wine-sound-testing
> 
> That hasn't been true for almost two years now.  You can now install
> libasound2-plugins:i386, and everything will just work.

But the jessie wine packages don't depend on libasound2-plugins.

Attached patch fixes this by inserting a recommends for wine 32|64
(like in wine-development).

Greets
jre
diff --git a/debian/control.in b/debian/control.in
index e465184..b7e2f39 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -116,6 +116,8 @@ Depends:
  libfreetype6,
  libgl1-mesa-dri,
  libwine-gecko-2.21
+Recommends:
+ libasound2-plugins,
 Breaks:
  wine (<< 1.6.1-9),
  wine-bin (<< 1.5.31-1),
@@ -142,6 +144,7 @@ Breaks:
 Replaces:
  wine (<< 1.6.1-9),
 Recommends:
+ libasound2-plugins,
  wine32 (>= ${source:Version}),
 Description: Windows API implementation - 64-bit binary loader
  Wine is a free MS-Windows API implementation.


Reply to: