Port details on branch 2024Q3 |
- libopenshot OpenShot Video Library
- 0.3.3_6 multimedia =3 0.3.3_4Version of this port present on the latest quarterly branch.
- Maintainer: tatsuki_makino@hotmail.com
- Port Added: 2019-06-28 15:49:31
- Last Update: 2024-10-29 14:38:30
- Commit Hash: 94829e7
- People watching this port, also watch:: kf5-kquickcharts, py311-pikepdf, qtkeychain-qt5, libssh, xcb-util-image
- License: BSD3CLAUSE LGPL3+
- WWW:
- https://www.openshot.org/
- Description:
- OpenShot Video Library (libopenshot) is a free, open-source project dedicated
to delivering high quality video editing, animation, and playback solutions to
the world. API currently supports C++, Python, and Ruby.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}libopenshot>0:multimedia/libopenshot@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/multimedia/libopenshot/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/libopenshot
- pkg install py311-libopenshot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-libopenshot listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-libopenshot
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1719370800
SHA256 (OpenShot-libopenshot-v0.3.3_GH0.tar.gz) = 591b74651ddf59f83d69a592d84bbabbe7290293092a87be9c2993d5ce9a1638
SIZE (OpenShot-libopenshot-v0.3.3_GH0.tar.gz) = 26129697
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig : devel/swig
- zmq.hpp : net/cppzmq
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libavformat.so : multimedia/ffmpeg
- libbabl-0.1.so : x11/babl
- libjsoncpp.so : devel/jsoncpp
- libopenshot-audio.so : audio/libopenshot-audio
- libpython3.11.so : lang/python311
- libzmq.so : net/libzmq4
- libopencv_core.so : graphics/opencv
- libprotobuf.so : devel/protobuf
- libMagick++-7.so : graphics/ImageMagick7
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Build
-
- multimedia/openshot
- for Run
-
- multimedia/openshot
Configuration Options:
- ===> The following configuration options are available for py311-libopenshot-0.3.3_6:
DOCS=on: Build and/or install documentation
DOXYGEN=off: Build documentation with Doxygen
IMAGEMAGICK=on: ImageMagick image processing support
OPENCV=on: Computer Vision support via OpenCV
RESVG=off: SVG vector graphics support via resvg
RUBY=off: Ruby bindings or support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_libopenshot
- USES:
- cmake pkgconfig python:build qt:5 compiler:c++17-lang magick
- pkg-message:
- For install:
- If OpenMP causes a problem, define the environment variable OMP_THREAD_LIMIT, set it to 1, and then run the program.
It loses performance, but increases stability.
An example
env OMP_THREAD_LIMIT=1 openshot-qt
- Master Sites:
|