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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27395 in the body.
You can then email your comments to 27395 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27395; Package guix-patches. (Fri, 16 Jun 2017 11:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rutger Helling <rhelling <at> mykolab.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 16 Jun 2017 11:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wine: Add wine64.
Date: Fri, 16 Jun 2017 13:36:58 +0200
[Message part 1 (text/plain, inline)]
Hey Guix, 

this patch adds a 64-bit version for Wine.
[Message part 2 (text/html, inline)]
[0001-gnu-wine-Add-wine64.patch (text/x-diff, attachment)]

Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Tue, 20 Jun 2017 20:34:02 GMT) Full text and rfc822 format available.

Notification sent to Rutger Helling <rhelling <at> mykolab.com>:
bug acknowledged by developer. (Tue, 20 Jun 2017 20:34:03 GMT) Full text and rfc822 format available.

Message #10 received at 27395-done <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 27395-done <at> debbugs.gnu.org
Subject: Re: [bug#27395] [PATCH] gnu: wine: Add wine64.
Date: Tue, 20 Jun 2017 22:33:37 +0200
Hi,

On Fri, 16 Jun 2017 13:36:58 +0200
Rutger Helling <rhelling <at> mykolab.com> wrote:

> this patch adds a 64-bit version for Wine.

Pushed to master as b3ebd24162f69e55b9847d9a160d255737e39d68.

Thanks!




Information forwarded to guix-patches <at> gnu.org:
bug#27395; Package guix-patches. (Tue, 20 Jun 2017 21:40:01 GMT) Full text and rfc822 format available.

Message #13 received at 27395-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 27395-done <at> debbugs.gnu.org
Subject: Re: [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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Jul 2017 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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