Package Details: crossover 24.0.6-2

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: 226
Popularity: 0.33
First Submitted: 2012-03-14 16:03 (UTC)
Last Updated: 2025-02-09 08:13 (UTC)

Latest Comments

1 2 3 4 5 6 .. 31 Next › Last »

roadrunner commented on 2025-02-09 08:14 (UTC)

Removed gstreamer0.10 from optdepends.

Thanks MarsSeed for your input.

MarsSeed commented on 2025-02-06 08:59 (UTC)

Please kindly remove all gstreamer0.10 and lib32-gstreamer0.10 optdepends: Crossover can no longer use them (since at least 2023 AFAIR).

roadrunner commented on 2024-09-23 17:34 (UTC)

The outdated flag has been removed without an update: Crossover 24.0.5 has only been published for mac. Version 24.0.4 is as of writing this the current version of crossover on linux. Feel free to flag the package as outdated once this situation changes.

roadrunner commented on 2024-02-03 17:50 (UTC)

Major rework of crossover.install based on install/remove scripts from the debian crossover package. This should solve the issues with left over files under /usr/share.

The uninstallation leaves a few files (e.g. your license) under /opt/cxoffice.

Thanks xiota and kidonng for your input.

kidonng commented on 2024-02-02 11:44 (UTC) (edited on 2024-02-02 16:03 (UTC) by kidonng)

The icons are not correctly removed upon uninstalling. pre_remove() should be updated like this:

- rm -f /usr/local/share/icons/hicolor/*x*/apps/cxmenu-*.png
+ rm -f /usr/share/icons/hicolor/*x*/apps/cxmenu-*.png
+ rm -f /usr/share/icons/hicolor/*x*/mimetypes/cxoffice-*.png

There's also an empty directory left at /opt/cxoffice/support/desktopdata/cxoffice-0/cxmenu/Launchers/StartMenu. I suppose doing something like rm -r /opt/cxoffice/support/desktopdata would be enough.


A minor note, maybe update the URL to https://www.codeweavers.com/crossover.

xiota commented on 2023-09-20 06:59 (UTC) (edited on 2023-11-05 09:58 (UTC) by xiota)

Please remove replaces directive, in accordance with AUR submission guidelines.

roadrunner commented on 2023-08-18 13:15 (UTC)

Updated to crossover 23.0.0.

Removed lib32-gsm as suggested by @MarsSeeds. Thanks for the input.

BillFleming commented on 2023-08-17 16:29 (UTC)

The pkgver=23.0.0 can be adjusted to have a seemingly working updated package once you update the sha256sums line. Doesn't appear that they made any structure changes or added any new depends that normal wine 8 doesn't have.

MarsSeed commented on 2023-07-17 18:30 (UTC)

I suggest that you drop lib32-gsm as optdepend. There is no realistic use case for anyone to want to use it with bin32 applications. The GSM audio codec is nonfree, and also very old and low-quality (8-bit precision), and not very well-compressed. VoIP telephony tools from even 20 years ago do support much better codecs.

roadrunner commented on 2022-12-21 18:36 (UTC)

(Finally) added python-cairo as dependency. @Wings-Fantasy: Thanks for pointing out the missing dependency. @molasses2: Thanks for the kind reminder.