libopenshot: update to 0.1.8.
- Ruby fails to build after ruby-2.4.1, happily not all is lost as libopenshot is only required by openshot and it doesn't need ruby bindings, so we just disable them
This commit is contained in:
parent
02f2bff739
commit
f5eecb75f0
2 changed files with 6 additions and 5 deletions
|
@ -2311,7 +2311,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.5 libopenshot-audio-0.1.4_1
|
||||
libopenshot.so.12 libopenshot-0.1.7_1
|
||||
libopenshot.so.13 libopenshot-0.1.8_1
|
||||
libpqxx-4.0.so libpqxx-4.0.1_1
|
||||
libndpi.so.1 ndpi-1.6_1
|
||||
liblog4cxx.so.10 log4cxx-0.10.0_1
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'libopenshot'
|
||||
pkgname=libopenshot
|
||||
version=0.1.7
|
||||
revision=3
|
||||
version=0.1.8
|
||||
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 ruby-devel x264-devel x265-devel unittest-cpp
|
||||
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"
|
||||
|
@ -15,7 +16,7 @@ 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=71cf5c18c76c36bec40c775cb98ab1ed672aa48d2de63a26c33c5cc5d6f0875a
|
||||
checksum=a9b0706433c5c0e6edc9b1cc3c0ff1af4c8b7e8e31b5e071445a113fbb365d45
|
||||
|
||||
libopenshot-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue