libopenshot: update to 0.1.7
This commit is contained in:
parent
0a5c609972
commit
7879a4451f
2 changed files with 7 additions and 8 deletions
|
@ -2301,7 +2301,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.5 libopenshot-audio-0.1.4_1
|
libopenshot-audio.so.5 libopenshot-audio-0.1.4_1
|
||||||
libopenshot.so.9 libopenshot-0.1.2_1
|
libopenshot.so.12 libopenshot-0.1.7_1
|
||||||
libpqxx-4.0.so libpqxx-4.0.1_1
|
libpqxx-4.0.so libpqxx-4.0.1_1
|
||||||
libndpi.so.1 ndpi-1.6_1
|
libndpi.so.1 ndpi-1.6_1
|
||||||
liblog4cxx.so.10 log4cxx-0.10.0_1
|
liblog4cxx.so.10 log4cxx-0.10.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libopenshot'
|
# Template file for 'libopenshot'
|
||||||
pkgname=libopenshot
|
pkgname=libopenshot
|
||||||
version=0.1.2
|
version=0.1.7
|
||||||
revision=6
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
pycompile_module="openshot.py"
|
pycompile_module="openshot.py"
|
||||||
|
@ -12,11 +12,10 @@ makedepends="python3-devel ffmpeg-devel libmagick-devel qt5-devel libgomp-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="GPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://www.openshot.org"
|
homepage="https://github.com/OpenShot/libopenshot"
|
||||||
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz"
|
||||||
checksum=b1fec6404ca703fdd137ed58f58b05ceecf68d9f93649b32bee7d85f868ef220
|
checksum=71cf5c18c76c36bec40c775cb98ab1ed672aa48d2de63a26c33c5cc5d6f0875a
|
||||||
create_wrksrc=yes
|
|
||||||
|
|
||||||
libopenshot-devel_package() {
|
libopenshot-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue