GNU bug report logs - #27395
[PATCH] gnu: wine: Add wine64.

Previous Next

Package: guix-patches;

Reported by: Rutger Helling <rhelling <at> mykolab.com>

Date: Fri, 16 Jun 2017 11:38:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 27395-done <at> debbugs.gnu.org
Subject: [bug#27395] [PATCH] gnu: wine: Add wine64.
Date: Tue, 20 Jun 2017 23:39:21 +0200
Rutger Helling <rhelling <at> mykolab.com> skribis:

> From 2674af475c3f970800ddb97de40f5497f15ef3c5 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling <at> mykolab.com>
> Date: Fri, 16 Jun 2017 13:30:58 +0200
> Subject: [PATCH] gnu: wine: Add wine64.
>
> * gnu/packages/wine.scm (wine64): New variable.

[...]

> +(define-public wine64
> +  (package
> +    (inherit wine)
> +    (name "wine64")
> +    (arguments `(#:configure-flags
> +                 (list "--enable-win64"
> +                       (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib64"))
> +                 ,@(strip-keyword-arguments '(#:configure-flags #:system)
> +                                            (package-arguments wine))))
> +               (synopsis "Implementation of the Windows API (64-bit version)")
> +               (description
> +                     "Wine (originally an acronym for \"Wine Is Not an Emulator\") is a
> +compatibility layer capable of running Windows applications.  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.  This is the 64-bit version.")
> +    (supported-systems '("x86_64-linux"))))

I reindented and remove the description (I think it’s enough to mention
“64-bit” in the synopsis.)

Applied, thanks!

Ludo’.




This bug report was last modified 8 years and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.