pkgrel=20181129
pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)"
arch=('x86_64')
-url="http://www.cinelerra-gg.org"
+url="https://www.cinelerra-gg.org"
license=('GPL')
DEPENDS=( 'alsa-lib' 'atk' 'bzip2' 'cairo' 'expat' 'fftw' 'flac'
'fontconfig' 'freetype2' 'fribidi' 'gcc-libs' 'gdk-pixbuf2'
rm -rf "$proj.dyn"
mkdir "$proj.dyn"
-git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj.dyn"
+git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" "$proj.dyn"
#rsh host tar -C "/mnt0/$proj" -cf - "$base" | tar -C "$proj.dyn" -xf -
if [ $? -ne 0 ]; then
echo "git clone $proj failed"
rm -rf "$proj.sta"
mkdir "$proj.sta"
-git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj.sta"
+git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" "$proj.sta"
#rsh host tar -C "/mnt0/$proj" -cf - "$base" | tar -C "$proj.sta" -xf -
if [ $? -ne 0 ]; then
echo "git clone $proj failed"
#!/bin/bash -x
# cd cincv; cfg_cv.sh /path/cin5
-# used git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "cinelerra5"
+# used git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" "cinelerra5"
# ver: git checkout 135eb5f052a2f75e4df6c86511a94ec9586e096d (dec 30, 2016)
cin="$1"
THIRDPARTY=`pwd`/thirdparty
# Slackware build script for cin 5.1
-# Copyright 2017 by WP Morrow (aka goodguy) <lists@cinelerra-cv.org>
+# Copyright 2017 by WP Morrow (aka goodguy) <cin@lists.cinelerra-gg.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
VERSION="$( date +%Y%m%d )"
BUILD=${BUILD:-1}
TAG=${TAG:-_cin}
-GITURL="git://git.cinelerra-cv.org/goodguy/cinelerra.git"
+GITURL="git://git.cinelerra-gg.org/goodguy/cinelerra.git"
SLKBLD=`realpath "$0"`
if [ -z "$ARCH" ]; then
$PRGNAM: things: capturing, compositing, and editing audio and
$PRGNAM: video with sample level accuracy.
$PRGNAM:
-$PRGNAM: Homepage: http://cinelerra-cv.org/"
+$PRGNAM: Homepage: https://cinelerra-gg.org/"
cat > $PKG/install/doinst.sh <<<"
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
Release: %{ver}
License: GPL
Group: Applications/Multimedia
-URL: http://cinelerra-cv.org/
+URL: https://cinelerra-gg.org/
# Obtained from :
# git clone git://git.cinelerra.org/goodguy/cinelerra.git cinelerra5
[ guy goode ]
- -- lists <cinelerra@lists.cinelerra-cv.org> Mon, 6 Jun 2016 18:39:04 +0700
+ -- lists <cin@lists.cinelerra-gg.org> Mon, 6 Jun 2016 18:39:04 +0700
cin (1:5.1.20160606) unstable; urgency=low
[ guy goode ]
- -- lists <cinelerra@lists.cinelerra-cv.org> Mon, 6 Jun 2016 18:39:04 +0700
+ -- lists <cin@lists.cinelerra-gg.org> Mon, 6 Jun 2016 18:39:04 +0700
Section: video
Priority: optional
Standards-Version: 5.1.20181129
-Maintainer: mailing list <cinelerra@lists.cinelerra-cv.org>
-Homepage: http://www.cinelerra-cv.org/
+Maintainer: mailing list <cin@lists.cinelerra-gg.org>
+Homepage: https://www.cinelerra-gg.org/
Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs,
libz-dev, liblzma-dev, libbz2-dev, exuberant-ctags,
libxft-dev, libxinerama-dev, libxv-dev, linux-firmware,
originally written by Heroine Virtual Ltd.
-http://heroinewarrior.com/
+https://heroinewarrior.com/
This package is using sources obtained from:
-http://cinelerra-cv.org.
-git://git.cinelerra-cv.org/goodguy/cinelerra.git
+https://cinelerra-gg.org/
+git://git.cinelerra-gg.org/goodguy/cinelerra.git
Copyright (c) 1996-2015 Heroine Virtual Ltd.
Copyright (c) 2006-2016 Cinelerra-CV community
for( Track *track=start_track; track; track=track->next ) {
if( !track->record ) continue;
for( Edit *edit=track->edits->first; edit; edit=edit->next ) {
+ if( edit->silence() ) continue;
double startproject = track->from_units(edit->startproject);
if( edl->equivalent(startproject, position) ) {
edit->is_selected = sense >= 0 ? sense :
#sr ###Input/output error
#xstack ###Operation not permitted
#agraphmonitor ###Input/output error
+; the ffmpeg system library on Arch has these errors:
+#ladspa
+#ass
+#drawtext
+#subtitles
Neophyte theme selected in Preferences by Olaf Wolff (CC BY 4.0,
https://creativecommons.org/licenses/by/4.0/)
.
+Dec 2018 New Features of note:
+ Inter-View mode / Identifying Source Targets added.
+ Cut and Paste behavior added; right mouse button on clip.
+ Grouping and ungrouping possibilities in Arrow mode,
+ Color titles and media with changable colors and alpha.
+ Change thumbnail size, vicon memory usage and color mode.
+ Preview window zoom scale for vicons in Resources window.
+ New improved drag arrow that does not block the media.
Nov 2018 New features of note:
FFmpeg is now at version 4.1 with a few more plugins.
Sketcher plugin newly added to "pencil in" lines/curves.
src?=git
bld?=sys
git_url?=https://github.com/opencv
-tar_url?=https://cinelerra-cv.org/five/src/opencv-20170916.tgz
+tar_url?=https://www.cinelerra-gg.org/download/opencv/opencv-20180401.tgz
opencv_tar:=$(notdir $(tar_url))
cpus:=$(shell grep -c "^proc" /proc/cpuinfo)