Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895278 - app-emulation/faudio-23.02 version bump, EAPI-8 bump
Summary: app-emulation/faudio-23.02 version bump, EAPI-8 bump
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/FNA-XNA/FNA/releas...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-18 15:01 UTC by Andreas Sturmlechner
Modified: 2023-02-19 11:00 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2023-02-18 15:01:20 UTC
How about that?
Comment 1 Ionen Wolkens gentoo-dev 2023-02-19 03:03:08 UTC
Tend to forget this package exists given wine@ doesn't need it anymore, guess it still has one non-wine consumer though.

I'll have a look later.
Comment 2 Larry the Git Cow gentoo-dev 2023-02-19 05:22:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f915475b49229740579b510425a8add497e6e9

commit 98f915475b49229740579b510425a8add497e6e9
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2023-02-19 03:42:55 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2023-02-19 05:01:21 +0000

    app-emulation/faudio: add 23.02, simplify and drop multilib support
    
    Mostly to sanitize the ebuild before dropping wine@ from metadata,
    >=wine-7 does not need this package anymore, and its only consumer
    (app-emulation/86Box) doesn't need multilib complications (esp.
    the +abi_x86_32 that was pulling more 32bit deps by default).
    
    Extra notes on changes:
    * drop duplicate lowercase faudio.pc (was manually installed by the
      ebuild and does not seem used, 86Box looks for FAudio.pc)
    * no longer install to /usr/include/FAudio, default is directly under
      /usr/include which is acceptable given headers have unique names
    * drop xnasong USE, no extra dependencies, is enabled by default,
      and disabling just result in a gimped library (fwiw left dumpvoices
      given off-by-default and have not looked closely at how it works)
    * drop utils USE, the utils were being built but not installed anyway,
      and not seeing a reason to change this currently
    * drop gstreamer (option is gone, unused)
    * move tests from postinst(!) back into the portage sandbox, this
      really just needs to set an SDL variable and doesn't need virtx
    
    Have not really tested 86Box beside building (note that it does not
    seem to use faudio unless USE=-openal despite what DEPEND says, and
    being default it's unlikely many are actually using faudio).
    
    Closes: https://bugs.gentoo.org/895278
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-emulation/faudio/Manifest            |  1 +
 app-emulation/faudio/faudio-23.02.ebuild | 37 ++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)