Package Details: olive-git continuous.r2626.gbfc0d3191-1

Git Clone URL: https://aur.archlinux.org/olive-git.git (read-only, click to copy)
Package Base: olive-git
Description: Free non-linear video editor
Upstream URL: https://www.olivevideoeditor.org/
Keywords: editor video
Licenses: GPL-3.0-or-later
Conflicts: olive
Provides: olive
Submitter: tecnotercio
Maintainer: tecnotercio
Last Packager: tecnotercio
Votes: 13
Popularity: 0.004550
First Submitted: 2019-03-04 05:49 (UTC)
Last Updated: 2024-01-21 23:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

tonitch commented on 2022-11-25 13:57 (UTC)

same problem with any/any.hpp as @jazztickets.

I tried reinstalling opentimelineio but no sucess

jazztickets commented on 2022-09-27 17:47 (UTC)

Getting /usr/include/opentimelineio/any.h:6:10: fatal error: any/any.hpp: No such file or directory

opentimelineio from community is installed.

escuta commented on 2022-04-25 15:05 (UTC) (edited on 2022-04-25 15:08 (UTC) by escuta)

Hi, I'm running in to errors running makepkg -si. The first is this:

/home/me/aur/olive-git/src/olive/app/common/html.cpp:247:36: error: ‘FontStyleName’ is not a member of ‘QTextFormat’
  247 |   if (fmt.hasProperty(QTextFormat::FontStyleName)) {
      |                                    ^~~~~~~~~~~~~
/home/me/aur/olive-git/src/olive/app/common/html.cpp:248:68: error: ‘const class QTextCharFormat’ has no member named ‘fontStyleName’; did you mean ‘fontStyleHint’?
  248 |     WriteCSSProperty(style, QStringLiteral("-ove-font-style"), fmt.fontStyleName().toString());

DAMO238 commented on 2022-04-10 17:03 (UTC)

If you get an error relating to any/any.hpp not existing, the solution is to remove olive with pacman -Rns olive-git, ensuring that opentimelineio-git is also removed, and then reinstall olive-git, and it will grab opentimelineio from the official repos rather than using the git version in the aur.

tecnotercio commented on 2022-02-28 15:27 (UTC)

@c3n21: The error was in Olive's source code, and it's already been resolved.

https://github.com/olive-editor/olive/commit/027f789a623e39a85318b73b31281d52ec1a21d5

c3n21 commented on 2022-02-19 15:18 (UTC)

Don't know if it's related to GCC being updated to v11 but I'm getting a bunch of errors during build()

[109/402] Building CXX object app/CMakeFiles/libolive-editor.dir/dialog/sequence/sequencedialogpresettab.cpp.o
FAILED: app/CMakeFiles/libolive-editor.dir/dialog/sequence/sequencedialogpresettab.cpp.o 
/usr/bin/c++ -DPA_HAS_JACK -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DUSE_OTIO -I/home/zhifan/.cache/paru/clone/olive-git/src/olive/build/app -I/home/zhifan/.cache/paru/clone/olive-git/src/olive/app -I/home/zhifan/.cache/paru/clone/olive-git/src/olive/build/app/libolive-editor_autogen/include -I/usr/include/opentimelineio -I/home/zhifan/.cache/paru/clone/olive-git/src/olive/ext -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtDBus -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -O2 -g -DNDEBUG -Wuninitialized -pedantic-errors -Wall -Wextra -Wno-unused-parameter -Wshadow -Wno-stringop-overflow -Werror -fPIC -std=c++17 -MD -MT app/CMakeFiles/libolive-editor.dir/dialog/sequence/sequencedialogpresettab.cpp.o -MF app/CMakeFiles/libolive-editor.dir/dialog/sequence/sequencedialogpresettab.cpp.o.d -o app/CMakeFiles/libolive-editor.dir/dialog/sequence/sequencedialogpresettab.cpp.o -c /home/zhifan/.cache/paru/clone/olive-git/src/olive/app/dialog/sequence/sequencedialogpresettab.cpp
/home/zhifan/.cache/paru/clone/olive-git/src/olive/app/dialog/sequence/sequencedialogpresettab.cpp: In member function ‘QTreeWidgetItem* olive::SequenceDialogPresetTab::CreateHDPresetFolder(const QString&, int, int, int)’:
/home/zhifan/.cache/paru/clone/olive-git/src/olive/app/dialog/sequence/sequencedialogpresettab.cpp:112:46: error: ‘AV_CH_LAYOUT_STEREO’ was not declared in this scope
  112 |                                              AV_CH_LAYOUT_STEREO,
      |                                              ^~~~~~~~~~~~~~~~~~~
/home/zhifan/.cache/paru/clone/olive-git/src/olive/app/dialog/sequence/sequencedialogpresettab.cpp: In member function ‘QTreeWidgetItem* olive::SequenceDialogPresetTab::CreateSDPresetFolder(const QString&, int, int, const olive::rational&, const olive::rational&, const olive::rational&, int)’:
/home/zhifan/.cache/paru/clone/olive-git/src/olive/app/dialog/sequence/sequencedialogpresettab.cpp:176:46: error: ‘AV_CH_LAYOUT_STEREO’ was not declared in this scope
  176 |                                              AV_CH_LAYOUT_STEREO,
      |                                              ^~~~~~~~~~~~~~~~~~~
[118/402] Building CXX object app/CMakeFiles/libolive-editor.dir/node/audio/volume/volume.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

tognee commented on 2021-12-13 13:14 (UTC)

Building doesn't work anymore due to GCC being updated to v11

https://github.com/olive-editor/olive/issues/1590

MrNessuno commented on 2021-12-06 02:15 (UTC) (edited on 2021-12-06 02:21 (UTC) by MrNessuno)

New errors, probably because of OpenTimelineIO again(?)

https://pastebin.com/UxK1xYQj

Same error even with a clean build using yay

tecnotercio commented on 2021-11-01 23:22 (UTC)

@MrNessuno and @gianmarcogg03: PKGBUILD has been updated, and now the package builds with the stable version of OpenTimelineIO.

gianmarcogg03 commented on 2021-10-24 20:39 (UTC) (edited on 2021-10-24 20:40 (UTC) by gianmarcogg03)

I get a very long bunch of compiler errors. I think this has to do with opentimelineio. https://pastebin.com/b3TPQU5m