From: Good Guy Date: Tue, 1 Aug 2017 01:32:51 +0000 (-0600) Subject: version update, new shape xtion, opengl xtion fix X-Git-Url: http://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=f1fb4f6de75ebd60c9d265d9506b4e513d052f7d;hp=e27a8ae48604e9702a61ba5076f5ba97e856d28c;p=goodguy%2Fhistory.git version update, new shape xtion, opengl xtion fix --- diff --git a/cinelerra-5.1/PKGBUILD b/cinelerra-5.1/PKGBUILD index 47bbf111..97042e05 100644 --- a/cinelerra-5.1/PKGBUILD +++ b/cinelerra-5.1/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodguy pkgname=cin pkgver=5.1 -pkgrel=20170629 +pkgrel=20170731 pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)" arch=('x86_64') url="http://www.cinelerra-cv.org" diff --git a/cinelerra-5.1/cinelerra.spec b/cinelerra-5.1/cinelerra.spec index e750163b..5b2b87a4 100644 --- a/cinelerra-5.1/cinelerra.spec +++ b/cinelerra-5.1/cinelerra.spec @@ -1,4 +1,4 @@ -%define ver 20170629 +%define ver 20170731 Summary: Multimedia Editing and construction Name: cinelerra Version: 5.1 diff --git a/cinelerra-5.1/cinelerra/playback3d.C b/cinelerra-5.1/cinelerra/playback3d.C index 89b52dcc..3dcb00df 100644 --- a/cinelerra-5.1/cinelerra/playback3d.C +++ b/cinelerra-5.1/cinelerra/playback3d.C @@ -887,6 +887,7 @@ void Playback3D::do_camera_sync(Playback3DCommand *command) command->frame->set_opengl_state(VFrame::SCREEN); + command->frame->screen_to_ram(); command->canvas->get_canvas()->unlock_window(); } command->canvas->unlock_canvas(); diff --git a/cinelerra-5.1/debian/changelog b/cinelerra-5.1/debian/changelog index 1297de02..47e96a42 100644 --- a/cinelerra-5.1/debian/changelog +++ b/cinelerra-5.1/debian/changelog @@ -1,4 +1,4 @@ -cin (1:5.1.20170629) unstable; urgency=low +cin (1:5.1.20170731) unstable; urgency=low [ guy goode ] diff --git a/cinelerra-5.1/debian/control b/cinelerra-5.1/debian/control index 9c372157..ed1bef91 100644 --- a/cinelerra-5.1/debian/control +++ b/cinelerra-5.1/debian/control @@ -1,7 +1,7 @@ Source: cin Section: video Priority: optional -Standards-Version: 5.1.20170629 +Standards-Version: 5.1.20170731 Maintainer: mailing list Homepage: http://www.cinelerra-cv.org/ Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs, diff --git a/cinelerra-5.1/plugins/shapes/spiral.png b/cinelerra-5.1/plugins/shapes/spiral.png new file mode 100644 index 00000000..9a8da9f8 Binary files /dev/null and b/cinelerra-5.1/plugins/shapes/spiral.png differ