GNU bug report logs -
#25868
[PATCH] gnu: wine: Add 'pulseaudio' to 'inputs'.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25868 in the body.
You can then email your comments to 25868 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#25868
; Package
guix-patches
.
(Sat, 25 Feb 2017 09:17:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Carlo Zancanaro <carlo <at> zancanaro.id.au>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 25 Feb 2017 09:17:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Wine has a pulseaudio driver, but to use it we need to build with
pulseaudio as an input.
[0001-gnu-wine-Add-pulseaudio-to-inputs.patch (text/x-patch, inline)]
From 0bbc254bee3693b2921720c71667165e45afc53b Mon Sep 17 00:00:00 2001
From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
Date: Sun, 5 Feb 2017 22:28:31 +1100
Subject: [PATCH] gnu: wine: Add 'pulseaudio' to 'inputs'.
* gnu/packages/wine.scm (wine)[inputs]: Add pulseaudio.
---
gnu/packages/wine.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 7b7335338..d28e2dd4e 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -40,6 +40,7 @@
#:use-module (gnu packages linux)
#:use-module (gnu packages openldap)
#:use-module (gnu packages perl)
+ #:use-module (gnu packages pulseaudio)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages mp3)
#:use-module (gnu packages ncurses)
@@ -99,6 +100,7 @@
("libXcomposite" ,libxcomposite)
("ncurses" ,ncurses)
("openal" ,openal)
+ ("pulseaudio" ,pulseaudio)
("unixodbc" ,unixodbc)
("zlib" ,zlib)))
(arguments
--
2.11.1
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#25868
; Package
guix-patches
.
(Tue, 28 Feb 2017 18:49:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 25868 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Carlo Zancanaro <carlo <at> zancanaro.id.au> writes:
> Wine has a pulseaudio driver, but to use it we need to build with
> pulseaudio as an input.
>
> From 0bbc254bee3693b2921720c71667165e45afc53b Mon Sep 17 00:00:00 2001
> From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
> Date: Sun, 5 Feb 2017 22:28:31 +1100
> Subject: [PATCH] gnu: wine: Add 'pulseaudio' to 'inputs'.
>
> * gnu/packages/wine.scm (wine)[inputs]: Add pulseaudio.
> ---
> gnu/packages/wine.scm | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
> index 7b7335338..d28e2dd4e 100644
> --- a/gnu/packages/wine.scm
> +++ b/gnu/packages/wine.scm
> @@ -40,6 +40,7 @@
> #:use-module (gnu packages linux)
> #:use-module (gnu packages openldap)
> #:use-module (gnu packages perl)
> + #:use-module (gnu packages pulseaudio)
> #:use-module (gnu packages pkg-config)
> #:use-module (gnu packages mp3)
> #:use-module (gnu packages ncurses)
> @@ -99,6 +100,7 @@
> ("libXcomposite" ,libxcomposite)
> ("ncurses" ,ncurses)
> ("openal" ,openal)
> + ("pulseaudio" ,pulseaudio)
> ("unixodbc" ,unixodbc)
> ("zlib" ,zlib)))
> (arguments
Thanks for the insight! Pushed to master as
05740895feebfbbedc3f20968ac172b85b90b1del.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Catonano <catonano <at> gmail.com>
:
You have taken responsibility.
(Sat, 04 Mar 2017 20:51:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Carlo Zancanaro <carlo <at> zancanaro.id.au>
:
bug acknowledged by developer.
(Sat, 04 Mar 2017 20:51:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 25868-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
2017-02-28 19:48 GMT+01:00 Kei Kebreau <kei <at> openmailbox.org>:
> Carlo Zancanaro <carlo <at> zancanaro.id.au> writes:
>
> > Wine has a pulseaudio driver, but to use it we need to build with
> > pulseaudio as an input.
> >
> > From 0bbc254bee3693b2921720c71667165e45afc53b Mon Sep 17 00:00:00 2001
> > From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
> > Date: Sun, 5 Feb 2017 22:28:31 +1100
> > Subject: [PATCH] gnu: wine: Add 'pulseaudio' to 'inputs'.
> >
> > * gnu/packages/wine.scm (wine)[inputs]: Add pulseaudio.
> > ---
> > gnu/packages/wine.scm | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
> > index 7b7335338..d28e2dd4e 100644
> > --- a/gnu/packages/wine.scm
> > +++ b/gnu/packages/wine.scm
> > @@ -40,6 +40,7 @@
> > #:use-module (gnu packages linux)
> > #:use-module (gnu packages openldap)
> > #:use-module (gnu packages perl)
> > + #:use-module (gnu packages pulseaudio)
> > #:use-module (gnu packages pkg-config)
> > #:use-module (gnu packages mp3)
> > #:use-module (gnu packages ncurses)
> > @@ -99,6 +100,7 @@
> > ("libXcomposite" ,libxcomposite)
> > ("ncurses" ,ncurses)
> > ("openal" ,openal)
> > + ("pulseaudio" ,pulseaudio)
> > ("unixodbc" ,unixodbc)
> > ("zlib" ,zlib)))
> > (arguments
>
> Thanks for the insight! Pushed to master as
> 05740895feebfbbedc3f20968ac172b85b90b1del.
>
so this is done too, right ?
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 02 Apr 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.