<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew, this was with 32-bit ?  if so, that is really good that others are maintaining their 32-bit selections.  Just out of curiosity, have you ever tried Olive NLE?<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 13, 2023 at 2:20 PM Andrew Randrianasulu via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">So, because I learned about sbopkg tool, installing packages from<br>
Slackbuilds.org semi-automatically<br>
I had field day compiling stuff:<br>
<br>
/tmp/Catch-2.13.10-i586-1_SBo.tgz<br>
/tmp/audacity-3.2.5-i586-1_SBo.tgz<br>
/tmp/avidemux-2.8.1-i586-1_SBo.tgz<br>
/tmp/cppy-1.2.0-i586-1_SBo.tgz<br>
/tmp/cppzmq-4.10.0-i586-1_SBo.tgz<br>
/tmp/flowblade-24564a-i586-1_SBo.tgz<br>
/tmp/gst-editing-services-1.18.5-i586-1_SBo.tgz<br>
/tmp/gst-python-1.18.5-i586-1_SBo.tgz<br>
/tmp/kiwi-1.9.29-i586-1_SBo.tgz<br>
/tmp/libopenshot-0.3.2-i586-1_SBo.tgz<br>
/tmp/libopenshot-audio-0.3.2-i586-1_SBo.tgz<br>
/tmp/libsbsms-20220812_e6c9c3b-i586-1_SBo.tgz<br>
/tmp/mlt-bindings-7.4.0-i586-1_SBo.tgz<br>
/tmp/openmpi-4.1.4-i586-1_SBo.tgz<br>
/tmp/openshot-3.1.1-i586-1_SBo.tgz<br>
/tmp/pitivi-2023.03-i586-1_SBo.tgz<br>
/tmp/portaudio-19.7.0-i586-1_SBo.tgz<br>
/tmp/portmidi-2.0.2-i586-3_SBo.tgz<br>
/tmp/portsmf-234-i586-1_SBo.tgz<br>
/tmp/protobuf3-3.20.1-i586-1_SBo.tgz<br>
/tmp/python3-cycler-0.11.0-i586-1_SBo.tgz<br>
/tmp/python3-kiwisolver-1.4.1-i586-1_SBo.tgz<br>
/tmp/python3-matplotlib-3.4.3-i586-2_SBo.tgz<br>
/tmp/python3-pyzmq-25.1.0-i586-1_SBo.tgz<br>
/tmp/shotcut-21.12.24-i586-1_SBo.tgz<br>
/tmp/soxr-0.1.3-i586-1_SBo.tgz<br>
/tmp/unittest-cpp-2.0.0-i586-1_SBo.tgz<br>
/tmp/zeromq-4.3.4-i586-1_SBo.tgz<br>
<br>
You see, bunch of editors and their dependencies.<br>
<br>
Avidemux 2.8.1:<br>
compiles with va-api, then promptly crashes :)<br>
<br>
LIBVA_DRIVER_NAME=none avidemux3_qt5<br>
<br>
this way it works, at least video playback part.<br>
<br>
I also learned Cmake 3.21 at least  can't  find X11 libs in their<br>
/usr/X11R7/lib  hidden place, even with pkg-config. So, few symlinks<br>
did the job.<br>
<br>
Flowblade (some git version) :<br>
<br>
Wanted MLT 7.0.4 obviously and then worked on video playback<br>
Just ..main window much longer than 1440 px I have!<br>
<br>
shotcut - 21.12.24:<br>
A bit old, but shows up for work.<br>
Need sip/pyQt5.<br>
<br>
openshot-3.1.1:<br>
Promised better stability and performance. Plays  clip at least ..<br>
<br>
<a href="http://www.openshot.org/ru/blog/2023/04/20/new_openshot_release_311/" rel="noreferrer" target="_blank">www.openshot.org/ru/blog/2023/04/20/new_openshot_release_311/</a><br>
<br>
pitivi :<br>
Pity it does not work on 32-bit :)<br>
<br>
bash-5.1$ pitivi<br>
Отсутствующая необязательная зависимость:<br>
— GSound не найден в системе<br>
    -> включает звуковые уведомления по завершении сборки<br>
Отсутствующая необязательная зависимость:<br>
— элемент GStreamer cvtracker  не найден в системе<br>
    -> позволяет отслеживать объекты<br>
Отсутствующая необязательная зависимость:<br>
— librosa не найден в системе<br>
    -> включает возможность обнаружения тактов<br>
OverflowError: Python int too large to convert to C long<br>
<br>
The above exception was the direct cause of the following exception:<br>
<br>
Traceback (most recent call last):<br>
  File "/usr/lib/pitivi/python/pitivi/utils/pipeline.py", line 633, in<br>
_bus_message_cb<br>
    if message.type == Gst.MessageType.ASYNC_DONE and\<br>
SystemError: <built-in method get_value of gi.FieldInfo object at<br>
0xf45a1e60> returned a result with an error set<br>
OverflowError: Python int too large to convert to C long<br>
<br>
The above exception was the direct cause of the following exception:<br>
<br>
===<br>
<br>
<a href="https://sebhastian.com/python-int-too-large-to-convert-to-c-long/" rel="noreferrer" target="_blank">https://sebhastian.com/python-int-too-large-to-convert-to-c-long/</a><br>
<br>
apparently 32-bit problem.<br>
<br>
New Audacity 3.2.5 crashed once, not sure why (their playhead<br>
manipulation a bit different by default)<br>
<br>
KiCAD 7.0.6 (modded Slackbuild) failed to load wxPython - no python<br>
scripting ... { Not really video editor, but can make 3d models of PCB<br>
(printed circuits board). 3d models for it weight like 5 Gb unpacked<br>
:) }<br>
<br>
Freecad 0.20 apparently can make short animations - installed but not tried.<br>
<br>
<a href="https://wiki.freecad.org/Release_notes_0.20" rel="noreferrer" target="_blank">https://wiki.freecad.org/Release_notes_0.20</a><br>
<br>
This is why I am not big fan of Python - it breaks in non-obvious ways ...<br>
<br>
So, I think CinGG still best idea around* when it comes to video :)<br>
<br>
*on my machine :)<br>
<br>
Thanks everyone! I'll try to watch new video 'soon', as fast as I<br>
report (re-report) this wxPython / kiCAD bug ..<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>