vp-build/srcpkgs/libopenshot/template

28 lines
918 B
Bash

# Template file for 'libopenshot'
pkgname=libopenshot
version=0.1.9
revision=4
build_style=cmake
only_for_archs="i686 x86_64"
pycompile_module="openshot.py"
configure_args="-DENABLE_RUBY=OFF" # Builds fail with Ruby-2.4.1
hostmakedepends="swig doxygen ruby python3"
makedepends="python3-devel ffmpeg-devel libmagick-devel qt5-devel libgomp-devel
libopenshot-audio-devel qt5-multimedia-devel x264-devel x265-devel unittest-cpp
zeromq-devel"
depends="python3"
short_desc="Library files for the OpenShot video editor"
maintainer="Spencer Hill <spencernh77@gmail.com>"
license="LGPL-3"
homepage="https://github.com/OpenShot/libopenshot"
distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz"
checksum=2547969818092d77a1c742e27cf416b34b4d326abf6b089fc10b921f4a4141ec
libopenshot-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
}
}