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: | None |
Last Packager: | Geballin |
Votes: | 3 |
Popularity: | 0.000605 |
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-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- glu (glu-git)
- libavc1394
- libiec61883
- libtiff (libtiff-git, libtiff-minimal-git)
- libxft (libxft-bgra, libxft-bgra-git)
- 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-minimal+-git) (make)
- nasm (nasm-git) (make)
Latest Comments
1 2 Next › Last »
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.
dimytch commented on 2019-08-25 09:25
==> Проверка файлов source с использованием sha512sums... cinelerra-cv ... Пропущено ==> Распаковка исходных файлов... -> Создание рабочей копии репозитория 'cinelerra-cv' (git)... Сброс ветки «makepkg» ==> Запускается prepare()... libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:16: installing './compile' configure.ac:3: installing './config.guess' configure.ac:3: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' cinelerra/Makefile.am: installing './depcomp' ./autogen.sh: строка 29: intltoolize: команда не найдена ==> ОШИБКА: Произошел сбой в prepare().
spider-mario commented on 2019-08-10 07:56
There is no need for this “git checkout” in prepare(), you can simply use this as a source URL: git+https://github.com/cinelerra-gg/cinelerra-cv.git#commit=bbcaf2fa70d6acb0ab764e853d50e6aa04e16496
(See
man PKGBUILD
-> “USING VCS SOURCES”)