Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661192 - app-emulation/wine-staging:3.12 should implement a ffmpeg USE flag
Summary: app-emulation/wine-staging:3.12 should implement a ffmpeg USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Wine Maintainers
URL: https://github.com/wine-staging/wine-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-15 01:43 UTC by Bob Wya
Modified: 2018-07-15 15:16 UTC (History)
0 users

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


Attachments
xaudio2_7-WMA_support patchset (diff) (wine-staging-3.11_3.12_diff.patch,28.54 KB, patch)
2018-07-15 01:43 UTC, Bob Wya
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Wya 2018-07-15 01:43:36 UTC
Created attachment 539620 [details, diff]
xaudio2_7-WMA_support patchset  (diff)

Wine Staging 3.12 can utilise the host media-video/ffmpeg (or media-video/libav) package to convert WMA formats (in xaudio2).

I've attached the relevant (new) Wine Staging patchset.
Comment 1 Bob Wya 2018-07-15 02:33:34 UTC
Or possibly a hard media-video/ffmpeg 4.x dependency ...

See: https://bugs.winehq.org/show_bug.cgi?id=39402#c17
Comment 2 Larry the Git Cow gentoo-dev 2018-07-15 15:16:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=a9af80282ff4914466bbd08ff6359bb127fd9655

commit a9af80282ff4914466bbd08ff6359bb127fd9655
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2018-07-15 15:09:38 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-07-15 15:09:45 +0000

    app-emulation/wine-staging: Add ffmpeg USE
    
    Depend on >=media-video/ffmpeg-4 for now due to
    https://bugs.winehq.org/show_bug.cgi?id=39402
    
    Fixes: https://bugs.gentoo.org/661192
    Package-Manager: Portage-2.3.42, Repoman-2.3.9

 app-emulation/wine-staging/metadata.xml             | 1 +
 app-emulation/wine-staging/wine-staging-3.12.ebuild | 4 +++-
 app-emulation/wine-staging/wine-staging-9999.ebuild | 4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=69cc23bc473336edfa732f54a657da829e2d70eb

commit 69cc23bc473336edfa732f54a657da829e2d70eb
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2018-07-15 15:14:55 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-07-15 15:15:09 +0000

    app-emulation/wine-any: Add ffmpeg USE
    
    Depend on >=media-video/ffmpeg-4 for now due to
    https://bugs.winehq.org/show_bug.cgi?id=39402
    
    Bug: https://bugs.gentoo.org/661192
    Package-Manager: Portage-2.3.42, Repoman-2.3.9

 app-emulation/wine-any/metadata.xml         | 1 +
 app-emulation/wine-any/wine-any-3.12.ebuild | 4 +++-
 app-emulation/wine-any/wine-any-9999.ebuild | 4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)