Re: [packman] Ffmpeg-6 only for Tumbleweed/Slowroll?

2023-12-19 Diskussionsfäden Olaf Hering
Tue, 19 Dec 2023 15:56:00 +0100 Manfred Hollstein : > Does anybody know of a reason why we shouldn't enable the latter two, too? There are already "Prefer:" settings for ffmpeg, which makes it safe for most packages. But for some reason xine-lib and chromium need further tweaking of the

Re: [packman] Ffmpeg-6 only for Tumbleweed/Slowroll?

2023-12-19 Diskussionsfäden Manfred Hollstein
On Tue, 19 Dec 2023, 15:56:00 +0100, Manfred Hollstein wrote: > Hi there, > > I am currently working on getting the upcoming new version of Kodi 21 > Omega (currently at beta 2) to build in PMBS. Amongst several updates, > one of the most crucial issues is that it needs ffmpeg-6 and refuses to >

[packman] Ffmpeg-6 only for Tumbleweed/Slowroll?

2023-12-19 Diskussionsfäden Manfred Hollstein
Hi there, I am currently working on getting the upcoming new version of Kodi 21 Omega (currently at beta 2) to build in PMBS. Amongst several updates, one of the most crucial issues is that it needs ffmpeg-6 and refuses to build with anything before that. Currently we only enable Tumbleweed and

Re: [packman] discord request

2023-12-19 Diskussionsfäden Dominik Heidler
In python that would be something like this: os.execv("/path/to/discord", ["/path/to/discord"]+sys.argv[1:]) This would replace the running python process with discord and preserve the cli arguments. Am 19.12.23 um 13:01 schrieb Giacomo Comes: That should work too. Let me try it and see what

Re: [packman] discord request

2023-12-19 Diskussionsfäden Giacomo Comes
That should work too. Let me try it and see what comes out. Cheers, Giacomo On Tue, Dec 19, 2023 at 11:24:52AM +0100, Dominik Heidler wrote: > Hi, > > wouldn't it be sufficient to replace the discord main executable by a wrapper > script > that applies this setting before every start of discord

Re: [packman] discord request

2023-12-19 Diskussionsfäden Dominik Heidler
Hi, wouldn't it be sufficient to replace the discord main executable by a wrapper script that applies this setting before every start of discord and then uses exec to run the actual discord binary? Regards, Dominik Am 19.12.23 um 05:10 schrieb Giacomo Comes: Hi, as you may know, discord has