Search Criteria
Package Details: cinelerra-cv 1:2.3.20181006-3
Git Clone URL: | https://aur.archlinux.org/cinelerra-cv.git (read-only, click to copy) |
---|---|
Package Base: | cinelerra-cv |
Description: | Professional video editing and compositing environment - Community version |
Upstream URL: | https://github.com/cinelerra-gg/cinelerra-cv/ |
Licenses: | |
Submitter: | dvzrv |
Maintainer: | FabioLolix |
Last Packager: | Geballin |
Votes: | 3 |
Popularity: | 0.000256 |
First Submitted: | 2018-12-30 14:00 |
Last Updated: | 2020-03-06 07:23 |
Dependencies (19)
- a52dec
- e2fsprogs (e2fsprogs-git)
- faac (faac-git)
- faad2 (faad2-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- glu (glu-git)
- libavc1394
- libiec61883
- libtiff (libtiff-git, libtiff-minimal-git)
- libxft (libxft-bgra-git, libxft-bgra)
- libxv
- mjpegtools
- openexr>=2.0.0
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- git (git-git) (make)
- intltool (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-rc, mesa-stable, mesa-minimal+-git) (make)
- nasm (nasm-git) (make)
Latest Comments
1 2 Next › Last »
IgorVladimirsky commented on 2021-02-16 15:56
An narrowing error detected by GCC 10.2.0 was fixed in the official repo (see the links in my comments below). FabioLolix have to pay attention to this page, my previous posts here and my e-mails to him.
IgorVladimirsky commented on 2021-02-13 13:50
Can someone update 'Upstream URL' and the link to the sources of Cinelerra-CV ?!
IgorVladimirsky commented on 2020-11-15 12:00
@Tio The real error should be before the lines displayed. If compile/make any c++ file the first error message is important. The next errors may be the result of the first error.
@To all Can anyone change these incorrect source link and Upstream URL ?!
Tio commented on 2020-10-31 18:29
Error:
IgorVladimirsky commented on 2020-07-07 20:38
Please, update the upstream url to the correct URL . You use sources from a unsupported repo. See my comments below.
Seems, the fix can be easy.
Fix the line in <sources>/cinelerra/transportque.inc:
define CHANGE_ALL 0xffffffffu
(append u to the constant)
However, may be a better fix is
define CHANGE_ALL 0xff
No more than 2 'f'-s are needed.
Someone has to test it. Make a report to CV-ML. (see the link in my previous comment)
IgorVladimirsky commented on 2020-07-04 07:08
The Cinelerra-CV project has been moved to a free platform.
So, the new official website is available at http://cinelerra-cv.wikidot.com the new official Mailing List is available at https://www.freelists.org/list/cinelerra-cv-team
the new official repo is available at https://github.com/cinelerra-cv-team/cinelerra-cv * All git users should update their remote URL to the new domain.
Geballin commented on 2020-06-07 15:59
Cinelerra-cv is an old software and doesn't compile with modern gcc. It's time to switch to Cinelerra-GG.
freebench commented on 2020-06-03 23:30
yep, same error here after about 10 minutes of compiling
alfredo.ardito commented on 2020-05-28 06:32
Got this error when building:
In file included from mwindow.h:81,
from playbackengine.C:30:
playbackengine.C: In member function ‘void PlaybackEngine::perform_change()’:
transportque.inc:50:31: error: narrowing conversion of ‘4294967295’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
50 | #define CHANGE_ALL 0xffffffff
| ^~~~~~~~~~
playbackengine.C:180:8: note: in expansion of macro ‘CHANGE_ALL’
180 | case CHANGE_ALL:
| ^~~~~~~~~~
PrinceMachiavell commented on 2019-11-06 23:25
Seems to be missing 'intltool' make dependency.