Search Criteria
Package Details: natron-compositor 2.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/natron-compositor.git (read-only, click to copy) |
---|---|
Package Base: | natron-compositor |
Description: | Open source compositing software |
Upstream URL: | https://natrongithub.github.io/ |
Licenses: | GPL |
Submitter: | tecnotercio |
Maintainer: | tecnotercio |
Last Packager: | tecnotercio |
Votes: | 3 |
Popularity: | 0.000005 |
First Submitted: | 2021-04-23 04:35 (UTC) |
Last Updated: | 2022-12-12 04:42 (UTC) |
Dependencies (15)
- boost-libs
- cairo (cairo-gitAUR)
- pyside2AUR
- boost (boost-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glfw (glfw-wayland-minecraft-cursorfixAUR, glfw-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- openmp (make)
- python-qtpy (python-qtpy-gitAUR) (make)
- shiboken2AUR (make)
- openfx-arenaAUR (optional) – Extra OpenFX plugins for Natron
- openfx-gmicAUR (optional) – OpenFX wrapper for the GMIC framework
- openfx-ioAUR (optional) – Readers/Writers plugins
- openfx-miscAUR (optional) – Miscellaneous OpenFX plugins
Required by (1)
Sources (8)
- google-breakpad-9474c3f7f9939391f281d46c42bfe20cc0f0abd9.tar.gz
- google-mock-17945db42c0b42496b2f3c6530307979f2e2a5ce.tar.gz
- google-test-50d6fc317c843a2e40dbf08c2efd3f068801ae6d.tar.gz
- Natron-2.5.0.tar.gz
- OpenColorIO-Configs-Natron-v2.5.tar.gz
- openfx-Natron-2.5.0.tar.gz
- SequenceParsing-3c93fcc488632b0bdfeee3181586809932357598.tar.gz
- tinydir-64fb1d4376d7580aa1013fdbacddbbeba67bb085.tar.gz
Latest Comments
xiota commented on 2023-09-12 07:05 (UTC)
Fails to build in clean chroot. natron-compositor.log
Technetium1 commented on 2022-07-18 00:55 (UTC) (edited on 2022-07-18 00:57 (UTC) by Technetium1)
Missing
python2
&python2-config
in makedepends to build in clean chroot. Something else is also missing because it still doesn't build with those, but it gets further. Please move to Python 3 if possible. Build log. GitHub issue.MarsSeed commented on 2022-06-07 01:31 (UTC)
Is there a reason this still uses Python 2?
Python 3 is supported, it seems.
agarbathi commented on 2021-11-28 20:51 (UTC)
==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> error making: natron-compositor 2.4.1-1
Sorry, no more infos..
hecsa commented on 2021-05-16 20:50 (UTC) (edited on 2021-05-16 20:53 (UTC) by hecsa)
Hi, When trying to install this package via yaourt, I get this messages:
g++ -c -pipe -include Python.h -ftemplate-depth-1024 -fopenmp -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -W -Wall -Wextra -Wno-multichar -Winit-self -Wno-long-long -Wno-deprecated-copy -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DOFX_EXTENSIONS_NUKE -DOFX_EXTENSIONS_TUTTLE -DOFX_EXTENSIONS_VEGAS -DOFX_SUPPORTS_PARAMETRIC -DOFX_EXTENSIONS_TUTTLE -DOFX_EXTENSIONS_NATRON -DOFX_EXTENSIONS_RESOLVE -DOFX_SUPPORTS_OPENGLRENDER -DOFX_SUPPORTS_MULTITHREAD -DOFX_SUPPORTS_DIALOG -DQT_NO_CAST_FROM_ASCII -DNDEBUG -DNATRON_CUSTOM_BUILD_USER_TOKEN="Arch_Linux" -DNATRON_BUILD_NUMBER=0 -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../Gui -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../../Global/gladRel/include -I/usr/include/python2.7 -I/usr/include/PySide -I/usr/include/PySide/QtCore -I/usr/include/PySide/QtGui -I/usr/include/shiboken -I../../libs/OpenFX/include -I../../libs/OpenFX_extensions -I../../libs/OpenFX/HostSupport/include -I../../../Natron-2.4.0 -I../../libs/SequenceParsing -I../../Engine -I../../Engine/NatronEngine -I../../Global -I../../libs/qhttpserver/src -I../../Gui -I../../Gui/NatronGui -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/X11R6/include -I/tmp/yaourt-tmp-hecsa/aur-natron-compositor/src/Natron-2.4.0/build/Gui/. -I../../Gui -I. -o qrc_GuiResources.o qrc_GuiResources.cpp
In file included from ../../Gui/ViewerGL.h:29,
from ../../Gui/ViewerGL.cpp:26:
../../Gui/ViewerGL.cpp: In member function ‘bool Natron::ViewerGL::pickColorInternal(double, double, bool)’:
../../../Natron-2.4.0/Global/Macros.h:312:38: note: ‘#pragma message: WARNING: Todo: use pickInput’
312 | # define WARN(exp) ("WARNING: " exp)
| ^
../../Gui/ViewerGL.cpp:3716:17: note: in expansion of macro ‘WARN’
3716 | #pragma message WARN("Todo: use pickInput")
| ^~~~
rm -f libGui.a
ar cqs libGui.a AboutWindow.o ActionShortcuts.o AddKnobDialog.o AnimatedCheckBox.o AutoHideToolBar.o BackdropGui.o Button.o ChannelsComboBox.o ClickableLabel.o ColoredFrame.o ComboBox.o CurveEditor.o CurveEditorUndoRedo.o CurveGui.o CurveWidget.o CurveWidgetDialogs.o CurveWidgetPrivate.o CustomParamInteract.o DialogButtonBox.o DockablePanel.o DockablePanelPrivate.o DockablePanelTabWidget.o DocumentationManager.o DopeSheet.o DopeSheetEditor.o DopeSheetEditorUndoRedo.o DopeSheetHierarchyView.o DopeSheetView.o DotGui.o Edge.o EditExpressionDialog.o EditScriptDialog.o ExportGroupTemplateDialog.o FileTypeMainWindow_win.o FloatingWidget.o GroupBoxLabel.o Gui.o Gui05.o Gui10.o Gui15.o Gui20.o Gui30.o Gui40.o Gui50.o GuiAppInstance.o GuiApplicationManager.o GuiApplicationManager10.o GuiApplicationManagerPrivate.o GuiPrivate.o Histogram.o HostOverlay.o InfoViewerWidget.o KnobGui.o KnobGui10.o KnobGui20.o KnobGuiBool.o KnobGuiButton.o KnobGuiChoice.o KnobGuiColor.o KnobGuiContainerHelper.o KnobGuiFactory.o KnobGuiFile.o KnobGuiGroup.o KnobGuiParametric.o KnobGuiPrivate.o KnobGuiSeparator.o KnobGuiString.o KnobGuiTable.o KnobGuiValue.o KnobUndoCommand.o KnobWidgetDnD.o Label.o LineEdit.o LinkToKnobDialog.o LogWindow.o ManageUserParamsDialog.o Menu.o MessageBox.o MultiInstancePanel.o NewLayerDialog.o NodeBackdropSerialization.o NodeCreationDialog.o NodeGraph.o NodeGraph05.o NodeGraph10.o NodeGraph13.o NodeGraph15.o NodeGraph20.o NodeGraph25.o NodeGraph30.o NodeGraph35.o NodeGraph40.o NodeGraph45.o NodeGraphPrivate.o NodeGraphPrivate10.o NodeGraphRectItem.o NodeGraphTextItem.o NodeGraphUndoRedo.o NodeGui.o NodeGuiSerialization.o NodeSettingsPanel.o NodeViewerContext.o PanelWidget.o PickKnobDialog.o PreferencesPanel.o PreviewThread.o ProgressPanel.o ProgressTaskInfo.o ProjectGui.o ProjectGuiSerialization.o PropertiesBinWrapper.o PyGuiApp.o PythonPanels.o QtEnumConvert.o RenderStatsDialog.o ResizableMessageBox.o RightClickableWidget.o RotoPanel.o ScaleSliderQWidget.o ScriptEditor.o ScriptTextEdit.o SequenceFileDialog.o SerializableWindow.o Shaders.o SpinBox.o SpinBoxValidator.o SplashScreen.o Splitter.o TabGroup.o TabWidget.o TableModelView.o TextRenderer.o TimeLineGui.o ToolButton.o TrackerPanel.o VerticalColorBar.o ViewerGL.o ViewerGLPrivate.o ViewerTab.o ViewerTab10.o ViewerTab20.o ViewerTab30.o ViewerTab40.o ViewerTabPrivate.o ViewerToolButton.o ticks.o guiapp_wrapper.o pyguiapplication_wrapper.o pymodaldialog_wrapper.o pypanel_wrapper.o pytabwidget_wrapper.o pyviewer_wrapper.o natrongui_module_wrapper.o qrc_GuiResources.o make[1]: Leaving directory '/tmp/yaourt-tmp-hecsa/aur-natron-compositor/src/Natron-2.4.0/build/Gui'
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build natron-compositor.
==> Restart building natron-compositor ? [y/N]
==> ------------------------------------------
==>
Any ideas about how to solve this issue? Thanks, and best regards,
HeCSa.