Old libs in distribution
I was removing all unnecessary files on my tablet (update need around 1.5Gb free space!) and removed those from cinelerra ~/cinelerra/cinelerra-5.1 $ git diff diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz b/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz deleted file mode 100644 index f55e51d3..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz deleted file mode 100644 index 0a4a0fa2..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz deleted file mode 100644 index 1b3b1004..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz deleted file mode 100644 index 4f766f91..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz deleted file mode 100644 index a2455c38..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz deleted file mode 100644 index 25eb11ab..00000000 Binary files a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz and /dev/null differ ~/cinelerra/cinelerra-5.1 $ I also think libtiff-4.7.0 worked in place of 4.6.0t, but I only did one read/write tiff test ....
Guilty here of not removing old libraries. Because one time I added a new text file and deleted an old library, and GIT replaced the old library with the text file -- that was a disappointment. However, I will clean up except for libaom-v3.4.0 which I still use for Ubuntu 16 build due to older cmake not working for version 3.8.0. On Sat, Feb 22, 2025 at 10:55 AM Andrew Randrianasulu < [email protected]> wrote:
I was removing all unnecessary files on my tablet (update need around 1.5Gb free space!) and removed those from cinelerra
~/cinelerra/cinelerra-5.1 $ git diff diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz b/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz deleted file mode 100644 index f55e51d3..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz deleted file mode 100644 index 0a4a0fa2..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz deleted file mode 100644 index 1b3b1004..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz deleted file mode 100644 index 4f766f91..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz deleted file mode 100644 index a2455c38..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz deleted file mode 100644 index 25eb11ab..00000000 Binary files a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz and /dev/null differ ~/cinelerra/cinelerra-5.1 $
I also think libtiff-4.7.0 worked in place of 4.6.0t, but I only did one read/write tiff test ....
сб, 22 февр. 2025 г., 21:10 Phyllis Smith <[email protected]>:
Guilty here of not removing old libraries. Because one time I added a new text file and deleted an old library, and GIT replaced the old library with the text file -- that was a disappointment. However, I will clean up except for libaom-v3.4.0 which I still use for Ubuntu 16 build due to older cmake not working for version 3.8.0.
ah, thanks (nearly forgot about oldest from our older distros)
On Sat, Feb 22, 2025 at 10:55 AM Andrew Randrianasulu < [email protected]> wrote:
I was removing all unnecessary files on my tablet (update need around 1.5Gb free space!) and removed those from cinelerra
~/cinelerra/cinelerra-5.1 $ git diff diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz b/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz deleted file mode 100644 index f55e51d3..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz deleted file mode 100644 index 0a4a0fa2..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz deleted file mode 100644 index 1b3b1004..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz deleted file mode 100644 index 4f766f91..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz deleted file mode 100644 index a2455c38..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz deleted file mode 100644 index 25eb11ab..00000000 Binary files a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz and /dev/null differ ~/cinelerra/cinelerra-5.1 $
I also think libtiff-4.7.0 worked in place of 4.6.0t, but I only did one read/write tiff test ....
I am sorry for that. Probably I am the only User that use Ubuntu16, here. My computers are very old and UbuntuStudio_16.04 works very good for me. Thank You! 22/02/2025 19:10, Phyllis Smith via Cin wrote:
However, I will clean up except for libaom-v3.4.0 which I still use for Ubuntu 16 build due to older cmake not working for version 3.8.0.
Andrew, GIT has had a bunch of old files removed to include: - all of ffmpeg-5.1/6.1 patch files - tars for the old versions of mjpegtools, libjpeg-turb, libsvtav1 (both old ones), libvpx I have a few more to remove yet, but I find it so stressful to do "git rm-s" - the problem is if I make a mistake, I do not always know how to fix it. On Sat, Feb 22, 2025 at 10:55 AM Andrew Randrianasulu < [email protected]> wrote:
I was removing all unnecessary files on my tablet (update need around 1.5Gb free space!) and removed those from cinelerra
~/cinelerra/cinelerra-5.1 $ git diff diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz b/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz deleted file mode 100644 index f55e51d3..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz deleted file mode 100644 index 0a4a0fa2..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz deleted file mode 100644 index 1b3b1004..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz deleted file mode 100644 index 4f766f91..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz deleted file mode 100644 index a2455c38..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz deleted file mode 100644 index 25eb11ab..00000000 Binary files a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz and /dev/null differ ~/cinelerra/cinelerra-5.1 $
I also think libtiff-4.7.0 worked in place of 4.6.0t, but I only did one read/write tiff test ....
вт, 25 февр. 2025 г., 23:19 Phyllis Smith <[email protected]>:
Andrew, GIT has had a bunch of old files removed to include: - all of ffmpeg-5.1/6.1 patch files - tars for the old versions of mjpegtools, libjpeg-turb, libsvtav1 (both old ones), libvpx I have a few more to remove yet, but I find it so stressful to do "git rm-s" - the problem is if I make a mistake, I do not always know how to fix it.
it only matters in extreme hdd space shortage situation (building in small ramdisk, VM with small virtual disk, etc ...). So take your time!
On Sat, Feb 22, 2025 at 10:55 AM Andrew Randrianasulu < [email protected]> wrote:
I was removing all unnecessary files on my tablet (update need around 1.5Gb free space!) and removed those from cinelerra
~/cinelerra/cinelerra-5.1 $ git diff diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz b/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz deleted file mode 100644 index f55e51d3..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libaom-v3.4.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz deleted file mode 100644 index 0a4a0fa2..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz deleted file mode 100644 index 1b3b1004..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v1.8.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz b/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz deleted file mode 100644 index 4f766f91..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libsvtav1-v2.2.1.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz b/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz deleted file mode 100644 index a2455c38..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.13.1.tar.gz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz deleted file mode 100644 index 25eb11ab..00000000 Binary files a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz and /dev/null differ ~/cinelerra/cinelerra-5.1 $
I also think libtiff-4.7.0 worked in place of 4.6.0t, but I only did one read/write tiff test ....
participants (3)
-
Andrew Randrianasulu -
Igor BEGHETTO -
Phyllis Smith