Package Details: wine-stable 9.0-2

Git Clone URL: https://aur.archlinux.org/wine-stable.git (read-only, click to copy)
Package Base: wine-stable
Description: A compatibility layer for running Windows programs
Upstream URL: https://www.winehq.org/
Licenses: LGPL
Conflicts: wine
Provides: wine
Submitter: chungy
Maintainer: chungy
Last Packager: chungy
Votes: 34
Popularity: 0.055992
First Submitted: 2016-06-18 08:40 (UTC)
Last Updated: 2024-02-13 19:52 (UTC)

Required by (349)

Sources (4)

Pinned Comments

isatsam commented on 2023-11-08 23:25 (UTC) (edited on 2023-11-08 23:25 (UTC) by isatsam)

gpg --keyserver keys.openpgp.org --recv-keys CEFAC8EAAF17519D
seems to not be doing anything for me anymore, so the package doesn't build because of a dependency of a dependency's checksum
This worked:
gpg --keyserver keys.openpgp.org --recv-keys CFDF148828C642A7

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

chungy commented on 2020-01-22 08:11 (UTC)

Hmm. It was probably a bad idea to make that a makedepends; wine should build fine without it. mingw-w64 requires some manual intervention for sorting the dependencies; I compile EXEs regularly but most people will never need this.

I'll revert the change. thanks.

Kae1zae6ai commented on 2020-01-22 07:20 (UTC)

When trying to install I get the message:

Warning: dependency cycle detected: Warning: mingw-w64-crt will be installed before its mingw-w64-gcc dependency Warning: dependency cycle detected: Warning: mingw-w64-winpthreads will be installed before its mingw-w64-gcc dependency

If I try to ignore the warning, I get:

Building mingw-w64-crt... ==> Making package: mingw-w64-crt 7.0.0-1 (Wed 22 Jan 2020 08:19:18 AM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Missing dependencies: -> mingw-w64-gcc-base ==> ERROR: Could not resolve all dependencies.

chungy commented on 2019-12-16 21:50 (UTC)

I've made a wine-stable-next package (https://aur.archlinux.org/packages/wine-stable-next/) for anyone interested in testing the upcoming 5.0 release.

elswerky commented on 2018-09-25 00:49 (UTC)

i installed v 3.0.3 But why fonts are hazy and blurry ??? it is not like other versions i installed

in this version the fonts are hazy,,as if fonts are interrupted and thin ,,,

grodrigues commented on 2018-07-02 11:57 (UTC)

Compiling is failing for me because the dependency lib32-libgphoto2 cannot be met. The package does not exist in the official repos, and the one in AUR is marked as out of date.

chungy commented on 2018-03-08 20:53 (UTC)

There's a few answers for that:

  1. Good practice for PKGBUILDs always includes building from source; repackaging binaries should be done in a -bin suffixed package.
  2. This package was updated to Wine 3.0 quite a few days before the main repo was updated.
  3. I apply different, personal, standards to the PKGBUILD, such as the depends array and including a couple depends that only exist in the AUR. Infrequently, patches that allow Wine stable to continue to working on the current Arch.
  4. Wine's stable branch is updated sometimes and those updates won't show up in the Arch Linux main repos. For example, this package was at version 2.0.4 before 3.0 was released a couple weeks later. Changing the PKGBUILD to alternate between repackaging a binary release (see point #1) and building from source would be a major PITA.

E5ten commented on 2018-03-05 19:46 (UTC)

Why is it that this package requires compiling instead of just using the package that was used from when wine-3.0 (the stable version) was the version used by the wine package in repos? https://archive.archlinux.org/packages/w/wine/wine-3.0-1-x86_64.pkg.tar.xz

chungy commented on 2017-10-22 22:28 (UTC)

Oh, you are right! Sorry, I'll update it :-)

dsboger commented on 2017-10-22 22:14 (UTC)

I think the PKGBUILD is missing deps on gstreamer and lib32-gstreamer: configure: error: gstreamer-1.0 base plugins 32-bit development files not found, gstreamer support disabled This is an error since --with-gstreamer was requested.