From 95fe4ff10796903da584a3739726bccf9880e748 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 22 Dec 2014 16:41:29 +0100 Subject: [PATCH] wine: fix 64bit builds thanks to v2px. - libwine: needs lib32mode=full to provide all files not just the shlibs. - wine: add some missing deps that are required via dlopen(). --- srcpkgs/wine/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 3bba8ea14da..fefd7dc1e73 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,7 +1,7 @@ # Template file for 'wine' pkgname=wine version=1.7.33 -revision=1 +revision=2 build_style=gnu-configure short_desc="Run Microsoft Windows applications" maintainer="Juan RP " @@ -23,7 +23,8 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel mpg123-devel libgsm-devel libopenal-devel giflib-devel libpng-devel v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel libpcap-devel cups-devel dbus-devel ocl-icd-devel" -depends="libOSMesa desktop-file-utils hicolor-icon-theme liberation-fonts-ttf" +depends="libXi libXinerama libXcomposite libXcursor libOSMesa + desktop-file-utils hicolor-icon-theme liberation-fonts-ttf" post_install() { # Font aliasing settings for Win32 applications @@ -33,6 +34,7 @@ post_install() { } libwine_package() { + lib32mode=full short_desc+=" - Runtime library" replaces="libwine-unstable>=0" pkg_install() {