Search Criteria
Package Details: openfx-arena 2.3.15-1
Git Clone URL: | https://aur.archlinux.org/openfx-arena.git (read-only, click to copy) |
---|---|
Package Base: | openfx-arena |
Description: | Extra OpenFX plugins for Natron |
Upstream URL: | https://github.com/NatronGitHub/openfx-arena |
Licenses: | |
Submitter: | s0r00t |
Maintainer: | tecnotercio |
Last Packager: | tecnotercio |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-21 17:58 |
Last Updated: | 2020-06-23 04:11 |
Dependencies (11)
- libcdr
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libmagick (imagemagick-full-git, imagemagick-full, imagemagick-git, imagemagick-fftw, imagemagick)
- librsvg (librsvg-git, librsvg-minimal-git)
- libxt
- libzip (libzip-git)
- opencolorio (opencolorio-git)
- poppler-glib (poppler-glib-lcdfilter, poppler-glib-git, poppler-glib-lcd)
- sox (sox-dsd-git)
- openmp (openmp-svn, openmp-nvptx, llvm-toolchain-nightly-bin) (make)
- pango (pango-ubuntu, pango-minimal-git, pango-git) (make)
Latest Comments
1 2 Next › Last »
tecnotercio commented on 2021-01-13 01:50
@diegobiavati: I couldn't reproduce this error, even in the chroot environment.
Reinstall the "pango" package and try again. If the error continues, send the complete build log.
diegobiavati commented on 2020-01-11 10:24
In install I see:
In file included from ../Text/RichText.cpp:19: ../Text/RichText.h:21:10: fatal error: pango/pangocairo.h: Arquivo ou diretório inexistente 21 | #include <pango/pangocairo.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated.
adsun commented on 2019-07-27 01:39
When removing the patch, remove line 48 in the PKGBUILD:
patch $srcdir/$pkgname/Makefile.master $srcdir/../im7.patch
spider-mario commented on 2018-11-09 21:11
Sorry if I wasn’t clear, I meant either
"$srcdir"
or..
, not both at the same time.$srcdir
has a symlink to the patch.tecnotercio commented on 2018-11-09 15:48
@kingcreole and @spider-mario: PKGBUILD changed, according to your suggestions.
spider-mario commented on 2018-11-07 19:46
Also, when applying the patch, the path should use
"$srcdir"
(or..
) instead of../..
.$srcdir
is not necessarily a subdirectory of the directory containing the PKGBUILD.kingcreole commented on 2018-11-06 11:22
hi, is there currently an error in the PKGBUILD file? it gives me an syntax error about an unexpected end of file
Oh at line 55 the backslash is too much, it has to go :)
tecnotercio commented on 2018-11-04 19:54
@es_18: The problem in compiling happened because of a bug in the imagemagick package. The fix will be available in the next stable version:
https://github.com/ImageMagick/ImageMagick/pull/1371
In the meantime, I'll keep your patch in the package. Thanks for helping!
es_18 commented on 2018-11-03 18:09
Got some errors while building:
After doing some digging I found that this will help: Create patch file makefile.patch:
In PKGBUILD add
patch Makefile.master ../../makfile.patch
after the cd in build(), so that it looks like this:I still have no idea why
pkg-config Magick++ --libs --static
brings thisMAGICK_EXTRA_DEP_LIBS
and why this flag is throwing an error.cl3M3c7 commented on 2018-09-22 01:48
Got that after installing libiconv and libxdgmime-git !!!