Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 872107 Details for
Bug 915132
media-libs/mlt[python] does not respect PYTHON_SINGLE_TARGET
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build when PYTHON_SINGLE_TARGET isn't the latest installed
0001-media-libs-mlt-Respect-PYTHON_SINGLE_TARGET.patch (text/plain), 874 bytes, created by
Christopher Byrne
on 2023-10-03 20:35:52 UTC
(
hide
)
Description:
Fix build when PYTHON_SINGLE_TARGET isn't the latest installed
Filename:
MIME Type:
Creator:
Christopher Byrne
Created:
2023-10-03 20:35:52 UTC
Size:
874 bytes
patch
obsolete
>From cab9375f65327273392c2c37dd6e9e88817021f5 Mon Sep 17 00:00:00 2001 >From: Christopher Byrne <salah.coronya@gmail.com> >Date: Tue, 3 Oct 2023 15:28:58 -0500 >Subject: [PATCH] media-libs/mlt: Respect PYTHON_SINGLE_TARGET > >--- > media-libs/mlt/mlt-7.18.0.ebuild | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/media-libs/mlt/mlt-7.18.0.ebuild b/media-libs/mlt/mlt-7.18.0.ebuild >index 8dd5978f877b..dd6edfbb1129 100644 >--- a/media-libs/mlt/mlt-7.18.0.ebuild >+++ b/media-libs/mlt/mlt-7.18.0.ebuild >@@ -94,7 +94,9 @@ src_prepare() { > # Respect CFLAGS LDFLAGS when building shared libraries. Bug #308873 > if use python; then > sed -i "/mlt.so/s/ -lmlt++ /& ${CFLAGS} ${LDFLAGS} /" src/swig/python/build || die >+ sed -i "s/Python3 REQUIRED/Python3 ${EPYTHON:7} EXACT REQUIRED/" CMakeLists.txt > python_fix_shebang src/swig/python >+ > fi > > cmake_src_prepare >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 915132
: 872107