Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903727 - media-video/mkvtoolnix-75.0.0 version bump (v72 ebuild works fine)
Summary: media-video/mkvtoolnix-75.0.0 version bump (v72 ebuild works fine)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 901197 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-04-03 09:51 UTC by soundbastlerlive
Modified: 2023-04-20 14:05 UTC (History)
2 users (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 soundbastlerlive 2023-04-03 09:51:13 UTC
please bump, the v72 ebuild works fine for me for v75 (only tested with USE=-* though)

Reproducible: Always
Comment 1 soundbastlerlive 2023-04-03 09:52:01 UTC
would also solve Bug 901197
Comment 2 James Le Cuirot gentoo-dev 2023-04-18 20:36:46 UTC
*** Bug 901197 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2023-04-18 22:18:19 UTC
The bug has been closed via the following commit(s):

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

commit b66358b9cffb35803714f28d1ec817b2dfa26373
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2023-04-18 22:17:11 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2023-04-18 22:17:38 +0000

    media-video/mkvtoolnix: Version bump to 75.0.0
    
    This fixes the build with Ruby 3.2.
    
    Also deals with unknown --with-po4a-translate configure option.
    
    Bug: https://bugs.gentoo.org/895138
    Closes: https://bugs.gentoo.org/903727
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-video/mkvtoolnix/Manifest                 |   1 +
 media-video/mkvtoolnix/mkvtoolnix-75.0.0.ebuild | 132 ++++++++++++++++++++++++
 media-video/mkvtoolnix/mkvtoolnix-9999.ebuild   |   4 +-
 3 files changed, 135 insertions(+), 2 deletions(-)
Comment 4 Maxim Britov 2023-04-19 13:05:26 UTC
(In reply to Larry the Git Cow from comment #3)
> The bug has been closed via the following commit(s):

$(usex nls "" --with-po4a=false)
break builds with "-nls"

--with-po4a=prog use prog instead of looking for po4a
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-19 13:11:21 UTC
(In reply to Maxim Britov from comment #4)
> (In reply to Larry the Git Cow from comment #3)
> > The bug has been closed via the following commit(s):
> 
> $(usex nls "" --with-po4a=false)
> break builds with "-nls"
> 
> --with-po4a=prog use prog instead of looking for po4a

Please file a bug for that.
Comment 6 James Le Cuirot gentoo-dev 2023-04-19 21:15:18 UTC
(In reply to Maxim Britov from comment #4)
> (In reply to Larry the Git Cow from comment #3)
> > The bug has been closed via the following commit(s):
> 
> $(usex nls "" --with-po4a=false)
> break builds with "-nls"
> 
> --with-po4a=prog use prog instead of looking for po4a

Are you sure about that? It works fine here.
Comment 7 Maxim Britov 2023-04-20 14:05:12 UTC
(In reply to James Le Cuirot from comment #6)
(In reply to Sam James from comment #5)

Ok, bug 904710