Package Details: olive-git continuous.r2600.g8ca167236-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: GPL3
Conflicts: olive
Provides: olive
Submitter: tecnotercio
Maintainer: tecnotercio
Last Packager: tecnotercio
Votes: 13
Popularity: 0.001373
First Submitted: 2019-03-04 05:49 (UTC)
Last Updated: 2023-03-22 17:39 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

tecnotercio commented on 2023-03-22 17:42 (UTC)

@dr460nf1r3: Olive uses the OpenTimeLineIO API in version 0.14. The build does not work with the current version, nor with the Git package. The solution in the link compiles the program without library support (since CMake can't find the dependency headers). The solution in this case is to make the package "opentimelineio0.14" available in the Chaotic AUR repository.

dr460nf1r3 commented on 2023-03-18 16:50 (UTC)

There seem to be some changes needed to build the current package. See this issue for reference.

jazztickets commented on 2022-11-25 18:15 (UTC)

$_package should be changed to $_pkgname in the most recent PKGBUILD.

jazztickets commented on 2022-11-25 17:43 (UTC)

It's because olive is still on opentimelineio 0.14.

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...