Changed README so it reflect current  way of building system/single-user
builds, hopefully

added BUGS with entry that bit me recently

added DESCRIPTION based on slack-desc, empathizing we can do rgba32f
From f6bf1a9389ca736b72cffd56f3a5b3fc86dd42d3 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <[email protected]>
Date: Wed, 23 Oct 2024 16:22:58 +0300
Subject: [PATCH 1/3] Update README build instructions

---
 cinelerra-5.1/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cinelerra-5.1/README b/cinelerra-5.1/README
index ad6cac4c..55e9ed74 100644
--- a/cinelerra-5.1/README
+++ b/cinelerra-5.1/README
@@ -1,4 +1,4 @@
-Jun 3, 2016
+Oct, 23, 2024
 
 == for configuration help:
   ./autogen.sh
@@ -12,7 +12,7 @@ Jun 3, 2016
 
 == for shared BUILD for $HOME/cin install:
   ./autogen.sh
-  ./configure --without-system_build
+  ./configure --without-thirdparty --with-single-user --without-libdpx
   make >& log
   make install >> log
   grep "\*\*\*.*error" -ai log
-- 
2.46.2

From b4cc14703811f76f86041cfc15bba5f842f88b8c Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <[email protected]>
Date: Wed, 23 Oct 2024 16:29:58 +0300
Subject: [PATCH 2/3] Add BUGS

---
 cinelerra-5.1/BUGS | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 cinelerra-5.1/BUGS

diff --git a/cinelerra-5.1/BUGS b/cinelerra-5.1/BUGS
new file mode 100644
index 00000000..d592288f
--- /dev/null
+++ b/cinelerra-5.1/BUGS
@@ -0,0 +1 @@
+Undo after loading nested project lead to  crash
-- 
2.46.2

From c14bb63c549bb16d64ec4387327850ff4e12a695 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <[email protected]>
Date: Wed, 23 Oct 2024 16:36:19 +0300
Subject: [PATCH 3/3] Add DESCRIPTION

---
 cinelerra-5.1/DESCRIPTION | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 cinelerra-5.1/DESCRIPTION

diff --git a/cinelerra-5.1/DESCRIPTION b/cinelerra-5.1/DESCRIPTION
new file mode 100644
index 00000000..d33181a4
--- /dev/null
+++ b/cinelerra-5.1/DESCRIPTION
@@ -0,0 +1,12 @@
+cinelerra-goodguy (GNU/Linux Video/Audio Studio)
+
+Cinelerra is the most  advanced non-linear video editor
+and compositor for Linux.  It does primarily three main
+things:  capturing, compositing, and  editing audio and
+video with sample level accuracy and can operate with 
+up to rgba float color accuracy.
+
+Homepage: http://cinelerra-gg.org/
+
+This is goodguy's own variant of Cinelerra (5.x) which
+started on cinelerra.org.
-- 
2.46.2

-- 
Cin mailing list
[email protected]
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to