Search Criteria
Package Details: openfx-io 2.5.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openfx-io.git (read-only, click to copy) |
|---|---|
| Package Base: | openfx-io |
| Description: | A set of Readers/Writers plugins written using the OpenFX standard |
| Upstream URL: | https://github.com/NatronGitHub/openfx-io |
| Licenses: | GPL-2.0-or-later |
| Submitter: | s0r00t |
| Maintainer: | tecnotercio |
| Last Packager: | tecnotercio |
| Votes: | 19 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-08-21 17:54 (UTC) |
| Last Updated: | 2024-06-01 03:08 (UTC) |
Dependencies (4)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- libseexpr2AUR
- openimageio (openimageio-gitAUR)
- opencolorio (opencolorio-gitAUR) (make)
Required by (2)
- natron
- natron-compositor (optional)
Latest Comments
1 2 3 Next › Last »
jbrouhard commented on 2025-04-20 05:59 (UTC) (edited on 2025-04-20 05:59 (UTC) by jbrouhard)
Continues to fail as of this date.
In file included from ../FFmpeg/FFmpegFile.cpp:49: ../FFmpeg/FFmpegFile.cpp: In constructor ‘FFmpegFile::FFmpegFile(const std::string&)’: ../SupportExt/ofxsMacros.h:46:38: note: ‘#pragma message: WARNING: should we build a separate FFmpegfile for each view? see also FFmpegFileManager’ 46 | # define WARN(exp) ("WARNING: " exp) | ^ ../FFmpeg/FFmpegFile.cpp:998:17: note: in expansion of macro ‘WARN’ 998 | #pragma message WARN("should we build a separate FFmpegfile for each view? see also FFmpegFileManager") | ^~~~ ../FFmpeg/FFmpegFile.cpp: In lambda function: ../FFmpeg/FFmpegFile.cpp:1377:110: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘pkt_duration’; did you mean ‘duration’? 1377 | else if ((decodedFrameIdx < targetFrameIdx) && (stream->ptsToFrame(decodedFrame->pts + decodedFrame->pkt_duration) > targetFrameIdx)) { | ^~~~~~~~~~~~ | duration ../FFmpeg/FFmpegFile.cpp: In member function ‘bool FFmpegFile::imageConvert(AVFrame*, AVFrame*)’: ../FFmpeg/FFmpegFile.cpp:1446:17: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘pkt_duration’; did you mean ‘duration’? 1446 | avFrameOut->pkt_duration = avFrameIn->pkt_duration; | ^~~~~~~~~~~~ | duration ../FFmpeg/FFmpegFile.cpp:1446:43: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘pkt_duration’; did you mean ‘duration’? 1446 | avFrameOut->pkt_duration = avFrameIn->pkt_duration; | ^~~~~~~~~~~~ | duration make[1]: *** [../openfx/Support/Plugins/Makefile.master:83: Linux-64-release/FFmpegFile.o] Error 1 make[1]: Leaving directory '/home/joeb/.cache/yay/openfx-io/src/openfx-io-Natron-2.5.0/IO' make: *** [Makefile:23: IO] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: openfx-io-exit status 4 -> Failed to install the following packages. Manual intervention is required: openfx-io - exit status 4dr460nf1r3 commented on 2022-02-27 10:08 (UTC)
The package currently fails to compile, most likely because arch updated ffmpeg to version 5. Anything that can be done about it? (logs here)
tioguda commented on 2021-11-15 12:25 (UTC)
The opencolorio1 package is required to complete the build in a clean chrooted.
chilled commented on 2021-09-28 23:46 (UTC) (edited on 2021-09-28 23:47 (UTC) by chilled)
Got this at build:
Please advice.
tecnotercio commented on 2019-05-30 02:33 (UTC)
@nytpu: I solved the problem by changing the PKGBUILD as instructed by @FirstAirBender on the Natron page:
https://aur.archlinux.org/packages/natron#comment-695352
Thanks for helping!
nytpu commented on 2019-05-28 02:27 (UTC) (edited on 2019-05-28 02:30 (UTC) by nytpu)
Here is an updated
PKGBUILDthat fixes the problem:PKGBUILD
suppress-ocio-error.patch
emulti commented on 2019-04-18 19:09 (UTC) (edited on 2019-04-19 12:30 (UTC) by emulti)
I received the following error in build:
This relates to the upgrade of opencolorio to 1.1.1 on 2019-04-10 Building with makepkg and bypassing the checks at IOSupport/GenericOCIOOpenGL.cpp:190 allow the build to complete. It seems the new GPU API is not part of opencolorio 1.1.1.
1 2 3 Next › Last »