# Maintainer: goodguy <lists.cinelerra-cv.org>
pkgname=cin
pkgver=5.1
-pkgrel=20180731
+pkgrel=20180901
pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
arch=('x86_64')
url="http://www.cinelerra-cv.org"
Source: cin
Section: video
Priority: optional
-Standards-Version: 5.1.20180731
+Standards-Version: 5.1.20180901
Homepage: http://www.cinelerra-cv.org/
Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs,
Indexable *proxy_idxbl = proxy_assets->get(i);
proxy_idxbl->awindow_folder = awindow_folder;
Asset *proxy_asset = proxy_idxbl->is_asset ? assets->update((Asset *)proxy_idxbl) : 0;
+ if( proxy_asset && proxy_idxbl ) {
+ proxy_asset->width = proxy_idxbl->get_w();
+ proxy_asset->height = proxy_idxbl->get_h();
+ }
EDL *proxy_edl = !proxy_idxbl->is_asset ? (EDL *)proxy_idxbl : 0;
// replace track contents
for( Track *track=tracks->first; track; track=track->next ) {
Cinfinity icons selected in Preferences (Creative Common
By https://creativecommons.org/licenses/by/3.0/)
.
+July/Aug 2018 New Features of note:
+ Neophyte theme and German translations compliments of Olaf.
+ Bins/Folders added for organizing media.
+ Preview capability with Mouse Over and vicon tweaks.
+ Numbers on the keypad can be used in dialog boxes.
+ OpenGL driver rework for fixes and/or improvement.
+ Proxy switcher added to ease going back and forth.
+ Single image proxy of scalar and non-scalar both work.
+ Find in Resources, User title, and Show edit options added.
+ Added Display packed icons and Display icon list in Resources.
+.
June/May 2018 New Features of note:
Proxy usage with multicams has been corrected.
LV2 Audio plugins have been hooked in to include Calf, X42, +.