Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : wine | name : wine | ||||
| version : 2.9 | version : 2.11 | ||||
| release : 18 | release : 19 | ||||
| source : | source : | ||||
| - https://dl.winehq.org/wine/source/2.x/wine-2.9.tar.xz : ac46f7bbbbc1dc135c95e4f98d28bf6e3d7a78fb7f9ba6caa7354a3e8786545f | - https://dl.winehq.org/wine/source/2.x/wine-2.11.tar.xz : efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c | ||||
| license : LGPL-2.1 | license : LGPL-2.1 | ||||
| component : virt | component : virt | ||||
| summary : Wine compatibility layer for Windows emulation. | summary : Wine compatibility layer for Windows emulation. | ||||
| description: | | description: | | ||||
| Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop. | Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(xproto) | - pkgconfig(xproto) | ||||
| - pkgconfig(dri2proto) | - pkgconfig(dri2proto) | ||||
| ▲ Show 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | - 32bit : | ||||
| - libtiff-32bit | - libtiff-32bit | ||||
| - libgnutls-32bit | - libgnutls-32bit | ||||
| - ncurses-32bit | - ncurses-32bit | ||||
| setup : | | setup : | | ||||
| # D3D9 support | # D3D9 support | ||||
| %patch -p1 < $pkgfiles/d3d9-helper.patch | %patch -p1 < $pkgfiles/d3d9-helper.patch | ||||
| %patch -p1 < $pkgfiles/wine-d3d9.patch | %patch -p1 < $pkgfiles/wine-d3d9.patch | ||||
| %patch -p1 < $pkgfiles/0001-winhlp32-Workaround-a-bug-in-Flex.patch | |||||
| autoreconf -vfi | autoreconf -vfi | ||||
| # Get 64-bit done first. | # Get 64-bit done first. | ||||
| mkdir wine64 && pushd wine64 | mkdir wine64 && pushd wine64 | ||||
| ../configure %CONFOPTS% --enable-win64 \ | ../configure %CONFOPTS% --enable-win64 \ | ||||
| --with-x | --with-x | ||||
| %make | %make | ||||
| popd | popd | ||||
| Show All 23 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.