Daily builds of latest Git now available as Ubuntu packages

Octavian Voicu octavian.voicu at gmail.com
Thu Sep 1 07:31:35 CDT 2011


On Thu, Sep 1, 2011 at 3:05 PM, Alex Bradbury <asb at asbradbury.org> wrote:
> As this seems like as good a place as any for Ubuntu packaging of wine
> - do you see any fix in the future for gstreamer support on Wine when
> compiling on 64-bit Ubuntu? The current Wine configure script (quite
> correctly) disables support because the installed glibconfig.h
> includes type definitions correct for 64-bit compilation for incorrect
> for 32-bit compilation. ia32-libs doesn't contain header files and
> there is no other package that can provide the 32-bit header. Perhaps
> proper multilib support in the upcoming 11.10 provides a solution?

One way to do this is setup an i386 chroot (using debootstrap +
schroot) and use that to build 32-bit wine. I used this setup to test
the gstreamer patch and it works without a glitch. See [1] for more
info.

Multiarch support already kind of works in current Ubuntu (11.04),
though not that excellent and it's not yet enabled by default. Haven't
tried installing glib-dev using that, but I'm guessing that even if it
did work pkgconfig most likely won't know about it, so we would have
the wrong -I flags output from the configure script (because there is
no way for us to specifically ask pkgconfig for a certain
architecture).

Anyway, what do you use gstreamer for or what applications use it? I'm
the one that "broke it", but to be honest I based my assessment that
it was already broken just by reading the code, not by actually
testing it with an application.

Octavian

[1] https://help.ubuntu.com/community/DebootstrapChroot



More information about the wine-devel mailing list