Cinelerra-GG git repository and snapshots
Time ago, for what I remember, was possible to download a snapshot from Cinelerra-gg git repository. Now I don't see aymore that feature. It was useful for those user who didn't want to use the "pull" capabilities of Git. Would it be possible to restore this feature? Thanks!
Sorry, I am seeing that I can find snapshots (source files) in https://download.cinelerra-gg.org/?path=src&sort=date_desc Sorry, again. Thanks! IgorBeg Il 03/04/2026 10:56, Igor BEGHETTO via Cin ha scritto:
Time ago, for what I remember, was possible to download a snapshot from Cinelerra-gg git repository. Now I don't see aymore that feature. It was useful for those user who didn't want to use the "pull" capabilities of Git. Would it be possible to restore this feature? Thanks! _______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
Igor, please be aware that ffmpeg will require nasm at a higher level than the default Ubuntu 16 uses. But it is very easy to update nasm as I did it on Ubuntu 16 with no problem. Also, libaom requires a higher version of cmake so I disable it in the build of the app image that I build. On Fri, Apr 3, 2026, 06:12 Igor BEGHETTO via Cin <[email protected]> wrote:
Sorry, I am seeing that I can find snapshots (source files) in https://download.cinelerra-gg.org/?path=src&sort=date_desc Sorry, again. Thanks!
IgorBeg
Il 03/04/2026 10:56, Igor BEGHETTO via Cin ha scritto:
Time ago, for what I remember, was possible to download a snapshot from Cinelerra-gg git repository. Now I don't see aymore that feature. It was useful for those user who didn't want to use the "pull" capabilities of Git. Would it be possible to restore this feature? Thanks! _______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
Thank you so much for the info, Phyllis. As soon as possible (tomorrow?) I will try to do a build by myself, after making a clone of my Ubuntu 16 (partition) with Clonezilla. I'm always afraid of breaking something in a working system. And thank you for the "CinGG-20260331-alternative_shortcuts.AppImage". Il 03/04/2026 15:30, Phyllis Smith via Cin ha scritto:
Igor, please be aware that ffmpeg will require nasm at a higher level than the default Ubuntu 16 uses. But it is very easy to update nasm as I did it on Ubuntu 16 with no problem. Also, libaom requires a higher version of cmake so I disable it in the build of the app image that I build.
On Fri, Apr 3, 2026, 06:12 Igor BEGHETTO via Cin <[email protected] <mailto:[email protected]>> wrote:
Sorry, I am seeing that I can find snapshots (source files) in https://download.cinelerra-gg.org/?path=src&sort=date_desc <https://download.cinelerra-gg.org/?path=src&sort=date_desc> Sorry, again. Thanks!
IgorBeg
Il 03/04/2026 10:56, Igor BEGHETTO via Cin ha scritto: > Time ago, for what I remember, was possible to download a snapshot > from Cinelerra-gg git repository. > Now I don't see aymore that feature. It was useful for those user who > didn't want to use the "pull" capabilities of Git. > Would it be possible to restore this feature? > Thanks! > _______________________________________________ > Cin mailing list -- [email protected] <mailto:[email protected]> > To unsubscribe send an email to [email protected] <mailto:[email protected]> > _______________________________________________ Cin mailing list -- [email protected] <mailto:[email protected]> To unsubscribe send an email to [email protected] <mailto:[email protected]>
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
Thanks to Phyllis and Andrew_R, I was able to make the build for Cinelerra-gg_Cin_20260331 updating NASM from "nasm 2.11.08-1ubuntu0.1" to "nasm_2.15.05-1_amd64.deb" for Ubuntu_16.04. And following the good steps that Phyllis wrote some time ago (2024). 1. Download the current source somewhere different than where you have your current binary. git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" /yourchoice/here 2. Go to that directory: cd /yourchoice/here/cinelerra-5.1 3. Execute: patch -p1 < alt_shorcuts.patch 4. Edit configure.ac to get to a version of aom that builds on ubuntu 16 In configure.ac, modify "libaom-v3.8.0" to "libaom-v3.4.0" and delete all of the libaom-v3.8.0 files from subdirectory thirdparty/src. Then there will be just the working version of libaom-v3.4.0 left. 5. Be in the original directory (not thirdparty/src) and just execute: ./bld.sh or the steps below. 6. make clean 7. patch -p1 < alt_shortcuts.patch 8. ./autogen.sh 9. ./configure --with-single-user --without-shuttle-usb \ --without-vaapi --without-vdpau \ --disable-dav1d \ 10. time make 2>&1 | tee log 11. grep "\*\*\*.*error" -ai log ( Check for obvious build errors ) 12 make install Thank you so much for the great work! IgorB Il 03/04/2026 15:30, Phyllis Smith via Cin ha scritto:
Igor, please be aware that ffmpeg will require nasm at a higher level than the default Ubuntu 16 uses. But it is very easy to update nasm as I did it on Ubuntu 16 with no problem. Also, libaom requires a higher version of cmake so I disable it in the build of the app image that I build.
On Fri, Apr 3, 2026, 06:12 Igor BEGHETTO via Cin <[email protected] <mailto:[email protected]>> wrote:
Sorry, I am seeing that I can find snapshots (source files) in https://download.cinelerra-gg.org/?path=src&sort=date_desc <https://download.cinelerra-gg.org/?path=src&sort=date_desc> Sorry, again. Thanks!
IgorBeg
Il 03/04/2026 10:56, Igor BEGHETTO via Cin ha scritto: > Time ago, for what I remember, was possible to download a snapshot > from Cinelerra-gg git repository. > Now I don't see aymore that feature. It was useful for those user who > didn't want to use the "pull" capabilities of Git. > Would it be possible to restore this feature? > Thanks!
On 03/04/2026 14:12, Igor BEGHETTO via Cin wrote:
Sorry, I am seeing that I can find snapshots (source files) in https://download.cinelerra-gg.org/?path=src&sort=date_desc Sorry, again. Thanks!
IgorBeg
Interestingly, I wasn't aware of that option as a limited and less demanding Cingg build environment. Snapshots else I'm used with, as iso image downloads for my openSUSE Leap/Tw/Slowroll. I use to write new ones on USB's at times for new installations or upgrade-/reinstallation when needed. Recently I had to use it as backup when Internet (resolv.conf) connecntion and online upgrade were lost. Terje J. H
Il 03/04/2026 10:56, Igor BEGHETTO via Cin ha scritto:
Time ago, for what I remember, was possible to download a snapshot from Cinelerra-gg git repository. Now I don't see aymore that feature. It was useful for those user who didn't want to use the "pull" capabilities of Git. Would it be possible to restore this feature? Thanks! _______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
participants (3)
-
Igor BEGHETTO -
Phyllis Smith -
Terje J. Hanssen