28 lines
958 B
Bash
28 lines
958 B
Bash
# Template file for 'libopenshot'
|
|
pkgname=libopenshot
|
|
version=0.3.2
|
|
revision=2
|
|
build_style=cmake
|
|
# Builds fail with Ruby-2.4.1
|
|
configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"
|
|
hostmakedepends="swig doxygen ruby python3 python3-setuptools pkg-config
|
|
qt5-qmake qt5-host-tools"
|
|
makedepends="python3-devel ffmpeg6-devel libmagick-devel qt5-devel libgomp-devel
|
|
libopenshot-audio-devel qt5-multimedia-devel unittest-cpp zeromq-devel cppzmq
|
|
jsoncpp-devel qt5-svg-devel"
|
|
depends="python3"
|
|
short_desc="Library files for the OpenShot video editor"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/OpenShot/libopenshot"
|
|
distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz"
|
|
checksum=58765cfc8aec199814346e97ce31a5618a261260b380670a6fb2bf6f68733638
|
|
|
|
libopenshot-devel_package() {
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|