mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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().
This commit is contained in:
parent
f1dcb54e0d
commit
95fe4ff107
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.33
|
version=1.7.33
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Run Microsoft Windows applications"
|
short_desc="Run Microsoft Windows applications"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -23,7 +23,8 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
|
||||||
mpg123-devel libgsm-devel libopenal-devel giflib-devel libpng-devel
|
mpg123-devel libgsm-devel libopenal-devel giflib-devel libpng-devel
|
||||||
v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel
|
v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel
|
||||||
libpcap-devel cups-devel dbus-devel ocl-icd-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() {
|
post_install() {
|
||||||
# Font aliasing settings for Win32 applications
|
# Font aliasing settings for Win32 applications
|
||||||
|
@ -33,6 +34,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libwine_package() {
|
libwine_package() {
|
||||||
|
lib32mode=full
|
||||||
short_desc+=" - Runtime library"
|
short_desc+=" - Runtime library"
|
||||||
replaces="libwine-unstable>=0"
|
replaces="libwine-unstable>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue