Package Details: crossover 24.0.1-1

Git Clone URL: https://aur.archlinux.org/crossover.git (read-only, click to copy)
Package Base: crossover
Description: Run Windows Programs on Linux
Upstream URL: https://www.codeweavers.com/crossover
Licenses: custom:CrossOver Linux License Grant
Submitter: ying
Maintainer: roadrunner
Last Packager: roadrunner
Votes: 225
Popularity: 0.29
First Submitted: 2012-03-14 16:03 (UTC)
Last Updated: 2024-04-03 19:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 31 Next › Last »

Oceanarium commented on 2021-10-12 14:45 (UTC) (edited on 2021-10-12 14:47 (UTC) by Oceanarium)

Hello, can someone please tell me how to install lib32 packages? I looked in the official repositories and in the AUR and I couldnt find them. I tried to install the lib32-gcc-libs, gcc-multilib-git, and gcc-libs-multilib-git packages in the AUR hoping these would solve my problem but I kept getting errors for all of them. Is there a certain way to install the lib32 packages? Crossover says I need these packages to be installed before it can install Crossover.

==> Missing dependencies: -> lib32-libice -> lib32-libsm -> lib32-libx11 -> lib32-libxext -> lib32-libxi -> lib32-freetype2 -> lib32-libpng -> lib32-zlib -> lib32-lcms2 -> lib32-libgl -> lib32-libxcursor -> lib32-libxrandr -> lib32-glu

littlewang commented on 2021-02-27 11:49 (UTC)

Hi, the lib32-sane cannot be installed, and it was out of date, which caused the Microsoft visual C++ 2005 cannot be installed. What should I do?

hr567 commented on 2020-10-28 14:42 (UTC)

There are some GStreamer plugins may be needed by some games and multimedia applications to play audio and/or video content.gstreamer how about add them as dependencies?

roadrunner commented on 2020-10-22 17:51 (UTC)

Added python-gobject as dependency. @xpt: Thanks for the heads up!

xpt commented on 2020-10-21 07:51 (UTC)

Please add python-gobject as a dependency.

roadrunner commented on 2020-10-14 18:42 (UTC)

Updated crossover to 20.0.0.

dylanmtaylor commented on 2020-10-14 16:08 (UTC)

Thanks mederel for the patch, works for me with cloning via git, applying the diff and running makepkg -si

mederel commented on 2020-10-13 23:21 (UTC)

Here a small contribution with a diff for the release 20.0.0 that just came out.

diff --git a/PKGBUILD b/PKGBUILD
index f6fac97..98b5085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>

 pkgname=crossover
-pkgver=19.0.2
+pkgver=20.0.0
 pkgrel=1
 _pkgdebrel=1
 pkgdesc="Run Windows Programs on Linux"
@@ -17,7 +17,7 @@ install=${pkgname}.install
 replaces=('crossover-games' 'crossover-pro' 'crossover-standard')

 source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
-sha256sums=('469f53c994eda817336c87beba15a5999e145c609f20b9d2da749313ff079a8c')
+sha256sums=('0dca282eab4b42f4dc2dbc7e3707f52b44aa7eca3049424c7d922953982fc576')

 depends=( 
     'python' 'desktop-file-utils'

roadrunner commented on 2020-02-25 20:48 (UTC)

Updated crossover 19.0.1.

fifthecho commented on 2020-02-25 13:31 (UTC) (edited on 2020-02-25 13:31 (UTC) by fifthecho)

Diff for 19.0.1

diff --git a/PKGBUILD b/PKGBUILD
index 6ea1f4f..0ef6e57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>

 pkgname=crossover
-pkgver=19.0.0
-pkgrel=2
+pkgver=19.0.1
+pkgrel=1
 _pkgdebrel=1
 pkgdesc="Run Windows Programs on Linux"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ install=${pkgname}.install
 replaces=('crossover-games' 'crossover-pro' 'crossover-standard')

 source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
-sha256sums=('a7caa04292a1c941e0c1c143957b5e741d11b7ae5cae8f43ce21f13dd9929506')
+sha256sums=('c08f2d9314007a8eb869918f2d334f87a844a888cab4b7b66a57e458cd4c4dda')

 depends=( 
     'python' 'desktop-file-utils'