27 lines
936 B
Bash
27 lines
936 B
Bash
# Template file for 'libopenshot'
|
|
pkgname=libopenshot
|
|
version=0.2.0
|
|
revision=1
|
|
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 cppzmq"
|
|
depends="python3"
|
|
short_desc="Library files for the OpenShot video editor"
|
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/OpenShot/libopenshot"
|
|
distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz"
|
|
checksum=f6f79c18023253720698c3049a0cd4b5783354cfbc6345e736e15268be6e297d
|
|
|
|
libopenshot-devel_package() {
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|