diff --git a/common/shlibs b/common/shlibs index 78e5404406b..ce31638c1c9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2598,7 +2598,7 @@ libmill.so.18 libmill-1.14_1 libges-1.0.so.0 gst1-editing-services-1.6.2_1 libykneomgr.so.0 libykneomgr-0.1.8_1 libopenshot-audio.so.9 libopenshot-audio-0.3.0_1 -libopenshot.so.21 libopenshot-0.2.7_1 +libopenshot.so.23 libopenshot-0.3.0_1 libpqxx-6.3.so libpqxx-6.3.3_1 libndpi.so.3 ndpi-3.4_1 liblog.so android-studio-3.0.1_1 diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template index 662a5475823..db831f69b47 100644 --- a/srcpkgs/libopenshot/template +++ b/srcpkgs/libopenshot/template @@ -1,21 +1,21 @@ # Template file for 'libopenshot' pkgname=libopenshot -version=0.2.7 -revision=2 +version=0.3.0 +revision=1 build_style=cmake # Builds fail with Ruby-2.4.1 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" hostmakedepends="swig doxygen ruby python3 pkg-config qt5-qmake qt5-host-tools" makedepends="python3-devel ffmpeg-devel libmagick-devel qt5-devel libgomp-devel libopenshot-audio-devel qt5-multimedia-devel unittest-cpp zeromq-devel cppzmq - jsoncpp-devel" + jsoncpp-devel qt5-svg-devel" depends="python3" short_desc="Library files for the OpenShot video editor" maintainer="Spencer Hill " license="LGPL-3.0-or-later" homepage="https://github.com/OpenShot/libopenshot" distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz" -checksum=568eab6d69d469c5f745f0e25387ca5e000f7c28be48417b0d7770577ac74a28 +checksum=5b289432b1209f11fe60c17c07e9365ab62e3074dcc7d50996fc816dfe54a282 if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" libexecinfo-devel"