Latest cinelerra release is for 15.2 - will this work for TW?
All, I know the short answer is to "try it", but for the devs familiar with the library changes between 15.2 and TW, is there anything that would be a showstopper for installing the latest cinelerra from: https://cinelerra-gg.org/download/pkgs/leap15.2 That worked fine on 15.4. Unless there is a known ABI/API break between 15.4 and TW, I'll give it a go (so long as there are no conflicting libraries, etc.) Yell, if this is inadvisable. -- David C. Rankin, J.D.,P.E.
Hello, In the Message; Subject : Latest cinelerra release is for 15.2 - will this work for TW? Message-ID : <a69be959-878a-423a-abc5-e6c4eaaf484a@gmail.com> Date & Time: Wed, 10 Jul 2024 16:37:33 -0500 [DCR] == "David C. Rankin" <drankinatty@gmail.com> has written: DCR> All, DCR> I know the short answer is to "try it", but for the devs familiar with the DCR> library changes between 15.2 and TW, is there anything that would be a DCR> showstopper for installing the latest cinelerra from: DCR> https://cinelerra-gg.org/download/pkgs/leap15.2 DCR> That worked fine on 15.4. Unless there is a known ABI/API DCR> break between 15.4 and TW, I'll give it a go (so long as there DCR> are no conflicting libraries, etc.) DCR> Yell, if this is inadvisable. Now it seems to be more common to use Appimage? I tried CinGG-20240630-x86_64.AppImage with Tumbleweed and it seems to work fine. https://cinelerra-gg.org/download/images/ Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Distinguish between what is meaningful to me and what is meaningless, and forget what is meaningless to me. This is where individuality comes into play. This is a function that computer cannot perform." -- Shigehiko Toyama (in Japanes) --
On 7/10/24 9:42 PM, Masaru Nomiya wrote:
I tried CinGG-20240630-x86_64.AppImage with Tumbleweed and it seems to work fine.
Thank you Masaru, That will be a last-resort. I cannot stand appimage or any type of container. Totally contrary to my Linux philosophy. I'll report back on whether I have success with the 15.2 rpm. If not, I may look into building it. I know the latest native release still works with Arch, and it is even with upstream on the kernel and all libraries. So there is a good chance 15.2 will run. -- David C. Rankin, J.D.,P.E.
On 7/10/24 9:42 PM, Masaru Nomiya wrote:
Now it seems to be more common to use Appimage?
I tried CinGG-20240630-x86_64.AppImage with Tumbleweed and it seems to work fine.
15.2 rpm will NOT work with tumbleweed due to a soname bump in libFLAC from 8 to 12 in Tumbleweed. There was a tumbleweed build at: https://cinelerra-gg.org/download/old_pkgs/tweed/ but that too relies on libFLAC.so.8 I've grabbed a current source from https://cinelerra-gg.org/download/pkgs/src/ and older srpm. I'll see if I can build a current rpm that will work for tumbleweed. I'll also check how Arch is handling this. There are source with static libs, that may be the solution. If everything fails - then I'll try an appimage, but I really don't need the bloat. -- David C. Rankin, J.D.,P.E.
Hello, In the Message; Subject : Re: Latest cinelerra release is for 15.2 - will this work for TW? Message-ID : <a2afdd81-85fe-421b-8b99-e394151aa3f3@gmail.com> Date & Time: Wed, 10 Jul 2024 23:07:14 -0500 [DCR] == "David C. Rankin" <drankinatty@gmail.com> has written: [...] DCR> I've grabbed a current source from DCR> https://cinelerra-gg.org/download/pkgs/src/ DCR> and older srpm. I'll see if I can build a current rpm that will work for DCR> tumbleweed. I'll also check how Arch is handling this. There are source with DCR> static libs, that may be the solution. No, Fedora is often more helpful than Arch, because sometimes we can build with Fedora's srpm intact. In this case, it didn't work. DCR> If everything fails - then I'll try an appimage, but I really DCR> don't need the bloat. It's a rough way to do it, but it seems to work fine. (^^;; 1. $ wget https://download1.rpmfusion.org/free/fedora/development/rawhide/Everything/x... 2. $ sudo rpm -ivh --nodeps cinelerra-gg-5.1.2024.05-1.fc41.x86_64.rpm Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Microsoft is overhauling its cybersecurity strategy, called the Secure Future Initiative, to incorporate key security features into its core set of technology platforms and cloud services. " -- Microsoft overhauls cyber strategy to finally embrace security by default --
On 2024-07-11 06:07, David C. Rankin wrote:
On 7/10/24 9:42 PM, Masaru Nomiya wrote:
Now it seems to be more common to use Appimage?
...
I've grabbed a current source from
https://cinelerra-gg.org/download/pkgs/src/
and older srpm. I'll see if I can build a current rpm that will work for tumbleweed. I'll also check how Arch is handling this. There are source with static libs, that may be the solution.
If everything fails - then I'll try an appimage, but I really don't need the bloat.
Compiling with static libs I think is actually similar to using an appimage ;-) -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.5 (Laicolasse))
participants (3)
-
Carlos E. R.
-
David C. Rankin
-
Masaru Nomiya