Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929632 - media-libs/avidemux-plugins: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: media-libs/avidemux-plugins: needs upgrade to Python 3.12 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:46 UTC by Michał Górny
Modified: 2024-06-03 12:44 UTC (History)
3 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-13 08:46:27 UTC
This package does not support Python 3.12.  Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 Matthias 2024-06-02 08:28:39 UTC
Hello,

I created a local copy of the ebuild and changed the line "PYTHON_COMPAT=( python3_{9..11} )" to "PYTHON_COMPAT=( python3_{9..12} )".

Emerge works, Avidemux starts and it seems to work. However, I use only a very limited part of Avidemux (opening files, selecting audio tracks, removing parts of the video, saving) - that's all I've tested.

Regards,
Matthias
Comment 2 Christian Tietz 2024-06-03 12:42:06 UTC
Confirmed.

I followed the same path as Matthias with the difference that I did also some video editing, encoding and filtering. No issues whatsoever.
Comment 3 Larry the Git Cow gentoo-dev 2024-06-03 12:44:15 UTC
The bug has been closed via the following commit(s):

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

commit 6ee7b5cf3daac3d551bcc890286d80de551a72a7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-03 12:43:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-03 12:43:43 +0000

    media-libs/avidemux-plugins: enable py3.12
    
    Per testing from Matthias and Christian on the bug.
    
    Closes: https://bugs.gentoo.org/929632
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)