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: | None |
| 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 (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (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-gitthrough the AUR (paru) and get back these errors:Tried to search what package owns
imathand gotI get a result if I do
Tried un-installing
imathwithpacman -Rc imathbut nothing changed. Until... I un-installedimathand installedopentimelineio-gitdirectly. This installed alsoimathbut now, when I try to install other packets that depend on the package, I get:The error is because
opentimelineio-gitvendors 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
imathand the packet itself bypacman -Rc imath(note the removed packets so you can later re-intall them) installopentimelineio-git, re-install the Archlinux's repoimathbypacman -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
opentimelineiodefaults toOTIO_FIND_IMATHset toOFF. (CMakeLists.txt) so it should be set toONon thePKGFILEand then the package rebuild withpkgbuild -si(I think it should bemakepkg -si, I cannot find thepkgfilecommand on the system)THIS DID NOT WORK FOR ME: I added these lines on the
PKGBUILDfile and runmakepkg -sibut 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