Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435472 - media-tv/xbmc - add support for pulseaudio channels map
Summary: media-tv/xbmc - add support for pulseaudio channels map
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-09-19 04:47 UTC by Matthias Fulz
Modified: 2012-09-19 21:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Pulseaudio patch (xbmc-pulseae.patch,601 bytes, patch)
2012-09-19 04:47 UTC, Matthias Fulz
Details | Diff
Ebuild with added patch (xbmc-9999.ebuild,5.86 KB, text/plain)
2012-09-19 04:48 UTC, Matthias Fulz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Fulz 2012-09-19 04:47:03 UTC
In the XBMC git the channels map are not set when using pulseaudio.
Therefore multi channel sound like 5.1 surround is in wrong speaker layout.

There is a patch available: http://trac.xbmc.org/ticket/13211

This one is working perfect for me, perhaps it could be included into portage.
Comment 1 Matthias Fulz 2012-09-19 04:47:57 UTC
Created attachment 324266 [details, diff]
Pulseaudio patch

The patch taken from http://trac.xbmc.org/ticket/13211
Comment 2 Matthias Fulz 2012-09-19 04:48:26 UTC
Created attachment 324268 [details]
Ebuild with added patch

The ebuild which is using the patch
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-19 12:45:59 UTC
Comment on attachment 324268 [details]
Ebuild with added patch

--- xbmc-9999.ebuild    2012-09-18 17:57:19.000000000 +0200
+++ -   2012-09-19 14:45:53.347695710 +0200
@@ -127,6 +127,7 @@
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-9999-nomythtv.patch
        epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
+       epatch "${FILESDIR}"/${PN}-pulseae.patch
        # The mythtv patch touches configure.ac, so force a regen
        rm -f configure
Comment 4 SpanKY gentoo-dev 2012-09-19 21:27:20 UTC
there's very little patching that we're doing to the live code for now.  we'd rather let upstream sort things out.  you can use /etc/portage/patches in the mean time.