# Maintainer: goodguy <lists.cinelerra-gg.org>
pkgname=cin
pkgver=5.1
-pkgrel=20190531
+pkgrel=20190630
pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)"
arch=('x86_64')
url="https://www.cinelerra-gg.org"
-%define ver 20190531
+%define ver 20190630
%define cin cinelerra
Summary: Multimedia Editing and construction
-cin (1:5.1.20190531) unstable; urgency=low
+cin (1:5.1.20190630) unstable; urgency=low
[ guy goode ]
Source: cin
Section: video
Priority: optional
-Standards-Version: 5.1.20190531
+Standards-Version: 5.1.20190630
Maintainer: mailing list <cin@lists.cinelerra-gg.org>
Homepage: https://www.cinelerra-gg.org/
Build-Depends:
int ColorButtonPicker::handle_new_color(int color, int alpha)
{
update(color, alpha);
- color_button->handle_new_color(color, alpha);
return 1;
}
void ColorButtonPicker::update_gui(int color, int alpha)
{
ColorPicker::update_gui(color, alpha);
+ color_button->handle_new_color(color, alpha);
}
ColorButtonThread::ColorButtonThread(ColorButton *color_button)
Cakewalk and Neophyte themes by Olaf Wolff (CC BY 4.0,
https://creativecommons.org/licenses/by/4.0/)
.
+June 2019 New Features of note:
+ Hardware acceleration Nvenc for Nvidia boards rendering in.
+ More masking improvements to include tracks, solo, & gangs.
+ Cuda capability optional if do your own builds.
+ Gradient plugin improved for OpenGL + color picker.
+ Blade cute/Hard edges is now less intrusive.
May 2019 New Features of note:
Masking enhancements added to include Rotate and Scale.
Some encode hardware acceleration for vaapi graphics boards.
#include "bcdisplayinfo.h"
#include "clip.h"
#include "dragcheckbox.h"
+#include "edl.h"
+#include "edlsession.h"
#include "language.h"
#include "findobj.h"
#include "findobjwindow.h"