version update 2019-09
authorGood Guy <good1.2guy@gmail.com>
Tue, 1 Oct 2019 00:40:27 +0000 (18:40 -0600)
committerGood Guy <good1.2guy@gmail.com>
Tue, 1 Oct 2019 00:40:27 +0000 (18:40 -0600)
cinelerra-5.1/blds/PKGBUILD
cinelerra-5.1/blds/cinelerra.spec
cinelerra-5.1/blds/debian/changelog
cinelerra-5.1/blds/debian/control
cinelerra-5.1/cinelerra/file.C
cinelerra-5.1/configure.ac
cinelerra-5.1/msg/txt

index 7d4f08674139134fff2607a62ebacd6c145cda08..9a3cf88f2e828e90185800ecaa272c29feea97d0 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: goodguy <lists.cinelerra-gg.org>
 pkgname=cin
 pkgver=5.1
-pkgrel=20190831
+pkgrel=20190930
 pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)"
 arch=('x86_64')
 url="https://www.cinelerra-gg.org"
index 26f73f87fe97ec0fb9900ed063a654c101e4b46d..31b1647e3342588ea83a9af571f9e5524360ecbe 100644 (file)
@@ -1,4 +1,4 @@
-%define ver 20190831
+%define ver 20190930
 %define cin cinelerra
 Summary: Multimedia Editing and construction
 
index 2048beba44e9909ecabe72e304a20bd64b08f4ac..67877d8f2cd1a07a1bd74ce3acd42ffe3db32f71 100644 (file)
@@ -1,4 +1,4 @@
-cin (1:5.1.20190831) unstable; urgency=low
+cin (1:5.1.20190930) unstable; urgency=low
 
   [ guy goode ]
 
index 5e2c1696965093270835f001d88d37b20e625c1a..f79c270f662fe79a6b20f9f07eb2799478e96079 100644 (file)
@@ -1,7 +1,7 @@
 Source: cin
 Section: video
 Priority: optional
-Standards-Version: 5.1.20190831
+Standards-Version: 5.1.20190930
 Maintainer: mailing list <cin@lists.cinelerra-gg.org>
 Homepage: https://www.cinelerra-gg.org/
 Build-Depends:
index ad8cf7fc4c294ee08a9160fd6a732a69e34830a2..fe5b9f59802cf454e140a3476af3675c63b0ad62 100644 (file)
@@ -422,7 +422,7 @@ int File::probe()
                        else continue;
                        return FILE_OK;
                }
-#ifdef HAVE_EXR
+#ifdef HAVE_OPENEXR
                if( !strcmp(pref->name,"EXR") ) { // EXR file
                        if( !FileEXR::check_sig(this->asset, data)) continue;
                        file = new FileEXR(this->asset, this);
index 7d4cdca011b712f3778081e0dff97882981de3ac..611ebec1f0eb3dc8e99ced27a74fddc96178b21f 100644 (file)
@@ -714,8 +714,6 @@ CHECK_WANT([CUDA], [auto], [build cuda plugins], [
 CHECK_WANT([DL], [auto], [system has libdl], [
  CHECK_LIB([DL], [dl], [dlopen])])
 
-CHECK_WANT([EXR], [auto], [use exr], [])
-
 CHECK_WANT([OPENCV], [no], [opencv=sys/sta/dyn,git/tar=url], [
 ])
 
index d5a364b6451262d1f9ee379532dfc1b9da1abe08..1acf10d3910620831018473df8120aad116911fd 100644 (file)
@@ -8,6 +8,11 @@ Cinfinity icons selected in Preferences Sam (CC BY 3.0,
 Cakewalk and Neophyte themes by Olaf Wolff (CC BY 4.0,
   https://creativecommons.org/licenses/by/4.0/)
 .
+September 2019 New Features of note:
+  Crop & Position new plugin now available.
+  New "Load recent" in File pulldown, for recently used media.
+  Libraries x265 and openexr have been upgraded.
+  Camera and Projector menu has added Add Keyframe/Reset.
 August 2019 New Features of note:
   FFmpeg in use with Cinelerra is now version 4.2.
   Lipvpx has been upgraded to version 1.8.1.