Package Details: libopenshot 0.5.0-2

Git Clone URL: https://aur.archlinux.org/libopenshot.git (read-only, click to copy)
Package Base: libopenshot
Description: A video editing, animation, and playback library for C++, Python, and Ruby
Upstream URL: https://github.com/openshot/libopenshot
Licenses: LGPL-3.0-or-later
Provides: libopenshot.so
Submitter: alerque
Maintainer: mhdi
Last Packager: bartus
Votes: 0
Popularity: 0.000000
First Submitted: 2025-12-01 07:57 (UTC)
Last Updated: 2026-01-14 08:36 (UTC)

Dependencies (38)

Required by (1)

Sources (1)

Latest Comments

zstepanek commented on 2026-03-03 14:31 (UTC) (edited on 2026-03-03 14:33 (UTC) by zstepanek)

libopenshot wants "libxml2.so.2", but "libxml2.so.16.1.1" is in my fully actualised system. Creating symlink doesnt work.


[ 54%] Building CXX object src/CMakeFiles/openshot.dir/sort_filter/sort.cpp.o
[ 54%] Building CXX object src/CMakeFiles/openshot.dir/sort_filter/Hungarian.cpp.o
[ 54%] Building CXX object src/CMakeFiles/openshot.dir/sort_filter/KalmanTracker.cpp.o
[ 55%] Linking CXX shared library libopenshot.so
[ 55%] Built target openshot
[ 55%] Building CXX object examples/CMakeFiles/openshot-example.dir/Example.cpp.o
[ 57%] Linking CXX executable openshot-example
/usr/bin/ld: warning: libxml2.so.2, needed by /usr/lib/libMagickCore-6.Q16HDRI.so.6, not found (try using -rpath or -rpath-link)
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Image::columns() const'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Image::draw(std::vector<Magick::Drawable, std::allocator<Magick::Drawable> > const&)'
/usr/bin/ld: /usr/lib/libMagickCore-6.Q16HDRI.so.6: undefined reference to `xmlCleanupParser@LIBXML2_2.4.30'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Geometry::Geometry(unsigned long, unsigned long, long, long)'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Geometry::aspect(bool)'
/usr/bin/ld: /usr/lib/libMagickCore-6.Q16HDRI.so.6: undefined reference to `xmlFreeDoc@LIBXML2_2.4.30'
/usr/bin/ld: /usr/lib/libMagickCore-6.Q16HDRI.so.6: undefined reference to `xmlReadMemory@LIBXML2_2.6.0'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Image::alpha(bool)'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Image::rows() const'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::DrawableBase::DrawableBase()'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Geometry::height() const'
/usr/bin/ld: ../src/libopenshot.so.0.5.0: undefined reference to `Magick::Geometry::width() const'
collect2: error: ld returned 1 exit status
make[2]: *** [examples/CMakeFiles/openshot-example.dir/build.make:135: examples/openshot-example] Chyba 1
make[1]: *** [CMakeFiles/Makefile2:2726: examples/CMakeFiles/openshot-example.dir/all] Chyba 2
make: *** [Makefile:166: all] Chyba 2
==> CHYBA: Došlo k chybě v build().
    Rušení...
[zdenek@zdenek-dell libopenshot]$

cmsigler commented on 2025-12-02 13:36 (UTC)

Hi,

In compiling, libopenshot 0.4.0-14 crashed running test 'Timeline:Multi-threaded Timeline Add/Remove Clip'. I added that string to excluded_tests in PKGBUILD and it built.

Note: I did get it to build once without excluding that test, but only once. I tried a number of times in a fresh directory, but it failed every other time. Could this be a hardware platform glitch?... HTH.

Clemmitt