From: Maxime Devos <maximedevos@telenet.be>
To: Vinicius Monego <monego@posteo.net>, 53311@debbugs.gnu.org
Subject: [bug#53311] [PATCH] gnu: kdenlive: Update to 21.12.1.
Date: Mon, 17 Jan 2022 12:27:54 +0000 [thread overview]
Message-ID: <4cdc6c79871e510b8f22b5d51647c42f537e551f.camel@telenet.be> (raw)
In-Reply-To: <20220116235713.243223-1-monego@posteo.net>
[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]
Hi,
Vinicius Monego schreef op zo 16-01-2022 om 23:57 [+0000]:
> - (wrap-program (string-append out "/bin/kdenlive")
> - `("PATH" ":" prefix
> - ,(list (string-append ffmpeg "/bin")))
> - [...]
> [...]
> + (wrap-program (string-append out "/bin/kdenlive")
> + `("PATH" ":" prefix
> + ,(list (string-append ffmpeg "/bin")))
> + [...]
>
>
'data/scripts/checkvosk.py' (called from
'src/dialogs/kdenlivesettingsdialog.cpp') has a call to 'python -m pip
install', can it be neutralised?
There are a few python scripts, are we missing 'python' in inputs?
'ffmpeg' is invoked from a few Python scripts and from C++ code, using
ffmpegpath. So FWIW, the absolute path to 'ffmpeg' can be baked in
with a few substitute* and by adding a line to the following code
in src/core.cpp:
if (isAppImage) {
QString appPath = qApp->applicationDirPath();
KdenliveSettings::setFfmpegpath(QDir::cleanPath(appPath + QStringLiteral("/ffmpeg")));
KdenliveSettings::setFfplaypath(QDir::cleanPath(appPath + QStringLiteral("/ffplay")));
KdenliveSettings::setFfprobepath(QDir::cleanPath(appPath + QStringLiteral("/ffprobe")));
KdenliveSettings::setRendererpath(QDir::cleanPath(appPath + QStringLiteral("/melt")));
m_mainWindow->init(QDir::cleanPath(appPath + QStringLiteral("/../share/mlt/profiles")));
} else {
// Open connection with Mlt
m_mainWindow->init(MltPath);
// setFfmpegpath and the like can be set here!
}
YMMW whether this is an improvement or not.
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2022-01-17 12:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-16 23:57 [bug#53311] [PATCH] gnu: kdenlive: Update to 21.12.1 Vinicius Monego
2022-01-17 12:03 ` Maxime Devos
2022-01-17 12:27 ` Maxime Devos [this message]
2022-02-02 14:19 ` Vinicius Monego
2022-01-28 10:12 ` Nicolas Goaziou
2022-04-05 16:22 ` Ludovic Courtès
2022-04-05 17:37 ` Vinicius Monego
2022-04-06 8:14 ` Ludovic Courtès
2022-08-21 22:28 ` bug#53311: " Vinicius Monego
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4cdc6c79871e510b8f22b5d51647c42f537e551f.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=53311@debbugs.gnu.org \
--cc=monego@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.