Search Criteria
Package Details: opentimelineio-git last_pure_python.r412.gf7123d0b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opentimelineio-git.git (read-only, click to copy) |
---|---|
Package Base: | opentimelineio-git |
Description: | Open Source API and interchange format for editorial timeline information |
Upstream URL: | http://opentimeline.io/ |
Licenses: | Apache |
Submitter: | tecnotercio |
Maintainer: | tecnotercio |
Last Packager: | tecnotercio |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-27 23:52 (UTC) |
Last Updated: | 2022-12-12 04:57 (UTC) |
Dependencies (8)
- python-aaf2
- python-setuptools
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imath (make)
- pybind11 (pybind11-gitAUR) (make)
- python-pip (make)
- pyside2AUR (optional) – Required to run otioview
Latest Comments
tonitch commented on 2022-11-25 14:57 (UTC)
There is a problem with submodules. following this should work https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
FraYoshi commented on 2022-05-02 11:37 (UTC)
I'm trying to update
opentimelineio-git
through the AUR (paru) and get back these errors:Tried to search what package owns
imath
and gotI get a result if I do
Tried un-installing
imath
withpacman -Rc imath
but nothing changed. Until... I un-installedimath
and installedopentimelineio-git
directly. This installed alsoimath
but now, when I try to install other packets that depend on the package, I get:The error is because
opentimelineio-git
vendors imath, when it should not.There are 2 workarounds for this: 1) This method is not the ideal one.
un-install all the packets that use
imath
and the packet itself bypacman -Rc imath
(note the removed packets so you can later re-intall them) installopentimelineio-git
, re-install the Archlinux's repoimath
bypacman -S imath --overwrite '*'
and reinstall also the previously removed packages.2) correct one I've been suggested, but I have not been able to make it to work due to lack of experience
Now
opentimelineio
defaults toOTIO_FIND_IMATH
set toOFF
. (CMakeLists.txt
) so it should be set toON
on thePKGFILE
and then the package rebuild withpkgbuild -si
(I think it should bemakepkg -si
, I cannot find thepkgfile
command on the system)THIS DID NOT WORK FOR ME: I added these lines on the
PKGBUILD
file and runmakepkg -si
but got same result as before.nesper8 commented on 2021-10-14 12:52 (UTC)
opentimelineio-git leads to errors when building olive-git please fix