libopenshot: update to 0.3.0.

This commit is contained in:
Andrew Benson 2023-03-07 11:27:23 -06:00
parent 329b9f8286
commit 36a2c952b3
2 changed files with 5 additions and 5 deletions

View file

@ -2598,7 +2598,7 @@ libmill.so.18 libmill-1.14_1
libges-1.0.so.0 gst1-editing-services-1.6.2_1 libges-1.0.so.0 gst1-editing-services-1.6.2_1
libykneomgr.so.0 libykneomgr-0.1.8_1 libykneomgr.so.0 libykneomgr-0.1.8_1
libopenshot-audio.so.9 libopenshot-audio-0.3.0_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 libpqxx-6.3.so libpqxx-6.3.3_1
libndpi.so.3 ndpi-3.4_1 libndpi.so.3 ndpi-3.4_1
liblog.so android-studio-3.0.1_1 liblog.so android-studio-3.0.1_1

View file

@ -1,21 +1,21 @@
# Template file for 'libopenshot' # Template file for 'libopenshot'
pkgname=libopenshot pkgname=libopenshot
version=0.2.7 version=0.3.0
revision=2 revision=1
build_style=cmake build_style=cmake
# Builds fail with Ruby-2.4.1 # Builds fail with Ruby-2.4.1
configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"
hostmakedepends="swig doxygen ruby python3 pkg-config qt5-qmake qt5-host-tools" hostmakedepends="swig doxygen ruby python3 pkg-config qt5-qmake qt5-host-tools"
makedepends="python3-devel ffmpeg-devel libmagick-devel qt5-devel libgomp-devel makedepends="python3-devel ffmpeg-devel libmagick-devel qt5-devel libgomp-devel
libopenshot-audio-devel qt5-multimedia-devel unittest-cpp zeromq-devel cppzmq libopenshot-audio-devel qt5-multimedia-devel unittest-cpp zeromq-devel cppzmq
jsoncpp-devel" jsoncpp-devel qt5-svg-devel"
depends="python3" depends="python3"
short_desc="Library files for the OpenShot video editor" short_desc="Library files for the OpenShot video editor"
maintainer="Spencer Hill <spencernh77@gmail.com>" maintainer="Spencer Hill <spencernh77@gmail.com>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="https://github.com/OpenShot/libopenshot" homepage="https://github.com/OpenShot/libopenshot"
distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz" distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz"
checksum=568eab6d69d469c5f745f0e25387ca5e000f7c28be48417b0d7770577ac74a28 checksum=5b289432b1209f11fe60c17c07e9365ab62e3074dcc7d50996fc816dfe54a282
if [ "$XBPS_TARGET_LIBC" = musl ]; then if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel" makedepends+=" libexecinfo-devel"